浏览代码

Merge branch 'ETA2.4.2' into debug

ldong 4 月之前
父节点
当前提交
ae3847ad82
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/hooks/chart/useChartRender.ts

+ 1 - 1
src/hooks/chart/useChartRender.ts

@@ -890,7 +890,7 @@ const setStackOrCombinChart = () => {
     const lineIndex = chartTheme ? index%chartTheme.lineOptionList.length : index
     let obj = {
       data: [] as any[],
-      type: chartInfo.ChartType!==3?(chartStyle || item.ChartStyle):((chartTheme && chartTheme.lineOptionList[lineIndex].lineType) || item.ChartStyle),
+      type: chartInfo.ChartType!==3?(chartStyle || item.ChartStyle):ExtraConfig?.IsHeap==1?'area':((chartTheme && chartTheme.lineOptionList[lineIndex].lineType) || item.ChartStyle),
       yAxis: serie_yIndex,
       name,
       color: item.ChartColor,