Skip to content

Commit 2798985

Browse files
update
1 parent 315c1bf commit 2798985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/mixins/charts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Vue.mixin({
2727
*/
2828
resizeECharts(opt, length) {
2929
console.log("====charts.mixin.option1", opt)
30-
if (!opt) return {};
30+
if (!opt || opt.controlType =="history") return {};
3131
let option = {};
3232
if (length < 160) {
3333
const miniSerie = {

0 commit comments

Comments
 (0)