Answers for "chart js change color in hover"

1

chartjs bar chart hover color

...
data: [
  { 
    label: 'the label',
    data: [303, 59, 49], 
    backgroundColor: ['#131e3a', '#19284d', '#1f3260'],
    hoverBackgroundColor: ['#131e3a', '#19284d', '#1f3260']
  }
]
...
Posted by: Guest on February-09-2021

Code answers related to "chart js change color in hover"

Code answers related to "Javascript"

Browse Popular Code Answers by Language