Closed sirbris closed 2 years ago
Moving this to in triage, there should be a way to change the tooltip, but it needs to be checked how. Seems the tooltip title is part of the accessibility features, which needs to be disabled or modified separately: https://github.com/vaadin/vaadin-charts-flow/issues/325#issuecomment-594560218
I checked to see if the issue is reproducible in the latest 23.0 and HighCharts doesn't render any <title>
tags at all there, regardless of whether you set a title or not. The title seems to be always displayed in a regular div:
So, @sirbis could you please clarify which Vaadin version you are using? A reproduction example would be also helpful.
Closing as stale.
It does not seem possible to remove the tooltip "Chart" (see screenshot) of the chart. With setTitle you can set the actual Title of the chart AND that tooltip content. When you try to set it to null or "" the tooltip will be reset to "Chart".
getConfiguration().getTitle().setText("");