开发者社区 问答 正文

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

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

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

    评论

    全部评论 (0)

    登录后可评论
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等