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 am rendering area series chart and customsvgseries. But I unable to show tooltips on hover over these two charts, at a time It is showing only one chart details....

When trying to update to React 18 I get this kind of errors of all `react-vis` components: ``` error TS2786: 'FlexibleWidthXYPlot' cannot be used as a JSX component. Its type...

HeatmapSeries is started to break after i updated react-vis to version `1.12.1`. Same code is working smoothly in version `1.11.12` Errors which are showing in console 1. Received NaN for...

There was two (add test list item). Before ![image](https://github.com/uber/react-vis/assets/89392639/358e909d-2712-4350-aa94-04d4083cf3e6)

If I enable stroke on AreaSeries, it applies on all sides i.e. just like a regular border in CSS. I want to keep it on the top part only. I...

A large portion of this package's dependencies come from the `deep-equal` package. You can see this here: https://npm.anvaka.com/#/view/2d/react-vis The number of dependencies pulled in will actually be even larger if...

This fixes [this issue](https://github.com/uber/react-vis/issues/1300). I've changed the recursion so each level is aware if its father was in the path, because if no - obviously, they doesn't have to be...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

When using the FlexibleXYPlot I get this error whenever the plot updates with new data, any ideas? `Cannot read properties of null (reading 'offsetHeight')` When I use just XYPlot with...

Attempt to upgrade to React 17 https://github.com/uber/react-vis/issues/1356