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 have the same problem and I tracked it down to being because of the <base href="/"> tag in my <head>. If I set the base href to an empty value or simply remove it entirely the graphs draw just fine, but if I set it to anything non-zero it the paths disappear.
This is obviously a problem since using AngularJS in HTML5 mode requires you to set base href to work properly.
The SVG path does not appear in firefox and Edge.
It appears in chrome 52 version, after upgrading to chrome 53, it does not appear
The text was updated successfully, but these errors were encountered: