##// END OF EJS Templates
fixed decimal tick on overview of commit data
marcink -
r801:a81bd2a8 beta
parent child Browse files
Show More
@@ -310,7 +310,7
310 310 bars: {show:true,barWidth: 2,},
311 311 shadowSize: 0,
312 312 xaxis: {mode: "time", timeformat: "%d/%m/%y",},
313 yaxis: {ticks: 3, min: 0,},
313 yaxis: {ticks: 3, min: 0,tickDecimals:0,},
314 314 grid: {color: "#999",},
315 315 selection: {mode: "x"}
316 316 };
General Comments 0
You need to be logged in to leave comments. Login now