knowm / XChart

XChart is a light-weight Java library for plotting data.
http://knowm.org/open-source/xchart
Apache License 2.0
1.49k stars 394 forks source link

Radar chart reverted sequence #580

Open dl2sba opened 3 years ago

dl2sba commented 3 years ago

I create a radar chart with ascending labels "1 2 3 4 5 6" The chart is rendered reverse - "6 5 4 3 2 1"

How can I reverse the chart drawing direction without reversing the data?

Sample_Chart

Sedose commented 2 years ago

Hi @dl2sba, can you please share your configuration of styler of the chart?