jeff0905 commented on issue #9312: 当渲染模型为‘svg’,饼图lengend.type = 'scroll'时,图例文字丢失,分页标签覆盖住了图例,类型为‘canvas’显示正常 URL: https://github.com/apache/incubator-echarts/issues/9312#issuecomment-435565169 查看了下, <text alignment-baseline="middle" x="30" y="7" fill="#999999" fill-opacity="1" stroke="none" transform="matrix(1,0,0,1,5,281.5)" clip-path="url(#zr4338-clip-7)" style="font: 12px "Microsoft YaHei";"><tspan alignment-baseline="middle" text-anchor="start" x="30" y="7">其它</tspan></text> 是因为clip-path='url.....' 这个造成的。 把clip-path改成 clip-path="none" 就可以显示了。
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
