python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I export to image a Chart with react-chartjs-2 and add logo or whatever stuff in image?
I need to export to image a Chart with react-chartjs-2 and add logo or whatever stuff in image.
I'm doing this
const exportImage = useCallback(() => {
const link = document.createElemen...

Jonathan Ludeña
Votes: 0
Answers: 0
Time Series Line chart js in react not working
R/python user, new to javascript. I am trying to do something which I thought would be simple, a basic time series chart using chart-js in react.
I don't seem to be able to get the axis to work proper...
Joshua
Votes: 0
Answers: 1
(Typescript) How do you set pointRadius, pointHoverRadius, ect in ChartJs 3.7.0 & react-chart-js-2 4.0.1
Edit: This appears to only be an issue if you are using typescript. Thank you @LeeLenalee
I recently upgraded package versions
chart.js -- 3.2.1 -> 3.7.0
react-chartjs-2 -- 3.0.3 -> 4.0.1
Which ...

Ryan E.
Votes: 0
Answers: 1
React Js and Chart Js (Line Chart)
I am trying to add line chart from chart js in react component. I have tried the following code but its showing white screen and no errors. I couldn't figure out what i did wrong. I went through chart...

charlie2
Votes: 0
Answers: 3