欢迎您访问 最编程 本站为您分享编程语言代码,编程技术文章!
您现在的位置是: 首页

Echarts的四象限图表

最编程 2024-02-13 15:32:28
...

公司今日要求四象限图,经过研究修改,样式如下:在这里插入图片描述

const option = {
        title: [
          {
            text: '性格群体分析',
            subtext: '分析对象:XX区域',
            left: 'center',
            textStyle: {
              fontSize: 16,
            },
          },
          {
            text: '情绪通话量高,离散系数高',
            z: 1,
            textAlign: 'right',
            left: '95%',
            top: '5%',
            textStyle: {
              fontSize: 12,
              fontWeight: 'normal',
              color: '#000',
            },
          },
          {
            text: '情绪通话量高,离散系数低',
            z: 1,
            textAlign: '