码迷,mamicode.com
首页 > 其他好文 > 详细

echarts 图形图例文字太长如何解决

时间:2020-06-23 12:57:50      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:href   并且   char   show   ice   cti   文章   nbsp   color   

文章来源: https://blog.csdn.net/csm17805987903/article/details/85111835

legend 文字很多的时候对文字做裁剪并且开启 tooltip

legend: {
    formatter: function (name) {
       if (!name) return ‘‘;
              if (name.length > 5) {
                name =  name.slice(0,5) + ‘...‘;
              }
    },
    tooltip: {
        show: true
    }
}

 

echarts 图形图例文字太长如何解决

标签:href   并且   char   show   ice   cti   文章   nbsp   color   

原文地址:https://www.cnblogs.com/MrZhujl/p/13181242.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!