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

I'm following the example on this path [https://github.com/uber/react-vis/blob/master/showcase/sankey/link-hint.js](https://github.com/uber/react-vis/blob/master/showcase/sankey/link-hint.js) and I'm getting the following warning: `Warning: 'NaN' is an invalid value for the `left` css style property. in div (created by...

Right now, building a histogram with React-VIS HorizontalRectSeries feels like completing computer science homework. Please make easier. Why not just build out a Histogram component? Currently building out an implementation...

Hi, If I read the Treemap source correctly, looks like it doesn't use the 'children' node anywhere in the rendering. Because of that, Hint cannot be used with Treemap (while...

extended series

Hello I used your library in one of my projects. It's overall nice, easy to use and if you need something new you can easily customize it by writing new...

Hello, Please help me in hidding hint values that are out of the graph area when I zoom in. This thing happens when I zoom in and hover the stroke....

How to show parent node label in the center of the parent rectangle along with its children node's title at their center? Seem the parent title is under children's rectangle....

The D3 brush doesn't seem to line up with what should be highlighted. The two dots at the bottom highlight before the brush overlaps the center of the node. source:...

Having issues with a XYPlot with multiple VerticalBarSeries not rendering properly when one of the series has only a single data point. #484 looked similar, but seemed to be limited...

- Am working on this project and I need to plot several data like 364 now and it increases by the day, Since I have been researching on the project...

The issue I am facing is that the Y Axis values stop before the end of my data in a bar chart. What I need is for the numbers to...