react-chartjs-2 icon indicating copy to clipboard operation
react-chartjs-2 copied to clipboard

React components for Chart.js, the most popular charting library

Results 144 react-chartjs-2 issues
Sort by recently updated
recently updated
newest added

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

enhancement
help wanted

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

question
Awaiting Feedback

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

bug
Awaiting Reproduction

### 🦄 - [ ] Would you like to work on this feature? ### What problem are you trying to solve? User interactions that cause high frequency updates to the...

enhancement

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: ![image](https://user-images.githubusercontent.com/39679286/118541899-44709f00-b720-11eb-9884-0c57772cf8d7.png) 2 issues with this chart: 1) how can I place the bar...

question

I want to instead returning a label into the x axes I want to return a custom component.

question

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

question

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

enhancement
help wanted

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

question