| Current Path : /home/emeraadmin/public_html/4d695/ |
| Current File : /home/emeraadmin/public_html/4d695/api.legend.js.tar |
home/emeraadmin/public_html/node_modules/c3/src/api.legend.js 0000644 00000000672 15170137364 0020231 0 ustar 00 import { Chart } from './core';
Chart.prototype.legend = function () {};
Chart.prototype.legend.show = function (targetIds) {
var $$ = this.internal;
$$.showLegend($$.mapToTargetIds(targetIds));
$$.updateAndRedraw({withLegend: true});
};
Chart.prototype.legend.hide = function (targetIds) {
var $$ = this.internal;
$$.hideLegend($$.mapToTargetIds(targetIds));
$$.updateAndRedraw({withLegend: false});
};