mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
FIx chart [skip ci]
This commit is contained in:
parent
d519a4824a
commit
403089157a
@ -41,12 +41,14 @@ async function createChart(el: HTMLDivElement) {
|
||||
],
|
||||
yAxis: [
|
||||
{
|
||||
type: 'category',
|
||||
type: 'value',
|
||||
minInterval: 1,
|
||||
boundaryGap: false,
|
||||
position: 'left',
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
type: 'value',
|
||||
minInterval: 1,
|
||||
boundaryGap: false,
|
||||
position: 'right',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user