Remove commented lines, put license in manifest file.

pull/74/head
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

@ -25,6 +25,7 @@
'category': 'Web',
'summary': 'Improves graph views.',
'author': 'Leonardo Donelli',
'license': 'AGPL-3',
'website': 'http://learts.glaucus.in',
'depends': ['web_graph'],
'data': ['view/graph_improved_view.xml'],

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)