This repository was archived by the owner on Jul 1, 2025. It is now read-only.
Releases: d3plus/d3plus-plot
Releases · d3plus/d3plus-plot
v0.8.11
- updates documentation (8e796e3)
- fixes setting falsey confidence (853bf5d)
- removes redundant examples (580661b)
- improves text descriptions on box-whisker examples (18508af)
- adds Box and Whisker changing outliers shape example (7df0115)
- adds adds Box and Whisker changing outliers color example (453cd0b)
- adds Box and Whisker changing outliers shape and color example (1442189)
- adds Box and Whisker changing endpoints shape example (70307c5)
- updates example images (d094c47)
- addresses all comments in the PR (6c44971)
- adds scatter plot share change shape (e712afd)
- addresses all comments in the PR (a1f0cfb)
- adds legend resizing example (11a63c0)
- adds examples of dashed LinePlot (52bb783)
- corrects shapeConfig url (581cfb2)
- removes year from bar chart tooltip and input data (b9e28d8)
- changes ES6 template strings to old JS string format (dc8569a)
- modifies definitions and example titles, changes ES6 syntax to older syntax, adds barchart timeline example (42effaa)
- replaces ES6 arrow functions and short hand key/value assignment with normal JS assignment (43320f6)
- modifies new example texts (fd97b3d)
- adds barchart examples for title, axis and grid configuration (e340fe9)
- adds StackedArea 100% share example (2208a92)
- adds barchart - sorting and custom tooltip examples (783ace6)
- adds radar - timeline and custom color examples (9a2e502)
- adds lineplot - smooth curve and custom color examples (3d27749)
- adds box whisker - horizontal and outlier examples (eea518e)
v0.8.10
v0.8.9
- updates documentation (a8c204c)
- adds "closest point" detection for Radar mouse events (e3b5579)
- renames radarPadding to outerPadding and makes labels respect it (3857ef3)
- adds axisConfig method to Radar allow granular control of circles, lines, and labels (04a58cc)
- fixes Viz extends references in Radar (05092b9)
v0.8.8
v0.8.7
v0.8.6
- updates documentation (2fdd5b5)
- updates d3plus-dev to v0.6.13 (e56858e)
- fixes Radar incompatibility with new d3plus-shape bugfix (06ae404)
- updates minor d3plus dependencies (f31b112)
- removed unused variables (6d15a5d)
- improves definition of metric method (59da3ba)
- minor corrections in Radar visualization (b6dc2ac)
- uses this._id instead of this._groupBy(depth) (5e7c757)
- uses d3-array instead of Math.max and sum using reduce (3aee764)
- minor corrections in example file (2adb16e)
- uses metric instead of size (af1fdf9)
- minor corrections in example (541c731)
- converts radar chart to multi-level visualization (7bb47f6)
- fixes bug filtering by year using Radar visualization (dd6fc5c)
v0.8.5
- updates documentation (788ec74)
- Merge branch 'master' of https://github.com/d3plus/d3plus-plot (c434c56)
- Merge branch 'master' of https://github.com/d3plus/d3plus-plot (60ec324)
- uses this._filteredData instead this._data (a53212c)