mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Charts: set tooltip triggerOn to click on mobile (#24083)
set tooltip triggerOn to click on mobile
This commit is contained in:
parent
b6eaff46e9
commit
cc40b50675
@ -314,6 +314,7 @@ export class HaChartBase extends LitElement {
|
||||
tooltips.forEach((tooltip) => {
|
||||
tooltip.confine = true;
|
||||
tooltip.appendTo = undefined;
|
||||
tooltip.triggerOn = "click";
|
||||
});
|
||||
options.tooltip = tooltips;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user