define ("core/chart_output_htmltable",["jquery","core/chart_output_base"],function(a,b){function c(){b.prototype.constructor.apply(this,arguments);this._build()}c.prototype=Object.create(b.prototype);c.prototype._build=function(){this._node.empty();this._node.append(this._makeTable())};c.prototype._makeTable=function(){var b=a("
"))}h.forEach(function(b){c.append(a(" | ").text(b.getLabel()).attr("scope","col"))});b.append(c);for(var k=0;k |
---|