removed unused function generateAxisTicks
This commit is contained in:
parent
39414ab9e2
commit
49755d1113
1 changed files with 0 additions and 13 deletions
|
@ -407,19 +407,6 @@ function showChart() {
|
|||
|
||||
}
|
||||
|
||||
function generateAxisTicks() {
|
||||
|
||||
var data_grouped_time = getEmptyGroupArray();
|
||||
var ticks = new Array();
|
||||
|
||||
for(var timestamp in data_grouped_time) {
|
||||
var time = new Date(timestamp*1000);
|
||||
ticks.push(time.getDate()+'.'+(time.getMonth()+1)+'.'+' '+time.getHours()+':00');
|
||||
}
|
||||
|
||||
return ticks;
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue