dashboard next: minor improvements

* rename route to dashboard-next
* better scaling of charts for large data sets
* adjust trend position to avoid overlap
* makes sure silenced/suspended is made on real users
* correctly format data when only one data point
* minor refactoring
This commit is contained in:
Joffrey JAFFEUX
2018-04-17 11:01:06 +02:00
committed by GitHub
parent 9980f18d86
commit 2b8307c6c3
8 changed files with 48 additions and 12 deletions

View File

@ -230,7 +230,7 @@ Discourse::Application.routes.draw do
get "version_check" => "versions#show"
resources :dashboard_next, only: [:index]
get "dashboard-next" => "dashboard_next#index"
resources :dashboard, only: [:index] do
collection do