|
@@ -103,7 +103,8 @@ export class ChartDrawingTools {
|
|
|
markLineData.push({
|
|
markLineData.push({
|
|
|
yAxis: line.points[0].yValue,
|
|
yAxis: line.points[0].yValue,
|
|
|
lineStyle: {
|
|
lineStyle: {
|
|
|
- color: '#666666', // 暗灰色
|
|
|
|
|
|
|
+ color: '#ff0000', // 红色
|
|
|
|
|
+ opacity: 1, // 透明度100%
|
|
|
...line.style,
|
|
...line.style,
|
|
|
type: line.style?.type || 'solid'
|
|
type: line.style?.type || 'solid'
|
|
|
}
|
|
}
|