mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
Split off topics and posts cause they have very different scales
This commit is contained in:
@ -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}}
|
||||
|
||||
|
Reference in New Issue
Block a user