Commit b862ec2b authored by Masayuki Tanaka's avatar Masayuki Tanaka Committed by masayuki

Add groups interface

parent e5cf235e
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment