Skip to content

Releases: kbroman/d3panels

1.6.2

08 Jun 22:00

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.

1.3.2

13 May 22:37

Choose a tag to compare

In slider and double_slider, allow different left and right margins.

1.3.1

13 May 15:45

Choose a tag to compare

Made nearest_stops() (within slider() and double_slider()) a general function, d3panels.index_of_nearest().

1.3.0

12 May 18:27

Choose a tag to compare

Added functions slider() and double_slider().

1.2.3

11 May 22:38

Choose a tag to compare

Removed a bit of extraneous code. Oops.

1.2.2

11 May 17:13

Choose a tag to compare

Revised to use D3 version 4.

1.1.4

11 May 17:12

Choose a tag to compare

Last release that used D3 version 3