Time slider axis example
This use case illustrates the use of the timeline slider.
You can add the timeline slider with the dataZoom: [
{
type: 'inside',
},
{
type: 'slider',
},
],dataZoom option:
You can also configure the toolbox to switch between zoom and slider with the toolbox: {
feature: {
dataZoom: {},
restore: {},
},
},toolbox option:
Refer to the online Apache ECharts documentation for more detail on dataZoom and on toolbox configurations