Skip to content

Releases: kbroman/d3panels

1.8.4

07 Jan 21:29
Compare
Choose a tag to compare

Another small fix to formatAxis() 😳

1.8.3

07 Jan 20:50
Compare
Choose a tag to compare

Further tweaks to formatAxis() to avoid an Infinity error.

1.8.2

07 Jan 20:06
Compare
Choose a tag to compare

Remove debug code 😳

1.8.1

07 Jan 19:49
Compare
Choose a tag to compare

Revise formatAxis to use the median of all gaps, rather than the gap between the first two values.

1.8.0

05 Aug 14:09
Compare
Choose a tag to compare

Revised to work with D3 v7. Probably also works with v6, but not before that.

Zenodo

03 Sep 14:50
Compare
Choose a tag to compare

Releasing just to get it on zenodo.org

1.7.1

20 Jul 18:11
Compare
Choose a tag to compare

Deal with case of a single point in trichart, dotchart, add_points, and add_curves

1.6.4

09 Jun 03:35
Compare
Choose a tag to compare

Fixed a typo in lod2dheatmap, destory -> destroy

1.6.3

08 Jun 23:35
Compare
Choose a tag to compare

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

08 Jun 22:00
Compare
Choose a tag to compare

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.