From Dark and Darker Wiki

No edit summary
No edit summary
Line 37: Line 37:
         fontColor = "gray";
         fontColor = "gray";
     }
     }
    var range = [...Array(501).keys()].map((x) => x);


     new Chart(document.getElementById('<!--{$uniqueId|escape:'html'}-->'), {
     new Chart(document.getElementById('<!--{$uniqueId|escape:'html'}-->'), {
Line 46: Line 44:
         },
         },
         data: {
         data: {
             labels: range,
             labels: ["0","50","100","150","200","250","300","350","400","450","500"],
             datasets: [
             datasets: [
                 {
                 {
Line 53: Line 51:
                     backgroundColor: junkColor,
                     backgroundColor: junkColor,
                     fill: false,
                     fill: false,
                 },
                 },{
                {
                     data: poorData,
                     data: poorData,
                     borderColor: poorColor,
                     borderColor: poorColor,
Line 86: Line 83:
                 {
                 {
                     data: legendaryData,
                     data: legendaryData,
                     borderColor: legendaryColor,
                     borderColor: '#F7A22D',
                     backgroundColor: legendaryColor,
                     backgroundColor: '#F7A22D80',
                     fill: false,
                     fill: true,
                 },
                 },
                 {
                 {

Revision as of 08:46, 15 June 2024

Error in widget TestChart: Unable to load template 'wiki:TestChart'