Giter Site home page Giter Site logo

Comments (6)

anajavi avatar anajavi commented on May 29, 2024 1

redraw event handler should work like this:

<Chart onRedraw={plotBandWidthHandler} />

from react-jsx-highcharts.

gudapraveenkumar avatar gudapraveenkumar commented on May 29, 2024

@anajavi thanks it worked, but the thing is I'm getting the old chart object instead of current chart object as parameter on every redraw

from react-jsx-highcharts.

anajavi avatar anajavi commented on May 29, 2024

but the thing is I'm getting the old chart object instead of current chart object as parameter on every redraw

Does the handler get current chart object with vanilla highstock?

Also can you make an example with a fork of https://stackblitz.com/edit/base-chart-example

from react-jsx-highcharts.

gudapraveenkumar avatar gudapraveenkumar commented on May 29, 2024

This is the handler called on reDraw, in the console log if you see I was trying to get the width of the plot band. So when chart render I get the correct plot band width and then I update the plot bands by increasing the time I'm getting the previous widths

` const handleOnRedraw = useCallback((data) => {

if (data?.target && data?.target?.xAxis && data?.target?.xAxis.length > 0) {

  if (data?.target?.xAxis[0]?.plotLinesAndBands?.length > 0) {

  // Here I'm getting the previous plotband widths

     console.log('plot band width  =', data?.target?.xAxis[0]?.plotLinesAndBands[0].svgElem.getBBox().width)

  }

}

}, [])`

This is what I get this in data param

Screenshot 2021-09-30 at 19 18 23

Sorry couldn't make an example, but this is how my component looks like

Screenshot 2021-09-30 at 19 36 09

from react-jsx-highcharts.

anajavi avatar anajavi commented on May 29, 2024

Without a reproduction it is quite hard to say why the widths don't update.

I am guessing that the problem can be reproduced with vanilla highcharts too: https://jsfiddle.net/highcharts/LLExL/

from react-jsx-highcharts.

anajavi avatar anajavi commented on May 29, 2024

If you are still experiencing the problem, please open a new issue with a reproduction.

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.