feat: 增加积分模块
This commit is contained in:
@@ -113,7 +113,13 @@ const chartOpts = {
|
||||
enableScroll: false,
|
||||
legend: { show: true },
|
||||
xAxis: { disableGrid: true },
|
||||
yAxis: { gridType: 'dash', dashLength: 2 },
|
||||
yAxis: {
|
||||
gridType: 'dash',
|
||||
dashLength: 2,
|
||||
data: [
|
||||
{ min: 0, format: (val: number) => val.toFixed(1) }
|
||||
]
|
||||
},
|
||||
extra: {
|
||||
line: { type: 'straight', width: 2, activeType: 'hollow'},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user