Commit f98d78c2 by 姜雷

取消服务占比的图例点击事件

parent 272e41ba
...@@ -45,6 +45,7 @@ export default { ...@@ -45,6 +45,7 @@ export default {
this.chart.legend({ this.chart.legend({
position: 'right-center', position: 'right-center',
marker: 'square', marker: 'square',
clickable: false,
useHtml: true, useHtml: true,
containerTpl: ` containerTpl: `
<div class="g2-legend"> <div class="g2-legend">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment