去掉小圆点

This commit is contained in:
stt
2025-11-27 14:47:04 +08:00
parent 2c7b5a8583
commit f32673c92a

View File

@@ -420,6 +420,7 @@ const tableStore: any = new TableStore({
return { return {
name: indexName, name: indexName,
type: 'line', type: 'line',
symbol: 'none',
data: dataIndex.map((item: any) => [item.timePeriod, item.times]) data: dataIndex.map((item: any) => [item.timePeriod, item.times])
} }
}) })