优化图表
This commit is contained in:
@@ -341,6 +341,18 @@
|
|||||||
},
|
},
|
||||||
type: 'value'
|
type: 'value'
|
||||||
},
|
},
|
||||||
|
dataZoom: [
|
||||||
|
{
|
||||||
|
type: 'inside',
|
||||||
|
start: 0,
|
||||||
|
end: 20,
|
||||||
|
minValueSpan: 20
|
||||||
|
},
|
||||||
|
{
|
||||||
|
start: 0,
|
||||||
|
end: 20
|
||||||
|
}
|
||||||
|
],
|
||||||
series: [
|
series: [
|
||||||
{
|
{
|
||||||
name: '已采核酸',
|
name: '已采核酸',
|
||||||
|
|||||||
Reference in New Issue
Block a user