Skip to content

image-charts/pcf-piechart

Repository files navigation

@image-charts/pcf-piechart

npm version License: MIT

Generate signed Image-Charts Pie Charts directly in Microsoft Power Apps Canvas Apps

Quick Start

npm install @image-charts/pcf-piechart

Import 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"

Properties

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

Documentation

https://documentation.image-charts.com/integrations/power-apps/

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors