mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
fix mindate logic
This commit is contained in:
parent
b1caf6edb7
commit
981a655654
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ export function BarChart(props: BarChartProps) {
|
|||
x: {
|
||||
type: XAxisType,
|
||||
stacked: true,
|
||||
min: unit === 'minute' ? minDate : '',
|
||||
min: unit === 'year' ? '' : minDate,
|
||||
max: maxDate,
|
||||
time: {
|
||||
unit,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue