Releases: Kcnarf/d3-voronoi-map
Releases · Kcnarf/d3-voronoi-map
v2.1.1
v2.1.0
v2.0.1
v2.0.0
d3-voronoi-map is now a simulation (in the same way as d3-force is), and can be used in two ways:
- live Voronoï map: displays the evolution of the self-organizing Voronoï map; each iteration is displayed, with some delay between iterations so that the animation is appealing to human eyes;
- static Voronoï map (as v1.x.x does): displays only the final most representative Voronoï map, which is faster than the live use case; intermediate iterations are silently computed, one after each other, without any delay.
v1.2.0
v1.1.0
v1.0.0
Custom initial position and initial weight of sites
- Externalize default initial random position of sites (in
./initial-position-policies/random.js
) - Externalize default initial weight of sites (in
./initial-weight-policies/half-average-area.js
) - Capability to define custom initial position and initial weight of sites