Generate signed Image-Charts Doughnut Charts directly in Microsoft Power Apps Canvas Apps
npm install @image-charts/pcf-doughnutImport node_modules/@image-charts/pcf-doughnut/solution/ImageChartsDoughnut.zip into Power Apps.
DoughnutChartGenerator.accountId = "YOUR_ACCOUNT_ID"
DoughnutChartGenerator.secretKey = "YOUR_SECRET_KEY"
DoughnutChartGenerator.data = "30,40,30"
DoughnutChartGenerator.labels = "Red,Green,Blue"
| Property | Type | Required | Description |
|---|---|---|---|
accountId |
Text | No* | Enterprise Account ID |
secretKey |
Text | No* | Enterprise Secret Key |
privateCloudDomain |
Text | No* | Private Cloud domain |
data |
Text | Yes | Slice values (CSV or pipe-separated) |
labels |
Text | No | Slice labels |
colors |
Text | No | Slice colors (pipe-separated hex) |
title |
Text | No | Chart title |
chartSize |
Text | No | Size (WIDTHxHEIGHT) |
advancedOptions |
Text | No | Additional parameters |
showDebugUrl |
Boolean | No | Display generated URL |
signedUrl |
Text | Output | Generated URL |
https://documentation.image-charts.com/integrations/power-apps/
MIT