react-charts
react-charts copied to clipboard
⚛️ Simple, immersive & interactive charts for React
At the moment, it seems that the tooltips are triggered only inside the chart area. But my points can go a little bit outside the chart area. The tooltip only...
Hello all, i have this chart (see image) and i want to hide the xAxes and yAxes (those numbers, 180, 160, 140, i dont want to see them) . if...
The tooltip by default seems to show the secondary datum value (the value of the y-axis). In my case, I'm making a bump chart, so the secondary value is an...
I have a small project where I show programming language trends in a bump chart: https://bmaupin.github.io/langtrends/ I'm currently using react-vis which has been deprecated for a long time and I'd...
A bar chart with values less than zero does not anchor bars for negative values to the axis, but instead continues to put the top of the bar at the...

Created a repro that has two buttons, "zoom in" and "zoom out", that multiply the values of the second series by a value to make them larger than the first...
Loving the beta version, and already migrated to it! I searched the beta codebase for "transition" and "animation" as I liked the slick animation between data refreshes, but couldn't find...
I have been setting up the v3 beta version of react-charts and I wanted to apply a custom font to the axis labels in the charts. It looks like it's...
if you go to : https://codesandbox.io/s/github/tannerlinsley/react-charts/tree/beta/examples/simple?file=/src/components/MultipleAxes.tsx and you make **all the secondary axis of type "line"** and then on the 2nd secondary axis's getValue you multiply by some random number,...