mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Fixed bar chart rendering.
This commit is contained in:
parent
96fcdefeed
commit
3a737e7e25
5 changed files with 47 additions and 15 deletions
|
|
@ -76,7 +76,7 @@ async function clickhouseQuery(
|
|||
from (
|
||||
select
|
||||
${getDateSQL('website_event.created_at', unit, timezone)} as t,
|
||||
sum(views)as y
|
||||
sum(views) as y
|
||||
from website_event_stats_hourly website_event
|
||||
where website_id = {websiteId:UUID}
|
||||
and created_at between {startDate:DateTime64} and {endDate:DateTime64}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue