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
Using the latest version from NPM and seeing this error:
warning.js?8a56:45 Warning: Failed propType: Invalid prop `xScale` of value `band`
supplied to `Grid`, expected one of
["linear","identity","sqrt","pow","log","quantize","quantile","ordinal","time"].
Check the render method of `XGrid`.
This is clearly a bug since I did pass xScale: 'ordinal' to props.
Additionally the resulting chart seems to get drawn on the wrong scale. For example a series [1..5] actually comes out to start at 0.5 and ends at 4.5 ...
The text was updated successfully, but these errors were encountered:
Using the latest version from NPM and seeing this error:
This is clearly a bug since I did pass
xScale: 'ordinal'
to props.Additionally the resulting chart seems to get drawn on the wrong scale. For example a series [1..5] actually comes out to start at 0.5 and ends at 4.5 ...
The text was updated successfully, but these errors were encountered: