Echarts—图例水平居中 小叮当的口袋 2021-03-03 3,444 阅读1分钟 legend: { orient: 'horizontal', // 设置图例水平排列 top: 'bottom', // 设置图例位置在图的下方 data: ['直接访问', '邮件营销', '联盟广告', '视频广告', '搜索引擎'] }