You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting series.columns.template.showTooltipOn = 'hit' I am unable to interact with the tooltip even when the following settings are set series.tooltip.label.interactionsEnabled = true; series.tooltip.keepTargetHover = true;
Also there is a bug that you cannot click the same bar to show the tooltip again after closing it without clicking a different bar, closing that and then opening the previous one again.
Environment
@amcharts/amcharts4: 4.10.22
Google Chrome - Version 96.0.4664.45 (Official Build) (64-bit)
Vue: 2.6.11
The text was updated successfully, but these errors were encountered:
Bug description
When setting
series.columns.template.showTooltipOn = 'hit'
I am unable to interact with the tooltip even when the following settings are setseries.tooltip.label.interactionsEnabled = true; series.tooltip.keepTargetHover = true;
https://codepen.io/furier/pen/qBXgXqX
Also there is a bug that you cannot click the same bar to show the tooltip again after closing it without clicking a different bar, closing that and then opening the previous one again.
Environment
The text was updated successfully, but these errors were encountered: