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

Fixes https://github.com/uber/react-vis/issues/1004 (and probably https://github.com/uber/react-vis/issues/1099#issuecomment-463553067). ## Issue Having multiple `LineMarkSeries` overlapping in a single plot may result in some of the marks not firing the `onValueMouseOver` callback. This is because...

I have a Time Series plot with Y axis containing counts of alerts. With the given dataSet I am getting the tick values in the plot as [0, 0.1, 0.2,...

added [`set -e`](https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html) at the top of the script and removed ` &&` suffix from the end of every line.

I am using react-vis for heat map. I am trying to plot rectangle shape of Heat map but irregular shapes of rectangle are showing in heat map. Please suggest me...

Hey folks 👋 Really liking this library! I had a look in Storybook, then in the docs / issues and can't find any reference to hints or tooltips (on hover)...

Hello, I am trying to wrap Sunburst chart with react vis flexible component so it fits parent container. Sunburst copied from [here ](https://github.com/uber/react-vis/blob/premodern/showcase/sunbursts/basic-sunburst.js) and removed the explicit width and height...

Thanks for a great library! What are colorDomain(s)? In the docs I'm referred to a page here: https://github.com/uber/react-vis/blob/master/docs/scales-and-data.md But, I cannot determine where these colorDomain(s) are? I've slapped in string...

If I do the follwing: ``` { console.log({ datapoint, event }); }} /> ``` the highlighting drops randomly and unexpectedly (as if i release mouse), but i am still highlighting,...

bug

Hi! I've been using the new updated Highlight component and really like the improvement now it's been incorporated fully into the library from the previously external solution. I want to...

enhancement

I am using react-vis graph to make a grade progress graph. I've set it that if the grade is A* the value is 17, A is 16, etc. How can...