forked from dc-js/dc.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
NickQiZhu edited this page Aug 17, 2012
·
19 revisions
- [#12] - Allow data driven color encoding in bubble/pie/choropleth chart
- [#15] - Renamed retriever functions to accessor for better consistency with d3 library
- [#16] - GeoJson based choropleth chart support
- [#18] - Fixed bubble chart node removal issue during redraw
- [#23] - Fixed margin top/bottom miscalculation issue
- [#24] - Introduced barChart.gap() function to solve inconsistent bar gap issue
- [#25] - Grid line are now drew in background instead of foreground
- [#27] - Fixed pie chart label clipping issue
- [#29] - Fixed performance issue when dragging brush too quickly in v0.7
- [#31] - Introduced usability enhancement to allow unselect when clicking already selected path in pie/bubble/choropleth chart
- [#32] - Added example in css to show how to change :hover style for svg elements
- [#33] - Fixed bar chart rendering issue in chrome
- 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