amcharts / amcharts5

The newest, fastest, and most advanced amCharts charting library for JavaScript and TypeScript apps.
Other
353 stars 95 forks source link

Toggle ColumnSeries stacked property #1731

Closed sourcecodeit closed 3 weeks ago

sourcecodeit commented 1 month ago

I don't know if it's a bug but it's actually not possible to set the property stacked at runtime. You have to clear the series and then create from scratch

Codepen: https://codepen.io/sourcecodeit/pen/xxooBPN

martynasma commented 1 month ago

stacked is not just a setting, it affects data parsing as well as other series on the chart. I'm afraid your "rebuild" approach is the way to go about it.

github-actions[bot] commented 4 weeks ago

This issue is stale because it has been open 30 days with no activity. It will be closed in 5 days unless a new comment is added.