Top "Recharts" questions

Recharts is a composable charting library built on React components and D3

Recharts set Y-axis range

Can't figure out how to set the range of Y-axis using http://recharts.org/ Want the Y-axis to display 100 in …

reactjs recharts
Custom legend labels in my rechart chart

I have a pretty straight forward data array for my recharts component : {name: '12.1.2011', series1: 4000, series2: 2400, series3: 2400}, {name: '12.2.2011…

recharts
Set height and width for responsive chart using recharts ( Barchart )

I am trying to use recharts to implement a BarChart. But the width={600} and height={300} causes the Barchart to be …

javascript css reactjs material-ui recharts
Recharts Responsive Container does not resize correctly in flexbox

I'm trying to create a custom collapsable legend for my data visualization app. It uses react and recharts. the component …

css reactjs user-interface flexbox recharts
Rechart - adding labels to charts

I'm trying to learn how to use Rechart. The documentation says you can put labels on chart elements, and gives …

reactjs recharts
Is there any way that I can only show the hovered line in tooltip (Recharts)?

I have tried using customized tooltip but my problem was I don't know how to get the index of the …

javascript css reactjs recharts
Recharts custom dot

I have an StackedAreaChart and after I show areas on graph I want to add a custom dot. Currently my …

javascript reactjs charts jsx recharts
Recharts - add commas to number on tooltip on bar chart

Is it possible to add a comma to large numbers on the tooltip? for example 57,574 instead of 57574 Thanks!

reactjs tooltip recharts
ReCharts: Donut Chart w/two labels in center

I have a donut chart in which i need to add two stacked labels in center which I have done. …

reactjs donut-chart recharts
Recharts component to PNG

I currently have a Recharts component that I would like to export as a PNG file. <LineChart id="currentChart" …

javascript reactjs canvas recharts