Top "React-chartjs" questions

interactive react charting components using the chart.

React-Native Bar chart Customized

I am new to react-native. I need to place charts in my app (Bar, multi-line, multi-bar). What can be the …

react-native react-chartjs
ReactJS how to render a component only when scroll down and reach it on the page?

I have a react component Data which includes several charts components; BarChart LineChart ...etc. When Data component starts rendering, it …

javascript reactjs react-chartjs
How to create stacked bar chart using react-chartjs-2?

I have to create stacked bar chart using react-chartjs-2. options : { maintainAspectRatio: false, tooltips: { mode: 'x-axis' }, scales: { yAxes: [{ ticks: { beginAtZero: true } }], …

chart.js react-chartjs
Chartjs 2 scaling lots of data points

I'm trying to render a line chart with 24 hours of data (collected every 30 seconds). I can't figure out from the …

chart.js react-chartjs
Chart js data to start at zero

That's how I set the data: const data = { labels: ['February', 'March'], datasets: [ { label: 'My First dataset', backgroundColor: 'rgba(255,99,132,0.2)', borderColor: …

chart.js react-chartjs
Chartjs treemap example

I'm currently using chart.js in my project and I have to say it's an amazing library. However I recently …

javascript graph charts chart.js react-chartjs
react-chartjs-2 not updating graph when state updates

I am creating a dashboard app that fetches data from an endpoint and uses the setState method to assign variables …

javascript reactjs react-chartjs
Set max value for Y axis in react-chart

I have implemented a react-chart using the help of the following doc http://www.chartjs.org/docs/latest/charts/line.…

reactjs charts react-chartjs