bernd-wechner / CoGs

Competitive Gamers Leaderboard Server (CoGs LS)
2 stars 4 forks source link

Implement Graphs #9

Open bernd-wechner opened 5 years ago

bernd-wechner commented 5 years ago

There are some graphs of interest to the site:

  1. Rating vs time for a given game and set of players, or player and set of games etc.
  2. A histogram showing play frequency of a player or players, game or games in time buckets

These might awesomely be done with something like dash:

https://plot.ly/products/dash/

Though integration with Django is an issue:

https://community.plot.ly/t/embed-dash-plot-into-web-page/5337/3?u=chriddyp https://community.plot.ly/t/dash-and-django/4587

There may be other options of course.

bernd-wechner commented 5 years ago

See also:

http://www.flotcharts.org/flot/examples/ http://bokeh.pydata.org/en/latest/

bernd-wechner commented 2 years ago

Have commenced work on this with Bokeh