I test "Pie with scrollable legend" chart in echarts example. This is the url "http://www.echartsjs.com/examples/editor.html?c=pie-legend". I click the "Download" button to save the html file into local. Then I compare the chart to render on canvas and svg.
The first result is the default html. It looks good.

I only make below changes to support svg in the html.
var myChart = echarts.init(dom, null, {renderer: 'svg'});

The svg chart has three issues different to canvas chart.
(1) Title is out of top range.
(2) Legend text cannot be shown.
(3) When move over pie chart, the section is to white. But it keeps same color for canvas.
Can anyone give some suggestions? Thanks.
I was just about to create the same ticket regarding the legends :)
@Ovilia Can you give any help? It is echarts example.
I was just about to create the same ticket regarding the legends
I also find many issues for other charts in echarts example. If we know exact reason for this issue, we can know others.
Seems to have something to do with clipPath. I'll check it out ASAP.
@Ovilia Is this a bug? When can your team fix it? Thanks.
Sorry, not have time to check it. I'll check it tomorrow.
Confirmed that this is a bug caused by SVG transform with clipPath. I'm afraid it should take some time to be fixed since it's not very easy to fix it.
Confirmed that this is a bug caused by SVG transform with clipPath. I'm afraid it should take some time to be fixed since it's not very easy to fix it.It is a obvious bug for pie chart. It is better to fix it quickly.
same issue for line chart
I meet the same issues.
When will it be fixed ?
@Mr-jiangzhiguo This bug needs much code changes so I scheduled it in 5.0.0.
我也遇到这个问题~请问目前最新版本修复了吗
Most helpful comment
@Mr-jiangzhiguo This bug needs much code changes so I scheduled it in 5.0.0.