From Dark and Darker Wiki

No edit summary
No edit summary
Line 12: Line 12:
     type: 'bar',
     type: 'bar',
     data: {
     data: {
       labels: JSON.parse("<!--{$labels|escape:'html'}-->"),
       labels: JSON.parse("<!--{$labels|escape:'quotes'}-->"),
       datasets: [{
       datasets: [{
         label: '# of Votes',
         label: '# of Votes',
         data: JSON.parse("<!--{$data|escape:'html'}-->"),
         data: JSON.parse("<!--{$data|escape:'quotes'}-->"),
         borderWidth: 1
         borderWidth: 1
       }]
       }]

Revision as of 04:33, 7 January 2023