我在我的应用程序中开发了一个饼图,下面是我的饼图的plnkr。我能够正确显示图例,但无法如plnkr中所示包装文本。我尝试过worwrap,但是它没有用。
https://plnkr.co/edit/yzXLz7AIDoWa1Pzxxl4k?p=preview
标签代码:
'<div style="width:180px"><span class="pull-left" style= "font-weight: 500; padding-bottom: 5px">' + this.name +
'</span><span class="pull-right" style= "font-weight: 500" >' + this.value +
'</span></div> '