Commit 1a72e493 authored by Leonardo Piccioni de Almeida's avatar Leonardo Piccioni de Almeida
Browse files

Revert bar thickness

parent f7dca349
......@@ -23,10 +23,12 @@
ctrl.chart1Data = [];
ctrl.chart1DatasetOverride = [
{
backgroundColor: '#89C9D5'
backgroundColor: '#89C9D5',
barThickness: 10
},
{
backgroundColor: '#1B7EC6'
backgroundColor: '#1B7EC6',
barThickness: 10
}
];
ctrl.chart1Labels = [];
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment