This Widget allows the easy integration of chart visualisations of the data of from the WikiRate platform.
Just point a web browser towards the contents of the dist/ directory. (See current master.)
...for those wishing to experiment with different WikiRate requests
The simplest way to tinker is to go directly to dist/index.html and alter arguments to renderWidget.
- metric can be any numeric WikiRate metric
- filter can be any valid filter available on metric pages,.
- UnitDimension is a number by which label numbers will be divided.
...for those wishing to improve the core widget functionality.
- yarn: https://yarnpkg.com/
yarn install # install dependencies
yarn build # build code into dist/
yarn serve # start local web server