mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 00:51:03 +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}}
|
||||
|
||||
{{dashboard-mini-chart
|
||||
dataSourceNames="topics,posts"
|
||||
dataSourceNames="topics"
|
||||
startDate=startDate
|
||||
endDate=endDate}}
|
||||
|
||||
{{dashboard-mini-chart
|
||||
dataSourceNames="posts"
|
||||
startDate=startDate
|
||||
endDate=endDate}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user