graph bar with ratio

This commit is contained in:
gauthiier 2017-11-08 16:18:10 +01:00
parent 9d618ffc6d
commit b7cc9ae915

View File

@ -44,7 +44,7 @@ function search_result_archive(a) {
}); });
} }
var min_month = new Date(1995, 10); var min_month = new Date(1995, 9);
var max_month = new Date(); var max_month = new Date();
function diff_months(d1, d2) { function diff_months(d1, d2) {
@ -122,7 +122,7 @@ function graph(data) {
}, },
bar: { bar: {
width: { width: {
ratio: 0.9 ratio: 0.8
} }
} }
}); });