diff --git a/src/components/chart/ha-chart-base.ts b/src/components/chart/ha-chart-base.ts index 3567cbf6f8..4988ff75c8 100644 --- a/src/components/chart/ha-chart-base.ts +++ b/src/components/chart/ha-chart-base.ts @@ -314,6 +314,7 @@ export class HaChartBase extends LitElement { tooltips.forEach((tooltip) => { tooltip.confine = true; tooltip.appendTo = undefined; + tooltip.triggerOn = "click"; }); options.tooltip = tooltips; }