Make bar graph ignore gaps

This commit is contained in:
2024-03-19 00:00:51 -04:00
parent 557a2cac3d
commit 96b05e8332
3 changed files with 7 additions and 1 deletions

View File

@ -58,6 +58,9 @@ export default {
type: 'time',
time: {
unit: 'day'
},
ticks: {
source: 'data'
}
}
},