forked from dc-js/dc.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Releases notes
NickQiZhu edited this page Jan 13, 2013
·
7 revisions
- context+focus ability on coordinate grid chart
- updated NASDAQ example with focus and zoom demo
- listeners support for {preRender, postRender, preRedraw, postRedraw, filtered} events
- ordinal scale support on bar chart and line chart
- fixed area chart drawing issue when new data is added in crossfilter - contribued by Steven Lindberg
- many minor bug fixes and enhancement (see issue details)
- updated example site
- created API reference
- scoped dc css classes under "dc" prefix to avoid conflict
- removed pie chart slice reordering - contributed by Sean Bell
- introduce smooth axis rescaling - contributed by Sean Bell
- fixed issue when clicking on bar chart outside of brush - contributed by Sean Bell
- introduced the ability to use custom projection in choropleth chart - contributed by Paul English
- major bug fixes to correctly handle crossfilter.add()
- minor bug fixes and enhancement
- introduced bubble overlay chart
- switch data-table widget from using block elements to table
- updated dc.css structure for better re-usability
- introduced brush off mode and tooltip support on all coordinate grid charts (line, bar, and bubble chart)
- added crime in major Canadian cities example
- data driven coloring
- renamed retriever to accessor
- GeoJson based choropleth chart support
- significant performance improvement
- many minor bug fixes and enhancement
- elastic x axis support
- improved bar chart position accuracy
- renderlet support for injecting custom rendering logic
- chart scoping support with update/redraw group
- grid lines support on all coordinate charts
- area chart support
- stacked bar chart support
- stacked area chart support
- improved brush handling
- composite chart support
- bubble chart support
- line chart support
- data count widget
- data table widget
- initial implementation of the core library
- basic bar chart implementation
- basic pie chart implementation