Skip to content

Releases: dc-js/dc.js

v1.7.0

03 Jun 16:54
Compare
Choose a tag to compare

This release brings AMD/RequireJS support to the stable branch of dc.js.

Feature-wise it is the same as v1.6.0.

V1.6.0

30 Sep 22:29
Compare
Choose a tag to compare
  • Number Display
  • Axis Labels
  • Revamped slice capping with Pie Charts and new capping with Row Charts
  • Fixed ordinal bar chart spacing and rendering problems
  • New Grunt based build
  • API Docs are built from source comments
  • Numerous tweaks and bug-fixes

Thanks to the contributions from

Andrew Swan
Bertrand Dechoux
Calvin Sim
Chaks Chigurupati
Gordon Woodhull
Jacob Rideout
Jon von Gillern
Lorcan Coyle
Luca Pandini
Mu Jing
Nick Zhu
Olivier Mornard
Philippe Martinez
Reinout Verkerk
Stephen Cassidy

v1.5.0

04 Sep 22:18
Compare
Choose a tag to compare
  • enhanced focus and zoom capability
  • overhaul stacking logic to better support different stacking styles
  • introduced legend widget
  • various bug fixes and minor enhancements (see v1.5 issue log for details)

v1.4.0

04 Sep 22:19
Compare
Choose a tag to compare
  • multi-selection filtering (initially implemented by @davidda)
  • elastic x-axis for row chart
  • mouse zoomable line/bar/composite chart (contributed by @ChaksChigurupati)
  • various bug fixes and minor enhancements (see v1.4.0 issue log for details)

v1.3.0

04 Sep 22:24
Compare
Choose a tag to compare
  • introduced Row Chart
  • supports runtime dimension switching
  • many minor bug fixes (see issues details)

v1.2.0

04 Sep 22:33
Compare
Choose a tag to compare
  • overhaul how Coordinate Grid chart handles negative values
  • upgrade dc.js to d3 version 3
  • improve GeoJson layer control in Geo Choropleth Chart (thanks to Christophe Geiser's contribution)
  • introduced filter handler so custom filter logic can be implemented
  • many minor bug fixes (see issues details)

v1.1.0

04 Sep 22:39
Compare
Choose a tag to compare
  • 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)

v1.0.0

04 Sep 22:41
Compare
Choose a tag to compare
  • 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

v0.9.1

04 Sep 22:44
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release
  • major bug fixes to correctly handle crossfilter.add()
  • minor bug fixes and enhancement

v0.9.0

04 Sep 23:10
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release
  • 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