You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/02/03 09:01:54 UTC

[GitHub] [echarts] Marsellen commented on issue #8413: Echarts visualMap categories 维度数量过多显示不全

Marsellen commented on issue #8413:
URL: https://github.com/apache/echarts/issues/8413#issuecomment-772348246


   我也遇到过这个问题,是这样解决的:
   visualMap 支持传入数组格式参数的,可以分组映射,然后通过位置left、top这样的参数做位置摆放
   visualMap: [
   {
   top:20,
           categories:['张潇', '王鹏', '赵帅', '李婷婷', '刘珊','张三'],
       },
   {
   top:40,
           categories:['尼古拉斯赵四','尼古拉斯昭武','尼古拉斯赵六','尼古拉斯沼气'],
       }
   ]


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org