Top "React-chartjs" questions

interactive react charting components using the chart.

ChartJS: How to set fixed Y axis max and min

I have a line chart which I'm trying to set a fixed max and min values. I have tried the …

chart.js react-chartjs
How to Update chart in react-chartjs-2?

I call the update() function, but it does not work. TypeError: line.update is not a function. Why is update() …

javascript reactjs react-chartjs
How to show data values or index labels in ChartJs (Latest Version)

How to show data values or index labels in ChartJs (Latest Version) as in the below image: I am using …

javascript reactjs chart.js react-chartjs
How to set options in react-chartjs-2?

React Charts 2 https://github.com/gor181/react-chartjs-2 is referencing below Chart JS http://www.chartjs.org/docs/#getting-started The docs …

javascript reactjs react-chartjs
How to remove gridlines and grid labels in Chartjs Radar?

With chartjs 2 type RADAR, how can you remove the gridlines and gridline labeling to make a radar chart more similar …

javascript charts chart.js react-chartjs
Can't resize react-chartjs-2 doughnut chart

I am trying to make a doughnut chart with react and gatsbyjs. The chart works fine but I can not …

javascript reactjs chart.js gatsby react-chartjs
How to show value of each bar in react-chartjs-2

I have a question about bar chart in react-chartjs-2. I made a bar chart and pie chart using react-chartjs-2 in …

reactjs charts bar-chart react-chartjs
Make a horizontal bar using react-chartjs-2

I'm struggling to find information to make chart with react-chartjs-2. I made a bar chart using react-chartjs-2. I couldn't find …

reactjs charts react-chartjs
Change background color to gradient in react-chartjs-2

I have the following options and dataset: const chartData = { labels: ['1', '2', '3', '4', '5', …

reactjs charts gradient react-chartjs
Add text inside doughnut chart from chart js-2 in react

i want to add a text message inside my doughnut pie chart. To be more specific i want something like …

javascript reactjs pie-chart react-chartjs