Browse Source

Add groups interface

pull/1/head
Masayuki Tanaka 12 years ago committed by masayuki
parent
commit
b862ec2ba7
  1. 5
      c3.js

5
c3.js

@ -1478,6 +1478,11 @@
redraw(true, true, true)
}
c3.groups = function (groups) {
if (typeof groups !== 'undefined') __data_groups = groups
redraw(true, true, true)
}
/*-- Load data and init chart with defined functions --*/
if ('url' in config.data) {

Loading…
Cancel
Save