首页 经验

echarts 饼图

时间: 2022-05-09 21:05:18

(部分内容来自网络,其真实性存疑,为了避免对您造成误导,请谨慎甄别。)


echarts 饼图


option = {

  title: {

    text: 'Referer of a Website',

    subtext: 'Fake Data',

    left: 'center'

  },

  tooltip: {

    trigger: 'item'

  },

  legend: {

    orient: 'vertical',

    left: 'left'

  },

  series: [

    {

      name: 'Access From',

      type: 'pie',

      radius: '50%',

      data: [

        { value: 1048, name: 'Search Engine' },

        { value: 735, name: 'Direct' },

        { value: 580, name: 'Email' },

        { value: 484, name: 'Union Ads' },

        { value: 300, name: 'Video Ads' }

      ],

      emphasis: {

        itemStyle: {

          shadowBlur: 10,

          shadowOffsetX: 0,

          shadowColor: 'rgba(0, 0, 0, 0.5)'

        }

      }

    }

  ]

};


pie-simple.png

上一个 echarts 折线图堆叠 文章列表 下一个 echarts ​圆角环形图

最新

工具

© 2019-至今 适观科技

沪ICP备17002269号