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

请问树状图最后一个刻度不显示是需要添加什么属性才能让他显示吗

question

![Pie](https://user-images.githubusercontent.com/47754198/81826514-7ec7bf00-9555-11ea-9a57-40072a69e85d.png)

question

**Expected behaviour:** Render plugins dynamically **Actual behaviour:** Plugins render at the first render and do not update **Description** I'm having an issue with plugins that use `beforeDraw` and are rendered...

enhancement

I'm using Chart.js with a React wrapper (react-chartjs-2). I want to upgrade to the latest major version of Chart.js (3.x) to remove the dependency on moment, among other benefits. There...

I need to have custom Tooltip and I design a react-component using hooks, check out the code: ```javascript import {Line} from "react-chartjs-2"; import {Button} from "reactstrap"; import React, {useState, useRef}...

question
Awaiting Feedback

I tried to install react-chartjs-2 using [bower-npm-resolver](https://github.com/mjeanroy/bower-npm-resolver) with bower. When I try to include react-chart-js in my Jinja2 HTML file via ``, I get the following error message. ``` react-chartjs-2.js:282...

Is there any way to make chart legends behaviour like this: Meaning if some legend is disabled don't do line through, just fill or empty container (circle or rectangle) next...

bug
question
Awaiting Reproduction

Link: https://codesandbox.io/s/crazy-lederberg-fcdkz?file=/src/App.js The animation looks weird, I'm not sure if it's my problem or react-chartjs-2's problem or chartjs's problem. There's a working sample but it's without react [Link](https://jsfiddle.net/cqjv8tm5/).

First I want to thank the maintainers for the work and contributing to OSS. Having said that, I just discovered this library and plan on using it but I'm concerned...

It does not seem possible to register and use a new chart controller type: ``` Chart.controllers.MyType = Chart.DatasetController.extend({ }); ``` since the chart react components have predefined types (doughnut, pie,...

enhancement
help wanted