Skip to content

wikirate/wikirate-widget

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 47.6%
  • Vue 28.6%
  • HTML 14.5%
  • Ruby 5.7%
  • JavaScript 3.6%