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

common react charting components using chart.js

Results 73 react-chartjs issues
Sort by recently updated
recently updated
newest added

Probably resolves #127. This change allows registering plugins on a chart as per [this part of the chart.js documentation](http://www.chartjs.org/docs/latest/developers/plugins.html#using-plugins)

Hi, I have been trying to customize the look and feel of my charts using the options found in the chart.js documentation, but many of them do not have any...

Hi, I love the chart, but I'm seeing an issue with responsiveness. I've got `` with `responsive: true, maintainAspectRatio: false` and though the chart renders fine and resizes with the...

how can i implement zoom in/out in same react chart

Version 2.0.0

computeDimension node_modules/chart.js/Chart.js:30 27 | //Variables global to the chart 28 | var computeDimension = function(element,dimension) 29 | { > 30 | if (element['offset'+dimension]) 31 | { 32 | return element['offset'+dimension];...

TypeError: (new Chart(...))[chartType] is not a function This is what I'm using: { "name": "ui", "version": "0.1.0", "private": true, "dependencies": { "chart.js": "^2.7.3", "react": "^16.8.1", "react-chartjs": "^1.2.0", "react-dom": "^16.8.1", "react-scripts":...

I installed react-chartjs via NPM and when i try and use Pie i get the error Error Can't resolve 'chart.js' in '/home/a7meds3d/Documents/WorkSpace/MERN/CIOChatbot/node_modules/react-chartjs/lib'.

Hi, I am trying to render multiple Doughnut charts in multiple tabs(react-bootstrap tabs), But Doughnut chart only shows on Default tab. Here is the code for parent component with tabs...

I want line chart with Gradient in to react please someone help me

Since chart-js 2 is not yet supported, with the current version of react-chartjs is there a way to combine two charts into the same plot? e.g.: a bar and a...