forked from github/dataease
commit
b47bae8f9e
@ -23,12 +23,12 @@
|
|||||||
"vuex": "3.1.0"
|
"vuex": "3.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^7.1.2",
|
|
||||||
"@babel/core": "^7.6.4",
|
"@babel/core": "^7.6.4",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
|
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
|
||||||
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
|
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
|
||||||
"@babel/plugin-transform-runtime": "^7.6.2",
|
"@babel/plugin-transform-runtime": "^7.6.2",
|
||||||
"@babel/preset-env": "^7.6.3",
|
"@babel/preset-env": "^7.6.3",
|
||||||
|
"autoprefixer": "^7.1.2",
|
||||||
"babel-loader": "^8.0.6",
|
"babel-loader": "^8.0.6",
|
||||||
"chalk": "^2.0.1",
|
"chalk": "^2.0.1",
|
||||||
"copy-webpack-plugin": "^4.6.0",
|
"copy-webpack-plugin": "^4.6.0",
|
||||||
|
@ -583,6 +583,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
chart_option.yAxis.max = this.sliderMax;
|
chart_option.yAxis.max = this.sliderMax;
|
||||||
|
chart_option.yAxis.data = chart.data.xs;
|
||||||
|
|
||||||
chart_option.animationDurationUpdate = this.sliderTimeout;
|
chart_option.animationDurationUpdate = this.sliderTimeout;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user