Describe the bug
If you specify the tooltip type as None, the highlighter on the line and bars still shown the highlighted elements.
To Reproduce
Steps to reproduce the behavior:
- Paste this snippet on the playground:
<Chart>
<Settings tooltip={{ type: TooltipType.None }} />
<LineSeries
id="lines"
xAccessor={0}
yAccessors={[1]}
data={KIBANA_METRICS.metrics.kibana_os_load[0].data}
/>
</Chart>
- Mouse over one point
- An highlight circle appear on every point when mouse over
Expected behavior
If tooltip type None the highlighter should not be rendered
Screenshots


Version (please complete the following information):
- Browser: all
- Elastic Charts: 15.0.1
Additional context
regression found during Kibana dependency update elastic/kibana#50513
Catch during manual testing
Errors in browser console
n/a
Kibana Cross Issues
elastic/kibana#50513
Checklist
Describe the bug
If you specify the tooltip type as
None, the highlighter on the line and bars still shown the highlighted elements.To Reproduce
Steps to reproduce the behavior:
Expected behavior
If tooltip type
Nonethe highlighter should not be renderedScreenshots


Version (please complete the following information):
Additional context
regression found during Kibana dependency update elastic/kibana#50513
Catch during manual testing
Errors in browser console
n/a
Kibana Cross Issues
elastic/kibana#50513
Checklist
Kibana Cross Issueslistkibana cross issuetag is associated to the issue if any kibana cross issue is present