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 5f84455 we gave absolute URLs for the xlink:href of edge labels, because Angular 1 on Firefox needs this (see dc-js/dc.js#1079). 🤔
So are arrowheads and the gradients we use for edge stubs also broken in that strange environment? They also live in <defs> but we only use hash to refer to them.
(Do we care? This seems very stupid and brittle, since it means they all need to be updated whenever the URL changes, which it does, 45fd9f8.)
The text was updated successfully, but these errors were encountered:
In 5f84455 we gave absolute URLs for the
xlink:href
of edge labels, because Angular 1 on Firefox needs this (see dc-js/dc.js#1079). 🤔So are arrowheads and the gradients we use for edge stubs also broken in that strange environment? They also live in
<defs>
but we only use hash to refer to them.(Do we care? This seems very stupid and brittle, since it means they all need to be updated whenever the URL changes, which it does, 45fd9f8.)
The text was updated successfully, but these errors were encountered: