如何在使用ngx-charts库构建的饼图上显示数据标签?

时间:2019-07-16 06:16:45

标签: angular charts ngx-charts

我正在使用ngx-charts库在UI上显示饼图。但是我无法在图表中显示数据值(标签)。如何使用ngx-charts提供的现有属性或可以进行任何自定义来做到这一点。

当前在我的HTML文件中,我正在使用以下代码呈现饼图:

 <ngx-charts-pie-chart 
    [view]="view" 
     [scheme]="colorScheme3"
    [results]="productUtilisations" 
    [legend]="true" 
    [legendPosition]="below"
    (select)="onSelect($event)">
  </ngx-charts-pie-chart>

0 个答案:

没有答案