You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am usins a stacked bar chart and want to use a gradient fill property, the colour of the tooltip is wrong when I hover it. It always display the same colour (the one of the first element) instead of the colour of the element on which I am hovering (which is what it usually does)
Steps to Reproduce
create a stacked bar chart
add in the options : {fill:{type:"gradient"}}
Hover your graph
Expected Behavior
The colour of the tooltip should be the same as the one of the elements on which I am hovering
Description
When I am usins a stacked bar chart and want to use a gradient fill property, the colour of the tooltip is wrong when I hover it. It always display the same colour (the one of the first element) instead of the colour of the element on which I am hovering (which is what it usually does)
Steps to Reproduce
Expected Behavior
The colour of the tooltip should be the same as the one of the elements on which I am hovering
Actual Behavior
Screenshots
Reproduction Link
https://codepen.io/pgredigui/pen/JjLzNBv
The text was updated successfully, but these errors were encountered: