diff --git a/src/components/chart/ha-chart-base.ts b/src/components/chart/ha-chart-base.ts index 59bac76e9f..9666902885 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; }