v1.0.0
1.0.0 Released!
The Plottable Team is proud to announce the 1.0.0 release of Plottable. Our detailed Upgrading to 1.0.0 Guide has complete instructions for updating your code from v0.54.0 to v1.0.0.
Updated website
Plottablejs.org has been updated to reflect the changes in v1.0.0. We have updated the Component
s section, added a new section to demonstrate Interaction
s, and revamped our tutorials to make getting up and running with v1.0.0 even easier.
Changes from v1.0.0-rc7 to v1.0.0
If you have been following along with our Release Candidates, this release is essentially identical to v1.0.0-rc7, except for the minor correction to the typings detailed below.
Drawer.selectionForIndex()
now returns d3.Selection<any>
This change more accurately reflects the return type of selectionForIndex()
, which returns a Selection
with user-defined data bound to it.