fix:修改切换时区后 noData的chart时间轴时间不对的问题
This commit is contained in:
@@ -539,6 +539,10 @@
|
||||
getOption:function(type){
|
||||
return JSON.parse(JSON.stringify(chartTypes[type].option));
|
||||
},
|
||||
getOptionNoData:function(type){
|
||||
chartTypes[type].option.xAxis.data= createTempTimes();
|
||||
return JSON.parse(JSON.stringify(chartTypes[type].option));
|
||||
},
|
||||
setMap:function(map){
|
||||
mapOptions.geo.map=map
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user