From Dark and Darker Wiki
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* Any JavaScript here will be loaded for all users on every page load. */
const ctx = document.getElementById('myChart');
new Chart(ctx, {
type: 'bar',
data: {
labels: labels,
datasets: [{
label: 'My First Dataset',
data: [{
x: 1,
y: 0.5
}, {
x: 2,
y: 60
}, {
x: 3,
000
1:0
Return to MediaWiki:Common.js.