react-charts
react-charts copied to clipboard
⚛️ Simple, immersive & interactive charts for React
I am rendering a chart with 2 series; - Actual data I want to show. Data can dip below 0. - A series that draws a line along 0. This...
#327 removed typos and added puncutations needed!
I am getting these charts when having a value equals `null`, I want something similar to `spanGaps` that exists on `chartjs` https://www.chartjs.org/docs/latest/charts/line.html#line-styling. So instead of breaking the lines, I want...
Updated the outdated copyright year to the present. So there will not be a need for any further license year updates
Update Copywrite year at footer screenshot: 
Hey, so I want to change the primaryCursor and SecondryCursor lines to dashed line, my Chart options look like this - ``` const primaryAxis = useMemo( () => ({ position:...
We want to show 2 metric values with their respective left and right y-axes, but we values cannot be assigned to either left or right y-axis by our code. ```...
Changed "results" to "result." break any basic functionality, but could "results" in infinite change-detection loops
It's very hard to see, but there is a date here: --- I _assume_ it is this, but no `class` so I can't even target it with CSS as a...
I have following data : const data: DataInterface[] = [ { label: "React Charts", data: [ { value: 23000, plateform: "Linux", color: "#95A5FD", }, { value: 18000, plateform: "Mac", color:...