Better timezone support on query and dropdowns/custom-timeframes.

This commit is contained in:
2023-03-14 17:01:43 -05:00
parent 984dce88d4
commit 94767bcbb3
8 changed files with 110 additions and 43 deletions

View File

@ -46,6 +46,8 @@ export const options = {
scales: {
x: {
stacked: true,
grid: {offset: false},
ticks: {autoSkip: false, maxRotation: 90}
},
y: {
stacked: true,