|
| 1 | +# Charts 4 PowerApps |
| 2 | + |
| 3 | +## Summary |
| 4 | + |
| 5 | +Chart4PowerApps is a versatile demo app offering a collection of ready-to-use chart components, enabling you to create professional, data-driven visuals effortlessly—without complex development. |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | +### **Key Benefits:** |
| 12 | + |
| 13 | +✔ **Diverse Chart Options** – Bar, Line, Pie, Donut, Column, and more |
| 14 | +✔ **Fully Customizable** – Easily modify colors, labels, and layouts |
| 15 | +✔ **Real-Time Data Support** – Connect live data for dynamic updates |
| 16 | +✔ **Seamless Power Apps Integration** – Optimized for Canvas Apps |
| 17 | +✔ **No-Code/Low-Code Friendly** – Set up quickly without advanced coding |
| 18 | + |
| 19 | +Enhance your Power Apps with intuitive, engaging charts in just a few clicks! |
| 20 | + |
| 21 | +## Applies to |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | +## Compatibility |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | +## Contributors |
| 39 | + |
| 40 | +- [Samir Daoudi](https://github.com/Samir-Daoudi) |
| 41 | + |
| 42 | +## Version history |
| 43 | + |
| 44 | +Version|Date|Comments |
| 45 | +-------|----|-------- |
| 46 | +1.0|March 2, 2025|Initial release |
| 47 | + |
| 48 | +## Data Sources |
| 49 | + |
| 50 | +Static table with body part title |
| 51 | + |
| 52 | +## Minimal Path to Awesome |
| 53 | + |
| 54 | +### Using the solution zip |
| 55 | + |
| 56 | +* [Download](./solution/charts-4-powerapps.zip) the `.zip` from the `solution` folder |
| 57 | +* Within **Power Apps Studio**, import the solution `.zip` file using **Solutions** > **Import Solution** and select the `.zip` file you just packed. |
| 58 | +* Open the app in edit mode and make sure the data source **Data source name** is connected correctly. |
| 59 | + |
| 60 | +### Using the source code |
| 61 | + |
| 62 | +You can also use the [Power Apps CLI](https://docs.microsoft.com/powerapps/developer/data-platform/powerapps-cli) to pack the source code by following these steps: |
| 63 | + |
| 64 | +* Clone the repository to a local drive |
| 65 | +* Pack the source files back into a solution `.zip` file: |
| 66 | + |
| 67 | + ```bash |
| 68 | + pac solution pack --zipfile pathtodestinationfile --folder pathtosourcefolder --processCanvasApps |
| 69 | + ``` |
| 70 | + |
| 71 | + Making sure to replace `pathtosourcefolder` to point to the path to this sample's `sourcecode` folder, and `pathtodestinationfile` to point to the path of this solution's `.zip` file (located under the `solution` folder) |
| 72 | +* Within **Power Apps Studio**, import the solution `.zip` file using **Solutions** > **Import Solution** and select the `.zip` file you just packed. |
| 73 | + |
| 74 | +## Help |
| 75 | + |
| 76 | +We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues. |
| 77 | + |
| 78 | +If you encounter any issues while using this sample, you can [create a new issue](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=bug-report.yml&sample=charts-4-powerapps&authors=@Samir-Daoudi&title=charts-4-powerapps%20-%20). |
| 79 | + |
| 80 | +For questions regarding this sample, [create a new question](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=question.yml&sample=charts-4-powerapps&authors=@Samir-Daoudi&title=charts-4-powerapps%20-%20). |
| 81 | + |
| 82 | +Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=suggestion.yml&sample=charts-4-powerapps&authors=@Samir-Daoudi&title=charts-4-powerapps%20-%20). |
| 83 | + |
| 84 | +## Disclaimer |
| 85 | + |
| 86 | +**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** |
| 87 | + |
| 88 | +<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-samples/samples/charts-4-powerapps" aria-hidden="true" /> |
0 commit comments