Generate signed Image-Charts Pie Charts directly in Microsoft Power Apps Canvas Apps
npm install @image-charts/pcf-piechartImport node_modules/@image-charts/pcf-piechart/solution/ImageChartsPieChart.zip into Power Apps.
PieChartGenerator.accountId = "YOUR_ACCOUNT_ID"
PieChartGenerator.secretKey = "YOUR_SECRET_KEY"
PieChartGenerator.data = "30,40,30"
PieChartGenerator.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