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

Hi, I've needed rounded corners on `BarSeries` and wanted to make it available upstream so others can benefit, too. Actually, setting `rx` and `ry` should be settable by CSS, according...

I have dynamic xAxis value (total number is around 60 - 1000) and the value is an ordinal type (X value not linear, it is String something like 14;23,15:44). But...

Bumps [jsdom](https://github.com/jsdom/jsdom) from 9.12.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

Please update & test to latest react version, although it can be ignored by -- force with NPM or downgrade to NPM 6*, but a bit annoying to see it...

We have decided to deprecate this library as we don't have an active maintainer. If you'd like to take take ownership, please feel free to fork or discuss over here....

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

I think the `react-motion` is the current option for animating `react-vis` components. is there any possible way to use other animation libararies such as `react-spring` (and also an option to...