Skip to main content

All Questions

Tagged with
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
4 votes
2 answers
1k views

How to modify a d3 force layout with voronoi polygons to trigger events on grouped elements?

The goal is to combine d3 force simulation, g elements, and voronoi polygons to make trigger events on nodes easier, such as dragging, mouseovers, tooltips and so on with a graph that can be ...
Cliff Coulter's user avatar