To run this locally:
- Run
git clone https://github.com/Megaputer/external-components.git
- Go to directory with
cd external-components
- Run
yarn install
- Create an archive with widgets using the command
yarn archive
- To add widgets to a PA6, upload the archive (
./build/external-components.zip
) via the PolyAnalyst Administrative Tool
- SimpleWidget - Example of using component by
html
andscss
- EditorPublicationWidget - Example of defining
editor
orpublication
mode with parameterisEditor
- AppearanceWidget - Example of how a widget works by save visual settings in appearance
- TableWidget - Example of displaying data using
SimpleTable
and workEDD-expression
- BarChartWidget - Example of using the
disctinct
handler, displaying results as a chart and EDD processing (by clicking a bar) - StatisticsWidget - Example of using the handler
statistics
to get statistics from data - Calendar - Example of using the
filter
handler, displaying results as a calendar and EDD processing (by clicking a date) - OpenStreetMap - Example of displaying data on the map