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