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.
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.
4745.my-app.zip
In this sample I have button to add data to the datasource. Please help to take a look. Thanks