We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315c1bf commit 2798985Copy full SHA for 2798985
src/core/mixins/charts.js
@@ -27,7 +27,7 @@ Vue.mixin({
27
*/
28
resizeECharts(opt, length) {
29
console.log("====charts.mixin.option1", opt)
30
- if (!opt) return {};
+ if (!opt || opt.controlType =="history") return {};
31
let option = {};
32
if (length < 160) {
33
const miniSerie = {
0 commit comments