Javascript – How to add a eCharts DataZoom to a graph
I have implemented an eCharts graph. See this fiddle: https://jsfiddle.net/qgf4c2jy/3/ option = { title: { text: 'Basic Graph' }, tooltip: {}, animationDurationUpdate: 1500, animationEasingUpdate: 'quinticInOut', series: [ { type: 'graph', layout: 'none', symbolSize: 50, roam: true, label: { show: true…