From 0d8bba263dc195147d6fdb09662e7926f0a58b3e Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Thu, 2 Apr 2015 19:24:45 +0200 Subject: Bump lots of changes --- web/nms.gathering.org/speedometer/c3-master/src/api.group.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 web/nms.gathering.org/speedometer/c3-master/src/api.group.js (limited to 'web/nms.gathering.org/speedometer/c3-master/src/api.group.js') diff --git a/web/nms.gathering.org/speedometer/c3-master/src/api.group.js b/web/nms.gathering.org/speedometer/c3-master/src/api.group.js new file mode 100644 index 0000000..47fedb4 --- /dev/null +++ b/web/nms.gathering.org/speedometer/c3-master/src/api.group.js @@ -0,0 +1,7 @@ +c3_chart_fn.groups = function (groups) { + var $$ = this.internal, config = $$.config; + if (isUndefined(groups)) { return config.data_groups; } + config.data_groups = groups; + $$.redraw(); + return config.data_groups; +}; -- cgit v1.2.3