Releases: kbroman/d3panels
Releases · kbroman/d3panels
1.8.4
Another small fix to formatAxis()
😳
1.8.3
Further tweaks to formatAxis()
to avoid an Infinity error.
1.8.1
Revise formatAxis to use the median of all gaps, rather than the gap between the first two values.
1.8.0
Revised to work with D3 v7. Probably also works with v6, but not before that.
Zenodo
Releasing just to get it on zenodo.org
1.7.1
Deal with case of a single point in trichart, dotchart, add_points, and add_curves
1.6.4
Fixed a typo in lod2dheatmap, destory
-> destroy
1.6.3
Fix problem with tool tips in dotchart()
and add_lodcurve()
. Needs to be attached to body
, as if attaching to parent chart, it might not work. divs don't show up within an SVG.
1.6.2
d3panels 1.6.2 (2020-06-08)
-
Implemented custom tool tips in order to drop the [d3-tip]http://labratrevenge.com/d3-tip) library, which is no longer being maintained.
-
Revised to use D3 v5; only real change was in the test code which uses d3.json()
to load data.
-
Dropped the dependency on colorbrewer. This is now built into D3 v5, but I ended up just hard-coding the palettes I wanted, so that the library still works with D3 v4.