|
@@ -224,6 +224,8 @@ export default defineComponent({
|
|
|
: `${item.EdbName}${dynamic_tag}`,
|
|
|
color: item.ChartColor,
|
|
|
lineWidth: (chartInfo.ChartType === 1 || (chartInfo.ChartType === 6 && item.ChartStyle === 'spline')) ? Number(item.ChartWidth) : 0,
|
|
|
+ fillColor: (chartInfo.ChartType === 3 || (chartInfo.ChartType === 6 && item.ChartStyle === 'areaspline')) ? item.ChartColor : undefined
|
|
|
+
|
|
|
};
|
|
|
item.DataList = item.DataList || []
|
|
|
for (let i of item.DataList) {
|