mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-06 01:15:42 +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: {
|
x: {
|
||||||
type: XAxisType,
|
type: XAxisType,
|
||||||
stacked: true,
|
stacked: true,
|
||||||
min: unit === 'minute' ? minDate : '',
|
min: unit === 'year' ? '' : minDate,
|
||||||
max: maxDate,
|
max: maxDate,
|
||||||
time: {
|
time: {
|
||||||
unit,
|
unit,
|
||||||
|
Loading…
Reference in New Issue
Block a user