An application of vis-timeline to workflow data, particularly those generated by PEW and Proter.
| Artificial Intelligence Modelling Lab |
| Artificial Intelligence and its Applications Institute |
| School of Informatics, University of Edinburgh |
The library is bundled in the file: bundle.js
There are currently 2 versions provided:
workflowUnitTimelineuses plain numbers as units of duration.workflowTimelineuses Dates and millisecond intervals as units of duration.
Example usage in the browser can be found in this directory.
Data samples are also provided, generated by the Healthcare Handover example.
At the moment, vis-workflow-timeline is designed to be bundled for the browser using npm and browserify.
Install browserify:
npm install -g browserifyBuild the bundle:
npm run buildThis will create the file examples/bundle.js which you can load up through examples/local.html
Petros Papapanagiotou - petros@workflowfm.com - @PetrosPapapa
A big thank you to the following contributors in order of appearance:
Distributed under the Apache 2.0 license. See LICENSE for more information.
Copyright © 2019-2021 The University of Edinburgh and contributors