浏览代码

fix: ETA2.4.2堆叠图都为非平滑图

ldong 2 月之前
父节点
当前提交
4487de4d28
共有 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,