From Dark and Darker Wiki
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
type: 'bar', | type: 'bar', | ||
data: { | data: { | ||
labels: <!--{$labels|escape:'javascript'}-->, | labels: <!--{$labels|escape:'html'|escape:'javascript'}-->, | ||
datasets: [{ | datasets: [{ | ||
label: '# of Votes', | label: '# of Votes', | ||
data: <!--{$data|escape:'javascript'}-->, | data: <!--{$data|escape:'html'|escape:'javascript'}-->, | ||
borderWidth: 1 | borderWidth: 1 | ||
}] | }] |