开发者社区 问答 正文

ECharts怎么实现上证指数K线鼠标滚动缩放和点击按住左右移动呢? ECharts报错

ECharts怎么实现上证指数K线鼠标滚动缩放和点击按住左右移动呢?

展开
收起
海边一只船 2020-06-01 15:10:08 2509 分享 版权
1 条回答
写回答
取消 提交回答
  • dataZoom: [
            {
                type: 'inside',
                start: 90,
                end: 100,
            },
            {
                show: true,
                type: 'slider',
                top: '90%',
                start: 90,
                end: 100
            }
        ],
    
    
    2020-06-01 15:10:17
    赞同 展开评论