python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Chart.js won't display percentage label when value is above 1000?
Currently making an Emergency Fund Calculator but have hit a snag with chart.js
Found out how to make chart.js labels display as percentages, but I get "NaN%" as soon as one of my data value...
danajcarroll
Votes: 0
Answers: 1
custom label title for scatter in React-ChartJS-2
I try to make a scatter plot using React-ChartJS-2. The basic setting gives only the values of the x-value and the y-value of the point in the plot. Is there any way to show the label for the point in...
S. Lee
Votes: 0
Answers: 1
Add multiple real-time plots on the same page with Chart.js (Django)
i'm trying to add multiple real-time plots on the same page (Django framework) with Chart.js using websockets. When i try to add separate socket on the 2nd plot, the 1st freezes. Here is my code, tha...
Fotini K.
Votes: 0
Answers: 0
Scatter plot in Chart.js with annotations
I've created a scatter plot in Chart.js v3.7.1 and I'm trying to add some label annotations (chartjs-plugin-annotation is v1.4.0) to it which don't seem to be working. I've added annotations in the pa...
Raluca Micu
Votes: 0
Answers: 1