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'm currently testing one of my custom components, and it uses your lib to render a trendline.
During the tests, when it envolves a chart update, it causes a:
[Vue warn]: Error in nextTick: "TypeError: path.getTotalLength is not a function"
Apparently this error is showed because SVGPathElement.getTotalLength() has been moved to SVGGeometryElement.getTotalLength() from the Web standards.
Hello =D.
I'm currently testing one of my custom components, and it uses your lib to render a trendline.
During the tests, when it envolves a chart update, it causes a:
Apparently this error is showed because
SVGPathElement.getTotalLength()
has been moved toSVGGeometryElement.getTotalLength()
from the Web standards.https://developer.mozilla.org/en-US/docs/Web/API/SVGPathElement/getTotalLength
The text was updated successfully, but these errors were encountered: