X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=plugins%2Fmaddash%2Fstatic%2Fjs%2Fmaddash.js;fp=plugins%2Fmaddash%2Fstatic%2Fjs%2Fmaddash.js;h=ab5a7a5d025a58cf2c2117aa8d94761c35fb54b0;hp=110eec13155656a3d5c1c94d3753ea1b83c8cb72;hb=91dec1137db6f3b461ab40542f06b5fa93a2efa5;hpb=5401c1b857fae502f5b49ce869ea943d8607e2bf diff --git a/plugins/maddash/static/js/maddash.js b/plugins/maddash/static/js/maddash.js index 110eec13..ab5a7a5d 100644 --- a/plugins/maddash/static/js/maddash.js +++ b/plugins/maddash/static/js/maddash.js @@ -37,6 +37,7 @@ var colorscale = d3.scale.category10().range(["green", "yellow", "red", "orange" */ init: function(options, element) { // Call the parent constructor, see FAQ when forgotten + this.classname="maddash"; this._super(options, element);