From Dark and Darker Wiki

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

Revision as of 04:31, 7 January 2023