GithubHelp home page GithubHelp logo

Comments (8)

karolkolodziej avatar karolkolodziej commented on July 2, 2024 1

@demaMarcos, we aim to do the maintenance release within a week or two!

from highcharts.

ppotaczek avatar ppotaczek commented on July 2, 2024

Reproduction in pure JS: https://jsfiddle.net/BlackLabel/whjpfvkd/

from highcharts.

karolkolodziej avatar karolkolodziej commented on July 2, 2024

Bisected to: 6136c18

from highcharts.

mermonkey avatar mermonkey commented on July 2, 2024

Following... I have the same issue. Thanks.

from highcharts.

mermonkey avatar mermonkey commented on July 2, 2024

Thanks @TorsteinHonsi
Any suggestions for avoiding this in 11.3?
I noticed this is not an issue if I don't set options.yAxis.title... is there some other way I can avoid though?
highcharts/highcharts-react#465
Thanks.

from highcharts.

TorsteinHonsi avatar TorsteinHonsi commented on July 2, 2024

@mermonkey Sure, here's a drop-in fix that you can use:

Highcharts.Axis.keepProps.push('len');
Highcharts.wrap(Highcharts.Axis.prototype, 'init', function(proceed) {
    const len = this.len;
    proceed.apply(this, Array.prototype.slice.call(arguments, 1));
    this.len = len || 0;
});

View it live on jsFiddle.

from highcharts.

mermonkey avatar mermonkey commented on July 2, 2024

@TorsteinHonsi nice! thanks.

from highcharts.

demaMarcos avatar demaMarcos commented on July 2, 2024

Hey team! Thanks for the fast answer and solving the issue. When will you release the new version of the library with the fix? We are checking https://www.highcharts.com/changelog/ but would be great to have an estimated timeline on this

from highcharts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.