react-vis
react-vis copied to clipboard
Data Visualization Components
In the documentation, the y field says: "Type: (Horizontal Bar Series): string | number". But in practice, the y field can only be a number. Example: ```jsx ``` That code...
Cannot figure out why chart with react-vis differ so much from same chart with recharts. Why it is so wrong? And different curves didn't help... This is a price chart....
Documentation here https://github.com/uber/react-vis/blob/master/docs/treemap.md says that _onLeafClick_ "Should accept arguments (leafNode, domEvent)" but when I _console.log_ the values returned in the callback, I only get the event. How can I get...
Hi, Is there any way to implement drilldown in treeMap chart? I want to click on the parent node, then all the children render on the chart
Hi, I am using the LineMarkSeries and I am feeding the data parameter with a new object (i.e. {x: cnt; y: getData()} ) and I am trying to get a...
Hey, I'm currently making a DiscreteColorLegend and I can't figure out how to center it and how to change the text color of it. Am I missing something or is...
I'm implementing a simple AreaSeries chart with animation. I was expecting the animation grow the AreaSeries from bottom up (following the Y axis direction). However, it always grew from left...
Hi, I want to have an axis display ticks in a non-linear way i.e. 0, 20, 40, 60, 80 ,100, 150, 200. I can kind of accomplish this by setting...
When a series has constant values for the y-axis, eg. `[{x:1, y:100}, {x:2, y:100}, ... {x:n, y:100}]`, gradients do not render at all. I would expect that the series is...
These properties (of XYPlot) are not referenced anywhere in the documentation, only in specific examples. It would be great to add them to the API reference.