Skip to main content

All Questions

3 votes
1 answer
239 views

Get Clipped Line Visible Area Length d3

I'm trying to clip a line with circle using ClipPath and successfully done it with dragging as well. Here is my working Code; function clipData(svg, cx, cy) { var clip = svg.append("defs") ...
Naila Akbar's user avatar
  • 3,268
1 vote
0 answers
216 views

d3 topojson clip-path issue

I am having issues with rendering a USA map that I put inside of a clipPath element (in order to make everything outside of the USA invisible). The clipping works correctly; however, the svg path that ...
ziv's user avatar
  • 109
2 votes
1 answer
1k views

d3 rotating wheel with fixed clip

I am trying to "clip" this spinning wheel: https://bl.ocks.org/mpmckenna8/7f1f0adbf7d9ed7520b3950103e8094c I want to only make the top-half of the wheel visible. When I try to do this with "clip-path"...
MsIcklerly's user avatar
11 votes
2 answers
3k views

d3.js brush fill color histogram

i have created some histogram with d3.js. I managed to change fill color of rect depending on the position of the brush. But i would like to change the color inside a rect. For example if the brush ...
Christophe D.'s user avatar
2 votes
1 answer
626 views

D3 Clippath Mouseover event not working

wizards, I'm having some trouble with a mouseover event on clippath. For some reason it is not triggering and I think it's due to the fact that the elements are clipping an image of the Dude. My ...
Rob360's user avatar
  • 67
0 votes
1 answer
289 views

d3 svg clippath with path

Trying to use a complex clippath derived from a path to cut a circle in an svg drawing. It works when I use a shape, but not the path. I'm wondering if it is because the path is pre-designed ...
Nick Malawskey's user avatar