[REF] removes old useless comments (addon web_graph)

bzr revid: ged@openerp.com-20131219134958-tdgcu3ytbsqszczw
This commit is contained in:
Gery Debongnie 2013-12-19 14:49:58 +01:00
parent 1d92fc0353
commit 261b17d7b8
1 changed files with 0 additions and 8 deletions

View File

@ -270,15 +270,7 @@ instance.web_graph.Graph = instance.web.Widget.extend({
this.svg = this.$('.graph_main_content svg')[0];
this.width = this.$el.width();
this.height = Math.min(Math.max(document.documentElement.clientHeight - 116 - 60, 250), Math.round(0.8*this.$el.width()));
// var options = {
// svg:
// mode: this.mode,
// width: this.$el.width(),
// height: Math.min(Math.max(document.documentElement.clientHeight - 116 - 60, 250), Math.round(0.8*this.$el.width())),
// measure_label: this.measure_label()
// };
this[this.mode]();
// openerp.web_graph.draw_chart(options);
}
}
},