Quantcast
Channel: A Journeyman's Journal
Viewing all articles
Browse latest Browse all 43

Dimensional charting javascript library dc.js v0.9 release

$
0
0
Dimensional charting javascript library dc.js v0.9 released today. The following enhancement and changes has been introduced:

New Chart


Bubble Overlay - Bubble overlay chart is designed to allow you overlay a bubble chart on top of pretty much anything on your page, such as a custom svg map or a bitmap image.



Enhancement

  • dc.css has been sanitized so you can simply copy it and drop into your dc.js project to have the default look-and-feel enabled for you charts
  • .chart css class used in dc.css has been changed to dc-chart and is now automatically injected by dc chart instance
  • .selected and .deselected css class has been moved from svg:path element to it's parent svg:g element to allow more flexibility in styling
  • dc now support global renderlet function to be triggered when dc.renderAll and dc.redrawAll is triggered
  • lineChart and barChart now support brush off mode and honour title setting which allow generation of tooltip in brush-off mode



See https://github.com/NickQiZhu/dc.js/issues?milestone=3&page=1&state=closed for more details.



Viewing all articles
Browse latest Browse all 43

Trending Articles