Skip to content

lines dissapear when hovered #8285

@jonsken

Description

@jonsken

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions