-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Labels
Description
Hi,
I believe, I found something, what was fixed some versions ago... I am using version 2.9.4.
When I am hovering the values in my line chart, they should change transparency, but they just dissapear as long as I hover the value. But the points do change transparency
The change of transparency is achieved by:
backgroundColor: 'rgb(141,160,203, 0.25)',
borderColor: 'rgb(141,160,203, 0.5)',
hoverBackgroundColor: 'rgb(141,160,203, 0.75)',
hoverBorderColor: 'rgb(141,160,203)',
in combination with:
hover: {
mode: 'dataset'
},
elements: {
points: {
hitRadius: 10
}
},
Here is also a fiddle with an code example.
thanks in advance