Generate signed Image-Charts Line Charts directly in Microsoft Power Apps Canvas Apps
npm install @image-charts/pcf-linechartImport node_modules/@image-charts/pcf-linechart/solution/ImageChartsLineChart.zip into Power Apps.
LineChartGenerator.accountId = "YOUR_ACCOUNT_ID"
LineChartGenerator.secretKey = "YOUR_SECRET_KEY"
LineChartGenerator.data = "10,25,15,30,20"
LineChartGenerator.labels = "Jan,Feb,Mar,Apr,May"
| 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 | Line values (CSV or pipe-separated) |
labels |
Text | No | X-axis labels |
colors |
Text | No | Line colors (pipe-separated hex) |
title |
Text | No | Chart title |
lineWidth |
Number | No | Line thickness in pixels |
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