react-linechart
react-linechart copied to clipboard
Simple yet highly customizable line charts
onTextHover and onTextClick functions are not working
Hey @rafaelquintanilha , I've tried to add two LineChart on the same page which results in showing the X-axis and Y-axis only for the first one even though the Graph...
My X Axis got all clumsy after making them datetime. Is there any way to rotate the X Axis values by like 45 degrees so they are readable `xDisplay={e=>new Date(e)}`
The graphs are not displayed properly on a mobile device.
Could someone please help me to get the X-axis scrolling?
Hi Rafael! Thanks for this project, it was really straightforward to use, and I applaud you for adding the data transformer functions, they really take into account a user of...
Could you please provide an example of how to use xParse and xDisplay to add dates to the x-axis? It's not explained anywhere and thus I don't know how to...
I'm using react-linechart to plot the history of how many times an app was installed. It would be nice if I could restrict the yScale to only show ticks with...
I have been trying to work with these two attributes of the LineChart, but the d3.time.format function has changed. I tried converting to the latest function call from d3 but...