react-chartjs-2
react-chartjs-2 copied to clipboard
React components for Chart.js, the most popular charting library

**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...
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}...
Installation using Bower + bower-npm-resolver causes Uncaught ReferenceError: process is not defined
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...
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,...