CanvasTimelinePCF is a custom Power Apps component framework (PCF) control based on the vis-timeline library. It allows users to visualize and interact with time-based data within Power Apps Canvas.
Added DataverseSolution.zip, this will create dataverse tables required to deploy a connected app. The App has buttons that will populate with some inital data.
Added Schema.md describes the required tables and relationships to CSS styles
Watch the demo on YouTube: CanvasTimelinePCF Demo
Watch the speed run installation of the PCF on YouTube: Speed Run Install PCF
git clone
cd src
npm install
To start the development server:
npm start watch
To build the project:
npm run build
To push the control to Power Apps:
pac pcf push
I've not found a reliable method for exporting to zip file (vsCode and PA CLI), currently terminating publishing before file clean up to get the zip package.
After deployment, add the CanvasTimelinePCF control to your Power Apps Canvas and bind it to your data source.
Settings>Display>Scale to fit: off
Contributions are welcome.
We need:
This project is licensed under the MIT License - see the LICENSE file for details.