[FIX] gives the correct data to the charts function instead of undefined (addon web_graph)

bzr revid: ged@openerp.com-20131126161424-c0dlaqunv18anlw5
This commit is contained in:
Gery Debongnie 2013-11-26 17:14:24 +01:00
parent 99b7fa4272
commit 8ef078acb3
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ function draw_chart (mode, pivot) {
return {x: pt.title, y: val};
});
console.log("values",values);
switch (mode) {
case 'bar_chart':
bar_chart(values);