mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 06:07:17 +01:00
fix monthly and all time charts
This commit is contained in:
parent
a219f5dbe3
commit
b1caf6edb7
4 changed files with 11 additions and 11 deletions
|
|
@ -36,7 +36,7 @@ export function BarChart(props: BarChartProps) {
|
|||
x: {
|
||||
type: XAxisType,
|
||||
stacked: true,
|
||||
min: minDate,
|
||||
min: unit === 'minute' ? minDate : '',
|
||||
max: maxDate,
|
||||
time: {
|
||||
unit,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue