The hover events that trigger the value to be displayed are called 'tooltips'. To hide them add the attribute in the plot object.
plot: {
tooltip: {
visible:false
}
}
Documentation
The hover events that trigger the value to be displayed are called 'tooltips'. To hide them add the attribute in the plot object.
plot: {
tooltip: {
visible:false
}
}
Documentation