region_scoreboard

This file contains the code for displaying and handling the regional scoreboard.

Classes

RegionScore

Methods

inner HistoryChart(_regionScore, logscale) → {string}

Creates an SVG-based history chart for regional scores.

Parameters:
Name Type Description
_regionScore RegionScore

The RegionScore object containing score data.

logscale boolean

Whether to use logarithmic scale for the chart.

Returns:
string -

An SVG string representing the history chart.

inner RegionScoreboardSetup() → {function}

Sets up and manages the main dialog for the regional scoreboard.

Returns:
function -

A setup function to initialize the scoreboard.