首页 前端知识 Echarts 中 legend属性自动换行

Echarts 中 legend属性自动换行

2024-05-12 17:05:21 前端知识 前端哥 124 340 我要收藏
legend: {
          // orient: "vertical",
          width:'200',
          right: '0',
          y: "center",
          icon: "circle",
          textStyle: {
            //图例文字的样式
            color: this.zhpgtxt,
            fontSize: 10,
          },
        },

关键就在于orient: "vertical" 

如果把它注释就是自动换行了 不注释就是一行排列

这是注释之后的样子

 这是注释之前的样子

 

 

转载请注明出处或者链接地址:https://www.qianduange.cn//article/8395.html
标签
评论
发布的文章

Newtonsoft.Json

2024-05-23 20:05:19

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!