From 15dde408db57009e1e4e26d969b9b3e6c1e0c255 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Fri, 4 Mar 2016 19:10:04 +0100 Subject: nms: Remove redundant files speedometer probably doesn't work now anyway until it's heavily updated. --- web/nms.gathering.org/speedometer/c3-master/src/api.group.js | 7 ------- 1 file changed, 7 deletions(-) delete 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 deleted file mode 100644 index 47fedb4..0000000 --- a/web/nms.gathering.org/speedometer/c3-master/src/api.group.js +++ /dev/null @@ -1,7 +0,0 @@ -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