react-chartjs-2
react-chartjs-2 copied to clipboard
React components for Chart.js, the most popular charting library
### What problem are you trying to solve? In the chart.js performance documentation it [mentions the possibility of using web workers to perform chart rendering in parallel with the main...
I am trying to replicate the following code in react-chartjs-2 (basically trying to get the x and y coords of hovered point) ``` var data = { labels: ["January", "February",...
I think I found an interesting bug, but hopefully there is an explanation and a fix. Below are my datasets and my component. I have also provided the source code...
### 🦄 - [ ] Would you like to work on this feature? ### What problem are you trying to solve? User interactions that cause high frequency updates to the...
I have a line chart I want that when someone clicks on the data points the particular index dataset and label is fetched. I have the below implementation which extracts...
I am trying to migrate a react app to chartjs3. I have a mixed, bar chart, linechart:  2 issues with this chart: 1) how can I place the bar...
I want to instead returning a label into the x axes I want to return a custom component.
Hello, I'm trying to make my y-axis sticky if I have to scroll horizontally on my chart. I've looked around StackOverflow, and there is a great solution written in vanilla...
As far as I can tell, rendering is responding to page layout changes up to every 1ms. Is there any way to throttle the rendering? I think it should be...
Hi, I've been trying to look online on how to achieve having three different bar charts into one chart. Is this even possible? I want to get something that look...