XCharts-Team / XCharts

A charting and data visualization library for Unity. Unity数据可视化图表插件。
https://xcharts-team.github.io
MIT License
3.25k stars 560 forks source link

Using ConvertXYAxis AxisType.Value with AxisType.Value leads to unexpected results #331

Open graeioume opened 1 week ago

graeioume commented 1 week ago

ConvertXYAxis(0) only works as expected for me if I use Axis.AxisType.Category with Axis.AxisType.Value. If I use Axis.AxisType.Value with Axis.AxisType.Value, the bars will remain vertical (as a column chart), and the data will continue to output with buckets along the x axis and data values on the y-axis.

This could possibly be fixed with another AxisType for Axis.AxisType.ValueCategory, possibly.