react-vis
react-vis copied to clipboard
Data Visualization Components
React 17 adds support for async rendering which will need some testing and tweaking to properly support. It explicitly removes support for various lifecycle methods on class components: ``` componentWillReceiveProps...
A new vulnerability has been detected with the d3-color package that make is vulnerable to ReDOS attacks. Upgrading to version 3 of d3-color solves this issue. The following libraries also...
`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...
Is there a way to provide the stroke color in CSS. I tried overriding .rv-xy-plot__series--line, but it still uses the default color. Basically, I want to be able provide default...
In the [Series](https://uber.github.io/react-vis/documentation/api-reference/series) page, all the links for the various types of series are broken. This is because the link point to: ``` https://uber.github.io/documentation/series-reference/arc-series ``` As opposed to the correct...
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...
``` Warning: React does not recognize the `_stackBy` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as...
Hello, I'm trying to set the Chart Label's font-size via the style attribute. I see my styles being rendered and if they don't collide with the default styles it's all...
The issue is that should be the direct child of . If I wrap in component, it is not rendered. The code: ``` export default function App() { return (...
Hi, Using `FlexibleXYPlot` I'm getting this warning: ``` VM34227 react_devtools_backend.js:2526 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details. * Move data fetching code...