清理打印log
This commit is contained in:
parent
c6dd259a52
commit
7bb1548115
@ -4692,7 +4692,6 @@ function drawYAxisGrid(categories, opts, config, context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function drawYAxis(series, opts, config, context) {
|
function drawYAxis(series, opts, config, context) {
|
||||||
console.log('画Y轴');
|
|
||||||
if (opts.yAxis.disabled === true) {
|
if (opts.yAxis.disabled === true) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -361,7 +361,6 @@ const drawTrendChart = () => {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
format: (val : number) => {
|
format: (val : number) => {
|
||||||
console.log(val);
|
|
||||||
return val == 0 || val == 100 ? val : '';
|
return val == 0 || val == 100 ? val : '';
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user