FIx chart [skip ci]

This commit is contained in:
Pig Fang 2019-05-02 23:30:58 +08:00
parent d519a4824a
commit 403089157a

View File

@ -41,12 +41,14 @@ async function createChart(el: HTMLDivElement) {
], ],
yAxis: [ yAxis: [
{ {
type: 'category', type: 'value',
minInterval: 1,
boundaryGap: false, boundaryGap: false,
position: 'left', position: 'left',
}, },
{ {
type: 'category', type: 'value',
minInterval: 1,
boundaryGap: false, boundaryGap: false,
position: 'right', position: 'right',
}, },