前端
This commit is contained in:
parent
e5d65f287f
commit
eec44c3845
@ -1980,6 +1980,14 @@ if ($act == 'newevent') {
|
|||||||
dataset: {
|
dataset: {
|
||||||
source: chartsdata
|
source: chartsdata
|
||||||
},
|
},
|
||||||
|
dataZoom: [
|
||||||
|
{
|
||||||
|
id: 'dataZoomX',
|
||||||
|
type: 'slider',
|
||||||
|
xAxisIndex: [0],
|
||||||
|
filterMode: 'filter'
|
||||||
|
}
|
||||||
|
],
|
||||||
xAxis: {
|
xAxis: {
|
||||||
type: 'category',
|
type: 'category',
|
||||||
axisLabel:{
|
axisLabel:{
|
||||||
|
Loading…
Reference in New Issue
Block a user