去掉小圆点
This commit is contained in:
@@ -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])
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user