You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are constructing multiple charts in a layout having option to remove chart from that layout. We constructed two charts one is Serial type and other one is gauge type. When we remove first chart that is serial type. then an error Is showing from Amcharts.js
"Cannot read property 'length' of undefined at b.processGraphs (amcharts.js:9)"
this is code how we using it.
React element is generated successfully but when it goes in render it crashes.
The text was updated successfully, but these errors were encountered:
New comment from Zendesk by Devendra Bohre on ticket 39491.
(replying here will automatically notify amCharts support agent)
yes, I have used amcharts 4 earlier, but that was not fully functional in my project, so I am using amcharts3 currently. Is there any issue with this version?
We are constructing multiple charts in a layout having option to remove chart from that layout. We constructed two charts one is Serial type and other one is gauge type. When we remove first chart that is serial type. then an error Is showing from Amcharts.js
"Cannot read property 'length' of undefined at b.processGraphs (amcharts.js:9)"
this is code how we using it.
React element is generated successfully but when it goes in render it crashes.
The text was updated successfully, but these errors were encountered: