[pie]半圓南丁格爾圖

項(xiàng)目種需要使用餅圖,但是樣式稍微有點(diǎn)不一樣,在此記錄echarts畫(huà)南丁格爾玫瑰圖

option = {
  legend: {
    top: 'top'
  },
  toolbox: {
    show: false
  },
  series: [
    {
      name: 'Nightingale Chart',
      type: 'pie',
      radius: ['20%', '70%'],
      center: ['50%', '50%'],
      // 設(shè)置角度
      startAngle: 180,
      roseType: 'area',
      hoverAnimation: false,
      itemStyle: {
        borderRadius: 0
      },
      labelLine: {
        normal: {
          show: false
        }
      },
      label: {
        show: false
      },
      data: [
        { value: 40, name: 'rose 1' },
        { value: 38, name: 'rose 2' },
        { value: 32, name: 'rose 3' },
        { value: 30, name: 'rose 4' },
        { value: 28, name: 'rose 5' },
        // 最重要的是下面這里
        { value: 0, itemStyle: { normal: { color: 'rgba(0,0,0,0)' } } },
        { value: 0, itemStyle: { normal: { color: 'rgba(0,0,0,0)' } } },
        { value: 0, itemStyle: { normal: { color: 'rgba(0,0,0,0)' } } },
        { value: 0, itemStyle: { normal: { color: 'rgba(0,0,0,0)' } } },
        { value: 0, itemStyle: { normal: { color: 'rgba(0,0,0,0)' } } }
      ],
      z: -1,
    },
    {
      name: 'Nightingale Chart',
      type: 'pie',
      radius: ['20%', '68%'],
      center: ['50%', '50%'],
      // 設(shè)置角度
      startAngle: 180,
      roseType: 'area',
      hoverAnimation: false,
      itemStyle: {
        borderRadius: 0
      },
      labelLine: {
        normal: {
          show: false
        }
      },
      label: {
        show: false
      },
      data: [
        { value: 40, itemStyle: { color: 'rgba(255,255,255,0.68)' } },
        { value: 38, itemStyle: { color: 'rgba(255,255,255,0.68)' } },
        {
          value: 32,
          name: 'rose 3',
          itemStyle: { color: 'rgba(255,255,255,0.68)' }
        },
        {
          value: 30,
          name: 'rose 4',
          itemStyle: { color: 'rgba(255,255,255,0.68)' }
        },
        {
          value: 28,
          name: 'rose 5',
          itemStyle: { color: 'rgba(255,255,255,0.68)' }
        },
        // 最重要的是下面這里
        { value: 0, itemStyle: { normal: { color: 'rgba(0,0,0,0)' } } },
        { value: 0, itemStyle: { normal: { color: 'rgba(0,0,0,0)' } } },
        { value: 0, itemStyle: { normal: { color: 'rgba(0,0,0,0)' } } },
        { value: 0, itemStyle: { normal: { color: 'rgba(0,0,0,0)' } } },
        { value: 0, itemStyle: { normal: { color: 'rgba(0,0,0,0)' } } }
      ]
    }
  ]
};

image.png
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書(shū)系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

友情鏈接更多精彩內(nèi)容