zoom by range selection

This commit is contained in:
2019-10-28 18:39:12 +01:00
parent 920851b39e
commit eaddf97a0d
6 changed files with 110 additions and 21 deletions

View File

@@ -42,11 +42,6 @@
'Last Year': [moment().subtract(1, 'year').startOf('year'),moment().subtract(1, 'year').endOf('year')],
},
});
$('#search-date-range').on('apply.daterangepicker', function(ev, picker) {
const range = $('#search-date-range').val();
console.log("update date range: " + range);
});
});
</script>
</body>