Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.14 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.14 KB

WikiRate Visualisation Widget

This Widget allows the easy integration of chart visualisations of the data of from the WikiRate platform.

Simple Installation Howto

Just point a web browser towards the contents of the dist/ directory. (See current master.)

Tinkerer Howto

...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.

Developer Howto

...for those wishing to improve the core widget functionality.

Requirements

Development environment

yarn install  # install dependencies
yarn build    # build code into dist/
yarn serve    # start local web server