Closed dvago closed 3 years ago
Further investigation seems to drive this issue into the main Echarts library, as far I can tell the tooltip triggers on hover of a data point only rather than on hovering the entire regression line.
The regression lines seem to have the last point as single way to trigger the tooltip therefore if the symbolSize is equal to 0 no datapoint are visible so no tooltip gets generated.
It's not ideal but I believe it's not even your fault.
Hi there,
I'm currently looking into displaying a tooltip showing the regression calculation when the user goes on hover the regression line.
As far as I can tell there is no way to achieve it.
given a series of objects such as:
The tooltip works for the
datasetIndex: 0
which is the list of dots but doesn't show for the index 1tooltip parameter is set at the root of the configuration as:
Looking forward to find a solution Thanks in advance.