XCharts-Team / XCharts

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

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

Open graeioume opened 2 months ago

graeioume commented 2 months 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.