react-vis
react-vis copied to clipboard
Data Visualization Components
Chrome:  Edge:  The stroke and fill RGB are missing from the path element in edge Chrome:  Edge:  React code: ` d.y != null} data={this.props.seriesData.minSeries}/>`
Label series need x and y values to show labels. I am trying to add labels at plot that has multiple vertical bar series that has same xAxis values. The...
When the component is set to be a particular percentage of its parent component and is resized to be a bit bigger than that initial width, it does not shrink...
As was told in #1128, hoek is now dependency again. I think it was fixed, but now it happened again.
We have been using onValueMouseOver and onValueMouseOut to trigger display of Hints on datapoints. All work fine with mouse. But for accessibility, how can we support keyboard access for the...
> Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details. > > * Move data fetching code or side effects to componentDidUpdate. > *...
In your docs for `links` array you mention: > An array of objects matching the following shape, where both source and target are the indexes of the nodes they intent...
So this is kind of unfortunate but I have quite a complex way of contructing data for Sankey diagram where I need to recalculate and shift some data around. This...
Demo: https://codepen.io/marton/pen/MZedBN To reproduce start dragging a box and, while dragging, hit one of the marks with the corner of the box. I causes the onBrushEnd event to trigger, if...
Fix for issue 1378