huigeek commented on issue #8152: echarts 3和4,svg 方式渲染,在 IE9 - IE11 
上面饼图、柱状图数据显示重复
URL: 
https://github.com/apache/incubator-echarts/issues/8152#issuecomment-441843587
 
 
   @xuchao008 
http://www.echartsjs.com/tutorial.html#%E4%BD%BF%E7%94%A8%20Canvas%20%E6%88%96%E8%80%85%20SVG%20%E6%B8%B2%E6%9F%93
   
   // 使用 Canvas 渲染器(默认)
   var chart = echarts.init(containerDom, null, {renderer: 'canvas'});
   // 等价于:
   var chart = echarts.init(containerDom);
   
   // 使用 SVG 渲染器
   var chart = echarts.init(containerDom, null, {renderer: 'svg'});

----------------------------------------------------------------
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]

Reply via email to