tweak chart

This commit is contained in:
Pig Fang 2020-07-01 16:27:34 +08:00
parent 6b7e7a8370
commit 56c1c481f5
No known key found for this signature in database
GPG Key ID: A8198F548DADA9E2

View File

@ -41,6 +41,9 @@ async function createChart(el: HTMLDivElement) {
minInterval: 1,
boundaryGap: false,
position: 'left',
splitLine: {
show: false,
},
axisPointer: {
label: {
precision: 0,
@ -52,6 +55,9 @@ async function createChart(el: HTMLDivElement) {
minInterval: 1,
boundaryGap: false,
position: 'right',
splitLine: {
show: false,
},
axisPointer: {
label: {
precision: 0,