F47曲线不可容忍事件也有小圆圈

This commit is contained in:
stt
2025-11-27 15:00:35 +08:00
parent 09bf34700a
commit f043b6dc1a

View File

@@ -9,6 +9,7 @@
<el-descriptions-item align="center" label="不可容忍">{{ data.bkrr }}</el-descriptions-item>
</el-descriptions>
<my-echart
v-loading="tableStore.table.loading"
ref="chartRef"
class="tall"
:options="echartList"
@@ -227,7 +228,7 @@ const tableStore: any = new TableStore({
{
name: '不可容忍事件',
type: 'scatter',
symbol: 'rect',
symbol: 'circle',
symbolSize: 8,
data: gongData.pointFun,
legendSymbol: 'rect'