|
@@ -744,13 +744,12 @@ function setStackOrCombinChart(e) {
|
|
|
let predict_params = item.EdbInfoCategoryType === 1 ? getPredictParams(item,chartStyle) : {};
|
|
|
//图表可配置的线条数就10条,第11条用第1条的配置,索引取下模
|
|
|
const lineIndex = chartTheme ? index%chartTheme.lineOptionList.length : index
|
|
|
-
|
|
|
let seriesItemObj={
|
|
|
data:[],
|
|
|
dataGrouping:{
|
|
|
enabled:false
|
|
|
},
|
|
|
- type: chartStyle || item.ChartStyle,
|
|
|
+ type: e.ChartInfo.ChartType !== 3?(chartStyle || item.ChartStyle):ExtraConfig.IsHeap==1?'area':((chartTheme && chartTheme.lineOptionList[lineIndex].lineType) || item.ChartStyle),
|
|
|
yAxis:serie_yIndex,
|
|
|
name:temName,
|
|
|
color: item.ChartColor,
|