mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
Add cutpoint table popover to gauges
This commit is contained in:
parent
151dbb2a88
commit
514bdad484
3 changed files with 54 additions and 3 deletions
|
|
@ -27,6 +27,6 @@ export function initializePopovers() {
|
|||
document
|
||||
.querySelectorAll('[data-bs-toggle="popover"]')
|
||||
.forEach((popoverElement) => {
|
||||
new Popover(popoverElement, { trigger: "hover focus" });
|
||||
new Popover(popoverElement, { trigger: "hover focus", html: true });
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue