Skip to content

v0.9.1

Compare
Choose a tag to compare
@heavysixer heavysixer released this 07 Mar 15:49
· 30 commits to master since this release

Note: This is a breaking change release. All grouped column and grouped row charts will now need to specify a groups accessor to specify the grouping option. For example:

chart.groups(function(groups){
    groups.key('salesman');
  })
  ... 

A full example with the updated API can be seen here:
http://visible.io/charts/grouped-column/basic.html