Remove commented lines, put license in manifest file.

This commit is contained in:
Leonardo Donelli
2015-02-17 16:34:09 +01:00
parent 2530533468
commit ecfd38fc95
2 changed files with 1 additions and 7 deletions

View File

@@ -64,16 +64,9 @@ openerp.web_graph_improved = function(instance) {
nv.addGraph(function () {
var chart = nv.models.multiBarChart()
// .reduceXTicks(false)
.stacked(self.bar_ui === 'stack')
.showControls(show_controls);
// if (self.width / data[0].values.length < 80) {
// chart.rotateLabels(-15);
// chart.reduceXTicks(true);
// chart.margin({bottom:40});
// }
d3.select(self.svg)
.datum(data)
.attr('width', self.width)