mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 05:07:53 +08:00
Split off topics and posts cause they have very different scales
This commit is contained in:
parent
693650c3a2
commit
5d4502f18b
|
@ -24,7 +24,12 @@
|
||||||
endDate=endDate}}
|
endDate=endDate}}
|
||||||
|
|
||||||
{{dashboard-mini-chart
|
{{dashboard-mini-chart
|
||||||
dataSourceNames="topics,posts"
|
dataSourceNames="topics"
|
||||||
|
startDate=startDate
|
||||||
|
endDate=endDate}}
|
||||||
|
|
||||||
|
{{dashboard-mini-chart
|
||||||
|
dataSourceNames="posts"
|
||||||
startDate=startDate
|
startDate=startDate
|
||||||
endDate=endDate}}
|
endDate=endDate}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user