mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-01-31 11:16:42 +01:00
97b4bb1b8b
Needs styling
8 lines
338 B
HTML
8 lines
338 B
HTML
<a href="{{::track.url}}" class="btn chart-exit">Return to track</a>
|
|
<h1>Geeky Stats For Geeky People (BETA)</h1>
|
|
<h4>Plays over time</h4>
|
|
<div class="chart-container">
|
|
<canvas id="line" class="chart chart-line" chart-data="playsData"
|
|
chart-labels="playsLabels" chart-legend="true" chart-series="series">
|
|
</canvas>
|
|
</div>
|