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
FlexibleXYPlot x-axis is starting with a negative value even though xBaseValue is set to 1.
Inside FlexibleXYPlot I am using VerticalBarSeries component, there also data which I am passing to VerticalBarSeries is [{x: 0, y: 0}, {x: 5, y: 14}, {x: 10, y: 23}, {x: 15, y: 6}, {x: 20, y: 6}].
I am expecting my x-axis to start with 0 instead of -2.
FlexibleXYPlot
x-axis is starting with a negative value even thoughxBaseValue
is set to 1.Inside
FlexibleXYPlot
I am usingVerticalBarSeries
component, there also data which I am passing toVerticalBarSeries
is[{x: 0, y: 0}, {x: 5, y: 14}, {x: 10, y: 23}, {x: 15, y: 6}, {x: 20, y: 6}]
.I am expecting my x-axis to start with 0 instead of -2.
Attaching codesandbox link https://codesandbox.io/s/react-vis-bar-chart-w25hn
The text was updated successfully, but these errors were encountered: