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
Hello, i encountered a problem which leads to react-vis displaying rgb values instead of the actual label. This happens when the lable is a CSS color name like "Black".
I encountered the Problem when displaying statistics about different countries, that's where the "Peru" is coming from.
I reproduced it by manually setting a X-Value of my data to "Black".
Hello, i encountered a problem which leads to react-vis displaying rgb values instead of the actual label. This happens when the lable is a CSS color name like "Black".
I encountered the Problem when displaying statistics about different countries, that's where the "Peru" is coming from.
I reproduced it by manually setting a X-Value of my data to "Black".
Reproduce the issue:
Use a dataset like
with a
XYPlot
andVertiacalBarSeries
orLineSeries
Expected behavior:
The tick labels on the X-Axis show Black and Peru
Actual behavior:
The tick labels on the X-Axis show rgb(0, 0, 0) and rgb(205, 133, 63)
Example
Here an example, it can be seen that the "Peru" label is displayed as the CSS rgb value, while the others are displayed
correctly.
The text was updated successfully, but these errors were encountered: