GithubHelp home page GithubHelp logo

Comments (9)

hubertkozik avatar hubertkozik commented on July 21, 2024 1

The change will be included in the next release of Highcharts. We do not have any specific ETA for the next release at this moment, as Highcharts v11.4.0 was released yesterday. Until that, you can copy-paste the IIFE function from this demo: https://jsfiddle.net/BlackLabel/wsfo7e1u/ as a plugin to your project.

from highcharts.

hubertkozik avatar hubertkozik commented on July 21, 2024

Hi @shashikiran797!
I was trying to reproduce your issue, but everything is working correctly - please check the demo below.
Demo: https://jsfiddle.net/BlackLabel/vkg542yq/

Can you reproduce the issue in the online editor?

from highcharts.

shashikiran797 avatar shashikiran797 commented on July 21, 2024

Yes @hubertkozik .
Even I am not able to reproduce this always.
It happens intermittently.

Can you please let me know how axisTypes is derived for a series? or point me to the code / documentation
I see the issue only when the axisTypes for the series has colorAxis in it.

from highcharts.

hubertkozik avatar hubertkozik commented on July 21, 2024

axisTypes is an internal property for series, which is used to set, which axes types can be used for this kind of series. There is no documentation for this option, it is used internally.

colorAxis is populated in many places, but it is added to axisTypes here:

function onSeriesBindAxes(
As I said before, it is also an internal method, not official one to use by the users.

bindAxes is called internally during the series initialization. This method is also only for internal use, not official.

from highcharts.

shashikiran797 avatar shashikiran797 commented on July 21, 2024

What inputs do I need to pass to make sure axisTypes does not contain colorAxis?
In my case, the issue happens only when the axisTypes for the series has colorAxis in it.

from highcharts.

shashikiran797 avatar shashikiran797 commented on July 21, 2024

@hubertkozik
I have raised a pull request with the fix for the problem I am facing.

from highcharts.

hubertkozik avatar hubertkozik commented on July 21, 2024

@shashikiran797 We are not able to understand the issue fully without reproducing the problem in the online editor, e.g. JSFiddle. As I asked you before, can you reproduce the issue in the online editor? You can use this demo for a start: https://jsfiddle.net/BlackLabel/vkg542yq/

from highcharts.

TorsteinHonsi avatar TorsteinHonsi commented on July 21, 2024

@hubertkozik I think we can apply @shashikiran797 's changes safely. I added some type safety and will post a PR with the improved typing including the suggested fix.

from highcharts.

shashikiran797 avatar shashikiran797 commented on July 21, 2024

@TorsteinHonsi
@hubertkozik

When can I expect this change to be available for use from npm?
Will this change be applied on any patch version?

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.