remove console.log
This commit is contained in:
parent
3a7625a6aa
commit
cc9fee570c
|
@ -297,8 +297,6 @@ var MAX_LEGEND_LENGTH = 25 * (1 + config.device.size_class);
|
|||
var label = data.labels[item.index];
|
||||
var value;
|
||||
var boxColor;
|
||||
console.log('11111', dataset);
|
||||
console.log('222222', dataset.originIndex);
|
||||
if (this.state.mode === 'bar') {
|
||||
label = this._relabelling(label, dataset.originIndex);
|
||||
if (this.state.processedGroupBy.length > 1 || this.state.origins.length > 1) {
|
||||
|
|
Loading…
Reference in New Issue