Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2385
fail to show data change in igDataChart
posted

Hi 

      I want to display more data in igDataChart by change datasource. I use igDataChart in react project. It looks I can't show the change. Could you help to provide a sample to display change in igDataChart with react  project. Thanks.

Parents
  • 22852
    Offline posted

    As long as you are setting the dataSource when it changes, we should react to the change. If your mutating the data source instead, then you may just need to call the notify* methods on the chart to tell us how you mutated the array.  If you are already doing this, it will help if you provide an example showing the specific issue that you are facing so that we can see the issue and provide better guidance.

  • 2385
    Offline posted in reply to Alan Halama

    4745.my-app.zip

    In this sample I have button to add data to the datasource. Please help to take a look. Thanks

Reply Children