python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
chartJS, how to disable user from clicking on legend names and changing the graph?
This is a react project. I'm running the latest version of all software. I am trying to create a pie chart but when the legend names are clicked, it changes the graph. So far I've tried each of the li...
t20e
Votes: 0
Answers: 1
How to have ticks on x axis in 15 min increments on chartJS?
So my current chart has incremental steps of random times.
example
I would like it so that it is broken up into 15 mins increments (i.e. 12:45, 13:00, 13:15, 13:30...)
This is how i currently have the...
vrtx
Votes: 0
Answers: 1
How to update Chartjs chart (react-chartjs-2) with dynamic data?
I've been trying to make a simple chart generator in React. I use Handsontable to let the user enter dynamic data and I would like the changes to be reflected in the chart. Here is my code: Codesandbo...

Reinier68
Votes: 0
Answers: 1
How to extends a Chart and register it
I want to create a custom Doughnut chart with rounded ends like this : https://stackoverflow.com/a/60993320
So I have create the following class :
import * as ChartJS from "chart.js";
class...
Rozukai
Votes: 0
Answers: 1