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:'quotes'}-->"),
       labels: JSON.parse('<!--{$labels|escape:'quotes'}-->'),
       datasets: [{
       datasets: [{
         label: '# of Votes',
         label: '# of Votes',
         data: JSON.parse("<!--{$data|escape:'quotes'}-->"),
         data: JSON.parse('<!--{$data|escape:'quotes'}-->'),
         borderWidth: 1
         borderWidth: 1
       }]
       }]

Revision as of 04:36, 7 January 2023