amcharts / amcharts5

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

XY Chart with categories not showing all categories after upgrade from 5.9.13 to 5.10.x #1695

Open upsite4k opened 4 weeks ago

upsite4k commented 4 weeks ago

I got an XY chart as shown below, which was working till upgrading from 5.9.13 to 5.10.x . I attached a jsFiddle. https://jsfiddle.net/upsite/wp1qcL5y/4/ What has changed? What do i need to change

image

vs

image

jsFiddle here https://jsfiddle.net/upsite/wp1qcL5y/4/

zeroin commented 3 weeks ago

We assume that series and category axis data is sorted in the same manner, this is done to optimize performance. So you should inverse data of your yAxis. To inverse the order of the axis, just set inversed:true for your yAxis renderer.

https://jsfiddle.net/bfwpxLr2/