react-vis
react-vis copied to clipboard
Data Visualization Components
Hello, I am struggling with positioning labels in radial charts. Here is my code: ``` const DonutChart = () => { const data = [{ angle: 4, label: "Yes" },...
react-vis library version: ^1.11.7 "orientation" property doesn't seem to work. ``` ; ``` 'donutChartLegends' have below styling in styles.scss file: ``` .donutChartLegends { padding-left: 3.75rem; } ```
While using it in non ES6 react app, I got error `Cannot call a class as a function`. I have detailed the stack trace in [this](https://stackoverflow.com/questions/71914546/getting-js-error-cannot-call-a-class-as-a-function) stackoverflow question. But the...
Cache the child props to prevent React from re-rendering unnessesarily. The biggest culprits were the default accessors. The defaults for each attribute are now computed once, and re-used when required.
Rebased https://github.com/uber/react-vis/pull/1253 and fixed up the tests. Changes the usages of `componentWillReceiveProps` to `componentDidUpdate`. This does change up the timing a little but, which is why there is an extra...
Change the import paths so they no longer look like node_module imports. Project relative can still be done, but using the `~/` prefix.
Storybook is an easy to use UI to enable testing out features. This allows storybook to pick up changes from react-vis/src so that it can be used while developing components.
Due to the way that the Highlight component handles the mouse events, it is pretty much required that it is one of the last children of the XYPlot. Since it...
Hi. :wave: By running in react [`strict-mode`](https://reactjs.org/docs/strict-mode.html), I noticed that that `react-vis` relies on the now deprecated [`componentWillReciveProps`](https://reactjs.org/docs/react-component.html#unsafe_componentwillreceiveprops). With a quick search in the repo I found the following usages...
Hi , I am using react-vis (1.11.7) for heat map. On mouse over on heat map boxes, sometime it shows tooltip and sometime does not show. Example – ALYA ticker...