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)
vue-chart data is loaded correctly but options are ignored
This is driving me nuts.
I have a chart from vue-chart, chartData is loaded correctly, the chart displays correctly, but options are definitely not taken in account, despite setting them statically at...

Augustin Riedinger
Votes: 0
Answers: 1
How to limit chart JS hover to take only one value from each line chart when zoomed out?
I'm using chart.js 3.6.1 with VueJS. These are options for particular data I'm having trouble:
hover: {
mode: 'x',
intersect: false
},
scales: {
y: {
...

Dach0
Votes: 0
Answers: 1
Vue Chart 3 - Doughnut Charts with Text in the Middle (Trouble registering a plugin)
EDIT: My codesandbox is working, but it's not perfect. In my actual project I've better utilized ts and am just making an if check for the charttype so the font doesn't paste on all the charts you hav...

LovelyAndy
Votes: 0
Answers: 1