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
I noticed some strange effects, somehow when using BaseGauge.fromElement within a modal on a specific gauge element (e.g. compass), all other gauges (different radial gauges, e.g. with a pointer, with a progress bar) on my dashboard get a mixed styling.
So if there is a compass in my modal, all other radial gauges get changed as well and now have a mixed styling like a radial gauge with a progress bar AND the stylings of the compass etc.
The ids are unique so I cant understand why this is happening as I am not even changing the data-attributes of the gauges on my dashboard. As soon as the modal opens, fromElement gets triggered on a gauge inside this modal and in this exact moment all other gauges get strange designs.
Did anyone had this kind of effects too?
See before and after screenshots to see this effect.
Best Regards
The text was updated successfully, but these errors were encountered:
Hi,
first of all thank you for this great lib!
I noticed some strange effects, somehow when using BaseGauge.fromElement within a modal on a specific gauge element (e.g. compass), all other gauges (different radial gauges, e.g. with a pointer, with a progress bar) on my dashboard get a mixed styling.
So if there is a compass in my modal, all other radial gauges get changed as well and now have a mixed styling like a radial gauge with a progress bar AND the stylings of the compass etc.
The ids are unique so I cant understand why this is happening as I am not even changing the data-attributes of the gauges on my dashboard. As soon as the modal opens, fromElement gets triggered on a gauge inside this modal and in this exact moment all other gauges get strange designs.
Did anyone had this kind of effects too?
See before and after screenshots to see this effect.
Best Regards
The text was updated successfully, but these errors were encountered: