Harita Report post Posted March 15, 2019 Hello Team, I am using Fusion charts in React. My chart configuration is as below: <ReactFusioncharts type="column2D" width='100%' height='450' dataFormat="JSON" dataSource={this.state.chartData} /> I am having 6-7 charts of above same configuration having different state for each chart. I am getting below error when I am trying to update state data(i.e. this.state.chartData) for each chart quickly : Uncaught TypeError: Cannot read property 'areaovercolumns' of undefined at t.createGroup (static/js/bundle.js:129755) at t.draw (static/js/bundle.js:129755) at t.e.syncDraw (static/js/bundle.js:129739) at static/js/bundle.js:129739 at u (static/js/bundle.js:129739) at t.e._mapChildren (static/js/bundle.js:129739) at t.e.childrenSyncDraw (static/js/bundle.js:129739) at t.e.syncDraw (static/js/bundle.js:129739) at t.e.updateVisual (static/js/bundle.js:129739) at Object.t.__drawJob [as job] (static/js/bundle.js:129739) at y (static/js/bundle.js:129739) Any help would be appreciated. Thank you !!! Share this post Link to post Share on other sites
Akash Biswas Report post Posted April 12, 2019 Hi Harita, Could you please provide a scaled down sample replicating the issue so that we can check it at our end. You could provide your implementation with the issue by modifying the sample : https://codesandbox.io/s/v85m1nzq9y Thanks, Akash. Share this post Link to post Share on other sites