echarts圆环

bash 复制代码
option = {
  series: [
    {
      type: 'gauge',
      center: ['30%', '50%'],//圆环位置
                radius: '40%',//圆环大小
      startAngle: 250,
      endAngle: -110,
       itemStyle: {
        color: 'red'
      },
      pointer: {
        show: false
      },
      progress: {
        show: true,
        overlap: false,
        roundCap: true,
        clip: false,
        itemStyle: {
          borderWidth: 1,
          borderColor: '#4ED1Ff'
        }
      },
      axisLine: {
        lineStyle: {
          width: 40//圆环的宽度
        }
      },
      splitLine: {//表盘大刻度线
        show: false,
        distance: 0,
        length: 10
      },
      axisTick: {//表盘小刻度线
        show: false
      },
      axisLabel: {//表盘刻度线数值
        show: false,
        distance: 50
      },
     itemStyle: {
        normal: {
          opacity: 1,
          color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
            {
              offset: 0,
              color: '#4ED1Ff'
            },
            {
              offset: 1,
              color: '#287BFF'
            }
          ]),
          shadowBlur: 5,
          shadowColor: 'rgba(116, 178, 244, 0.33)'
        }
      },
      data: [
      {
        value: 84.0,
        name: '环比',
        title: {
          offsetCenter: ['0%', '-25%']
        },
        detail: {
          valueAnimation: true,
          offsetCenter: ['0%', '0%']
        }
      }
    ],
      pointer: {//指针
          show: false
        },
      title: {
        fontSize: 14,
        color: '#CACACA',
      },
      detail: {
        // width: 50,
        // height: 14,
        fontSize: 30,
        color: 'red',
        // borderColor: 'inherit',
        // borderRadius: 20,
        // borderWidth: 1,
        formatter: '{value}%',
        fontWeight: 'normal'
      }
    },
     {
      type: 'gauge',
      center: ['70%', '50%'],//圆环位置
                radius: '40%',//圆环大小
      startAngle: 250,
      endAngle: -110,
       itemStyle: {
        color: 'red'
      },
      pointer: {
        show: false
      },
      progress: {
        show: true,
        overlap: false,
        roundCap: true,
        clip: false,
        itemStyle: {
          borderWidth: 1,
          borderColor: '#2DC0C5'
        }
      },
      axisLine: {
        lineStyle: {
          width: 40//圆环的宽度
        }
      },
      splitLine: {//表盘大刻度线
        show: false,
        distance: 0,
        length: 10
      },
      axisTick: {//表盘小刻度线
        show: false
      },
      axisLabel: {//表盘刻度线数值
        show: false,
        distance: 50
      },
      itemStyle: {
        normal: {
          opacity: 1,
          color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
            {
              offset: 0,
              color: '#2DC0C5'
            },
            {
              offset: 1,
              color: '#17BE67'
            }
          ]),
          shadowBlur: 5,
          shadowColor: 'rgba(116, 178, 244, 0.33)'
        }
      },
      data: [
      {
        value: 70.0,
        name: '同比',
        title: {
          offsetCenter: ['0%', '-25%']
        },
        detail: {
          valueAnimation: true,
          offsetCenter: ['0%', '0%']
        }
      }
    ],
      pointer: {//指针
          show: false
        },
      title: {
        fontSize: 14,
        color: '#CACACA',
      },
      detail: {
        // width: 50,
        // height: 14,
        fontSize: 30,
        color: 'red',
        // borderColor: 'inherit',
        // borderRadius: 20,
        // borderWidth: 1,
        formatter: '{value}%',
        fontWeight: 'normal'
      }
    }
  ]
};
相关推荐
祈澈菇凉2 小时前
Webpack的基本功能有哪些
前端·javascript·vue.js
小纯洁w2 小时前
Webpack 的 require.context 和 Vite 的 import.meta.glob 的详细介绍和使用
前端·webpack·node.js
想睡好3 小时前
css文本属性
前端·css
qianmoQ3 小时前
第三章:组件开发实战 - 第五节 - Tailwind CSS 响应式导航栏实现
前端·css
记得早睡~3 小时前
leetcode150-逆波兰表达式求值
javascript·算法·leetcode
zhoupenghui1683 小时前
golang时间相关函数总结
服务器·前端·golang·time
White graces3 小时前
正则表达式效验邮箱格式, 手机号格式, 密码长度
前端·spring boot·spring·正则表达式·java-ee·maven·intellij-idea
庸俗今天不摸鱼3 小时前
Canvas进阶-4、边界检测(流光,鼠标拖尾)
开发语言·前端·javascript·计算机外设
bubusa~>_<3 小时前
解决npm install 出现error,比如:ERR_SSL_CIPHER_OPERATION_FAILED
前端·npm·node.js
[廾匸]4 小时前
cesium视频投影
javascript·无人机·cesium·cesium.js·视频投影