|
@@ -773,7 +773,7 @@ function setSeasonOpt(e){
|
|
|
const data=e.EdbInfoList[0]
|
|
|
const calendarType=e.ChartInfo.Calendar||'公历'
|
|
|
|
|
|
- const colorsArr=chartTheme.colorsOptions;
|
|
|
+ const colorsArr=chartTheme&&chartTheme.colorsOptions.reverse();
|
|
|
let series=[],yAxis=[]
|
|
|
//农历默认选中一年数据并隐藏按钮 公历显示全部数据
|
|
|
// let rangeSelector={}
|