Code Monkey home page Code Monkey logo

Comments (7)

codingarmadillo avatar codingarmadillo commented on May 17, 2024 2

Yes, that appears to be working in the actual application too. Looks good. Thanks for your help.

from react-jsx-highcharts.

whawker avatar whawker commented on May 17, 2024

Hmm interesting, and thanks for the reproducible test case!

I'll look into it, in the meantime, I think you could workaround the issue by using a title prop on the YAxis, instead of the child YAxis.Title component. It's a lot messier looking (in my opinion) but should unblock you.

<YAxis id="yAxisSecondary" title={{ text: 'Secondary' }} opposite>
  <LineSeries id='secondary' data={[ 5, 4, 3, 2, 1 ]}/>
</YAxis>

from react-jsx-highcharts.

codingarmadillo avatar codingarmadillo commented on May 17, 2024

Yes. Your workaround works. Thanks.

And I agree that your approach with the Title components is cleaner. Feels more idiomatic.

Thanks for all the great work on this, by the way. Very handy library.

from react-jsx-highcharts.

codingarmadillo avatar codingarmadillo commented on May 17, 2024

When I make that change I end up with a "double" opposite axis (i.e. the axis title and scale appear twice) and the opposite axis title remains when I disable that series. No console errors.

from react-jsx-highcharts.

codingarmadillo avatar codingarmadillo commented on May 17, 2024

Added the modified code as a gist:

https://gist.github.com/codingarmadillo/656e4a44b69fe3c48748f23d0fba0fce

from react-jsx-highcharts.

whawker avatar whawker commented on May 17, 2024

Oh dear, that's a bit rubbish. Seems the axis doesn't receive the remove function when it mounts, so it doesn't call it when it unmounts.

I think the Title sub component masked this second bug as it causes an axis update, which then caused the remove prop to be properly populated.

I'll investigate this urgently.

from react-jsx-highcharts.

whawker avatar whawker commented on May 17, 2024

Morning, so I've just published [email protected]. Would you mind verifying that it fixes your original issue? It fixes the slimmed down examples you provided.

from react-jsx-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.