You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/10/31 09:56:09 UTC

[GitHub] chensongtao opened a new issue #9312: 当渲染模型为‘svg’,饼图lengend.type = 'scroll'时,图例文字丢失,分页标签覆盖住了图例,类型为‘canvas’显示正常

chensongtao opened a new issue #9312: 当渲染模型为‘svg’,饼图lengend.type = 'scroll'时,图例文字丢失,分页标签覆盖住了图例,类型为‘canvas’显示正常
URL: https://github.com/apache/incubator-echarts/issues/9312
 
 
   One-line summary [问题简述]
   当渲染模型为‘svg’,饼图lengend.type = 'scroll'时,图例文字丢失,分页标签覆盖住了图例,类型为‘canvas’显示正常。
   
   同样的问题:https://github.com/apache/incubator-echarts/issues/7908#issue-304041322
   原因大概在:clip-path属性,改成clip-path = "none"出现了 , 
   
   Version & Environment [版本及环境]
   ECharts version [ECharts 版本]: 4.X
   Browser version [浏览器类型和版本]: chrome 64.0.3282.168(正式版本) (32 位)
   OS Version [操作系统类型和版本]: windows 64bit
   Expected behaviour [期望结果]
   ‘svg’模式下显示正常
   
   ECharts option [ECharts配置项]
   option = {"series":[{"type":"pie","name":"页面浏览的总次数","data":[{"value":74,"name":"其它"},{"value":50,"name":"en-US"},{"value":5604,"name":"zh-CN"},{"value":99,"name":"zh"},{"value":150,"name":"zh-TW"}],"center":["50%","48%"],"radius":[0,"65%"],"itemStyle":{"emphasis":{"shadowBlur":10,"shadowOffsetX":0,"shadowColor":"rgba(0, 0, 0, 0.5)"}},"label":{"show":true,"position":"outside"},"smooth":true}],"title":{},"xAxis":[],"yAxis":[],"tooltip":{"trigger":"item","axisPointer":{"type":"shadow"},"textStyle":{"fontSize":12}},"grid":{"top":"5%","left":"2%","right":"2%","bottom":"10%","containLabel":true},"legend":{"type":"scroll","orient":"horizontal","bottom":-2,"data":["其它","en-US","zh-CN","zh","zh-TW"],"tooltip":{"show":true}}}
   Other comments [其他信息]

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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