This example show how you can create an animated external widget.
To run this locally:
- Clone
https://github.com/Megaputer/external-bar-chart-race-widget.git
- Go to directory with
cd external-widget-template
- Run
yarn prod
- Copy
build/MyWidgets.js
to a<PA6 installation directory>/data/externals/MyWidgets.js
or use parameter--output-path
for set output location of the bundle file. Example:yarn prod --output-path="C:/Megaputer Intelligence/PolyAnalyst 6.5 Server 64-bit/data/externals"
- Edit
data/externals/wr-externals.json
inside PA6 installation directory which will contain["MyWidgets.js"]