mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
Merge branch 'analytics' of https://github.com/umami-software/umami into dev
This commit is contained in:
commit
a5e2242486
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue