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
It's actually helping me at the moment. I have a live time-series and I render data off to the right of the graph, then use the clip to prevent it from showing up. There might be another way to do that. See http://bost.ocks.org/mike/path/
I'm going to backtrack a bit on that. I've inadvertently been relying on the clip-path not working. Specifically, I show an x-value indicator (eg average or 95th percentile) in the right margin. With the clip-path working, that gets clipped out! It's important, but not necessary, that the indicator sit inside the content <g> so it can line up with a horizontal line.
When the page has a
<base href="/something/">
tag, SVG IRIs that are just fragments don't work. The only such IRI in this project iswhich emits something like
Unfortunately, the only workaround is to use the absolute URL of the page. Thus, I suggest something like
which would in turn emit something like
/cc @jayphelps, who has some experience with these issues.
The text was updated successfully, but these errors were encountered: