react-chartjs
react-chartjs copied to clipboard
common react charting components using chart.js
Is it possible to skip labels in a line chart if i have a large amount of data in react-chartjs1.2.0
I have over 500 data points to show in a line chart. But there is not enought space to show a label for each data point. The labels are sorted...
I updated the syntax to the newer React syntax and the newer Chartjs version. Thank you, Brice
Hello, I am using react-chartjs version 1.2.0 and chart.js 1.1.1 and I have upgraded my App to react.js 16 and I have some issues with react-chartjs. When I was using...
issue: https://github.com/reactjs/react-chartjs/issues/81 now the chart will update the tooltip when the values are changed. I have tested using line chart.
good evening people.i am trying to use the cdn way (script link) and show a Pie chart but i cant i dont use "require" commands neither "import" thanks a lot...
I try to hide one of my datasets but it doesn't work ` datasets: [ { ...this.state.dataRate.datasets[0], label: 'hello', hidden: true, } ] `
Hi, is it possible to allow the data property to have an array of objects with a specific structure, like: { value: 32, [anything else] } and use the value...
Hi guys, I have a line chart with `` When I change the borderWidth in chartData (in a dataset), the chart isn't redrawn. Even with redraw-option this has no effect.
Awesome library! React-native could greatly benefit from this, is it portable to react-native? If not, would this be a possibility?
Chartjs 2.0 introduces [combo line & point](http://www.chartjs.org/samples/latest/charts/combo-bar-line.html), requires upgrading chartjs dependency and exporting react component