-
-
Couldn't load subscription status.
- Fork 1.4k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Using the options.markers.discrete Array to stylize only certain markers in a chart causes the tooltip marker to disappear
Steps to Reproduce
- Create a chart using the standard options from the documentation and add discrete markers
{
chart: {
type: 'line'
},
series: [{
name: 'sales',
data: [30,40,35,50,49,60,70,91,125]
}],
xaxis: {
categories: [1991,1992,1993,1994,1995,1996,1997, 1998,1999]
},
markers: {
discrete: [
{
seriesIndex: 0,
dataPointIndex: 3,
fillColor: "#000000",
size: 5
}
]
}
}
Expected Behavior
The chart reacts to hovering by showing a tooltip along with a marker indicating which datapoint is being focused on right now on the line (first screenshot)
Actual Behavior
The chart reacts to hovering by showing only the tooltip (second screenshot)
Screenshots
Reproduction Link
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

