浏览代码

截面组合图线条形状配置

jwyu 8 月之前
父节点
当前提交
e957269039
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/hzyb/chart/Detail.vue

+ 1 - 0
src/views/hzyb/chart/Detail.vue

@@ -577,6 +577,7 @@ function initSectionalCombinationChart(data){
         let obj={
           data:dataArr,
           type: item.ChartStyle||'',
+          dashStyle: (chartTheme&&chartTheme.lineOptionList[lineIndex].dashStyle)||'Solid',
           chartType:'linear',
           yAxis: serie_yIndex,
           name:item.SeriesName,