react-vis icon indicating copy to clipboard operation
react-vis copied to clipboard

Data Visualization Components

Results 116 react-vis issues
Sort by recently updated
recently updated
newest added

This will covert the search text to lower case as well for usability. I noticed that in the Searchable Discrete Legend example [here](https://github.com/uber/react-vis/blob/premodern/showcase/legends/searchable-discrete-color.js) that if you search for "Apples", it...

Refactored componentWillReceiveProps to work with componentDidUpdate Fixes #1084 and #1245

I'm encountering two issues with animations set to true on Bar Graphs. First, i have several useEffect's on my component that update the state, these work fine but when i...

I observed the following and would like to know if my fix is correct. Suppose a chart is given two datasets called A and B. Normally, A animates to B....

Example: https://codepen.io/marton/pen/aPvody This can be reproduced by putting any canvas series in a FlexibleXYPlot container as long as `devicePixelRatio !== 1`. #605 seems related

bug
help wanted

Both components FlexibleXYPlot and FlexibleHeightXYPlot appear to be setting height to 0 on render. There's an older issue ( #655 ) that appears to resolve this, but I'm still seeing...

RadialChart has a `className` prop at data level. It should be the same for LineSeries/BarSeries/... This would make it easy to implement a common styling for user actions such has...

In order to visualize the lost data/money/visitors, we should be able to show "dropoffs" on the sankey diagram (Google Analytics has a great example). Current `d3-sankey` does not support this...

enhancement
extended series
help wanted

Hello everyone, i am trying to achieve a custom legend implementation on the y-axis for a certain chart i am trying to implement. However, when i send in custom tags...

I would like to achieve a functionality where the element that I have a mouse on in the TreeMap chart changes color to indicate that we are pointing at it....