Min's blog

I choose to see the beauties in the world.

导航

echarts3更新

Posted on 2017-06-21 09:26  Min77  阅读(307)  评论(0编辑  收藏  举报
     dataRange: {
         realtime: false,
         itemHeight: 80,
         splitNumber:6,
         borderWidth:1, 
         textStyle: { color: '#333333' },
         text: ['高', '低'],
         calculable: true
     },
//=======================================================
    visualMap: {
        min: 0,
        max: 1000000,
        text: ['High', 'Low'],
        realtime: false,
        calculable: true,
        inRange: {
            color: ['lightskyblue', 'yellow', 'orangered']
        }
    },


<div class="se-preview-section-delimiter"></div>