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
Even if I use just the bar series the rendering becomes very slow. Please suggest if any solution to the above problem is possible because without the bar series this library would not solve our purpose and we would have to shift to another powerful charting libarary.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In apex chart, when I try to use bar series(with or without any data) the whole performance of the chart drops.
series: [
{
name: 'TEAM A',
type: 'line',
data: dataArray
},
{
name: 'TEAM C',
type: 'bar',
data: volumeData
}
]
Even if I use just the bar series the rendering becomes very slow. Please suggest if any solution to the above problem is possible because without the bar series this library would not solve our purpose and we would have to shift to another powerful charting libarary.
Beta Was this translation helpful? Give feedback.
All reactions