-
-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
NOW()
from Dashboard SQL; fix chart x-axis order left-to-rig…
…ht, old-to-new (#355) - Replaces `NOW()` with times coming from Ruby in query - Fixes chart x-axis to be left-to-right, old-to-new timestamps - Replaces x-axis labels with simply times with timestamps rather than full datetimes - Slightly improves label visual overflow - Increases quantity of seed data generated for fuller chart
- Loading branch information
1 parent
4b3e13e
commit 936ef93
Showing
5 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,7 @@ | |
.tooltip.tooltip-hidden { | ||
opacity: 0; | ||
} | ||
|
||
.ct-label.ct-horizontal { | ||
white-space: nowrap; | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters