mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-05 17:05:46 +01:00
Merge branch 'analytics' of https://github.com/umami-software/umami into dev
This commit is contained in:
commit
a5e2242486
@ -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…
Reference in New Issue
Block a user