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
In your CodePen demo, the color of gauge .two never changes as the value changes. Instead, the color remains the value it was set in your CSS ("orange").
I believe this is an issue where the style attribute of an SVG element, such as a <path />, cannot be set using JavaScript.
The text was updated successfully, but these errors were encountered:
In your CodePen demo, the color of gauge
.two
never changes as the value changes. Instead, the color remains the value it was set in your CSS ("orange").I believe this is an issue where the style attribute of an SVG element, such as a
<path />
, cannot be set using JavaScript.The text was updated successfully, but these errors were encountered: