[FIX]fixed code for stackbar chart.

bzr revid: kch@tinyerp.com-20110621052643-q084w0yh1rky63ej
This commit is contained in:
Kunal Chavda (OpenERP) 2011-06-21 10:56:43 +05:30
parent 9853c3a23f
commit f41b9ccfa0
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ openerp.base_graph.GraphView = openerp.base.View.extend({
if (abscissa_data[label] == undefined){
section[self.chart_info_fields] = label;
_.each(group_list, function (group) {
section[group] = 0.0001;
section[group] = 0;
});
} else {
section = abscissa_data[label];