mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Remove commented lines, put license in manifest file.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user