Customizing Chart-Pie

Hello,

I see the following code in the Nuxeo Analytics Tab. Is there a way to change where the labels show up? Or more control over how labels are laid out ?

<nuxeo-card heading=“[[i18n('repositoryAnalytics.documentTypes.heading')]]“>

      <chart-pie values="[[_values(typeCount)]]" labels="[[_labels(typeCount)]]"> </chart-pie>
    </nuxeo-card>

Thank you,

SG

0 votes

1 answers

586 views

ANSWER

What do you want to achieve specifically?
07/06/2022



Hello Gregory, Specifically, I wanted to see if we have the option of orienting the labels on the left or right side of the chart. Also, do we have the ability to sort the labels or change the text color of the labels?

Thank you,

SG

0 votes