You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ConvertXYAxis(0)
only works as expected for me if I useAxis.AxisType.Category
withAxis.AxisType.Value
.If I use
Axis.AxisType.Value
withAxis.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.The text was updated successfully, but these errors were encountered: