{{title}}

{{#subtitle}}

{{subtitle}}

{{/subtitle}}
{{#chartType === 'bar'}}
{{#items}}
{{label}}
{{#showValueInBar}}{{value}}{{unit}}{{/showValueInBar}}
{{#showValueExternal}}{{value}}{{unit}}{{/showValueExternal}}
{{/items}}
{{/chartType === 'bar'}} {{#chartType === 'pie'}}
{{#items}}
{{label}} {{value}}{{unit}}
{{/items}}
{{/chartType === 'pie'}} {{#stats}}
{{#stats}}
{{value}}
{{label}}
{{/stats}}
{{/stats}}
{{#source}} {{/source}}