mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-26 06:35:45 +00:00
fix: show graph at middle
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
plotOptions: { area: { fillTo: 'end' } },
|
||||
yaxis: {
|
||||
show: false,
|
||||
min: Math.min(...trend.receive.graphPoints) - trend.changeVal,
|
||||
max: Math.max(...trend.receive.graphPoints) + trend.changeVal
|
||||
min: Math.min(...trend.receive.graphPoints) - (trend.changeVal || 1),
|
||||
max: Math.max(...trend.receive.graphPoints) + (trend.changeVal || 1)
|
||||
}
|
||||
}"
|
||||
:series="[{
|
||||
|
||||
Reference in New Issue
Block a user