react-charts icon indicating copy to clipboard operation
react-charts copied to clipboard

⚛️ Simple, immersive & interactive charts for React

Results 74 react-charts issues
Sort by recently updated
recently updated
newest added

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) ![image](https://user-images.githubusercontent.com/44402597/147112035-dc462542-f0f4-46a9-8aa5-3eec85ed62bc.png). 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...

![line-chart-safari](https://user-images.githubusercontent.com/7265819/140014098-78af039e-fb3e-4e44-941b-a18f73d18255.jpg)

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,...