Hunter Trujillo
0ca0be2481
Fix for tests. Phew! Thanks unit tests!
2017-06-30 17:52:50 -06:00
Hunter Trujillo
b99ad9122e
Merge branch 'feature/1482-custom-time-range' of github.com:influxdata/chronograf into feature/1482-custom-time-range
2017-06-30 17:34:15 -06:00
Hunter Trujillo
51b9b48aab
Fix for Hostpage.
2017-06-30 17:34:07 -06:00
Hunter Trujillo
b19ab93d47
Fix Dashboard customTimeRange persistence. Fix propTypes.
2017-06-30 17:21:23 -06:00
Andrew Watkins
7379b32dc3
Fix bug where legend could not return if no series were visible
2017-06-30 15:40:01 -07:00
Andrew Watkins
c5b419880e
Handle undefined series
2017-06-30 15:36:25 -07:00
Alex P
d3f400860a
Make non-highlighted series labels more legible
2017-06-30 15:36:24 -07:00
Alex P
e77e28c8a4
Add timestamp to legend
2017-06-30 15:36:24 -07:00
Alex P
4855204f94
Polish Legend
...
- Sort buttons reflect the direction of the sort and which is actively
sorting
- “Snip Measurement” shortened to “Snip”
- Can display about 7 rows before overflow
2017-06-30 15:36:24 -07:00
Andrew Watkins
5214f80bc4
Use component this
2017-06-30 15:36:24 -07:00
Andrew Watkins
5bd50fd587
Show and hide filtered series on graph
2017-06-30 15:36:24 -07:00
Andrew Watkins
d381312b9c
Hide legend a little better
2017-06-30 15:36:24 -07:00
Andrew Watkins
8ad72e554c
Handle removing measurement from legend label
2017-06-30 15:36:24 -07:00
Andrew Watkins
6b36881ebe
Refactor sort order
2017-06-30 15:36:24 -07:00
Andrew Watkins
118c4d095c
Hide hide and show legend
2017-06-30 15:36:24 -07:00
Andrew Watkins
617f62da52
Refactor sorting and ordering
2017-06-30 15:36:24 -07:00
Andrew Watkins
f0728264db
Add filtering to legend
2017-06-30 15:36:23 -07:00
Andrew Watkins
9b9a709893
Sorting persists on legend update
2017-06-30 15:36:23 -07:00
Andrew Watkins
7d3d16a88b
WIP tweak styles
2017-06-30 15:36:23 -07:00
Andrew Watkins
32ecf1b796
Add ability to sort numerically and alphabetically
2017-06-30 15:36:23 -07:00
Andrew Watkins
45ee3f7253
Move legend into component
2017-06-30 15:36:23 -07:00
Andrew Watkins
1cd661da82
Move functions into separate dir
2017-06-30 15:36:23 -07:00
Andrew Watkins
1d8e42fe6e
Allow sorting legend by numeric values
2017-06-30 15:36:23 -07:00
Andrew Watkins
8b92ca7ff8
Persist legend in when hovered over
2017-06-30 15:36:23 -07:00
Alex P
efebeaac18
Adjust custom time picker so it plays nice when inside regular time range dropdown
2017-06-30 15:34:43 -07:00
Hunter Trujillo
17af88374c
Add upperDashboardTime TV.
2017-06-30 16:22:46 -06:00
Hunter Trujillo
5158e49ee3
Fix for dashboardTime on Dashboards.
2017-06-30 16:22:18 -06:00
Hunter Trujillo
089649326a
Refactor CustomTimeRangeDropdown to contain its own display state. Add CustomTimeRangeDropdown to DE. Add quotes to date strings in a naive manner.
2017-06-30 15:15:02 -06:00
Alex P
843c395fa1
Polish legend further
...
- Subtle shadow to help visually distinguish the legend container
- Align timestamp to adjacent items
- Only show scrollbar when it needs to exist
- Use a custom scrollbar in chrome (no support in other browsers)
2017-06-30 13:48:58 -07:00
Andrew Watkins
12bb11528b
Merge branch 'get-legend-rekt' of github.com:influxdata/chronograf into get-legend-rekt
2017-06-30 10:53:21 -07:00
Andrew Watkins
d57beb7673
Handle undefined series
2017-06-30 10:53:12 -07:00
Alex P
76ce7af6b8
Make non-highlighted series labels more legible
2017-06-30 10:52:55 -07:00
Alex P
38837cc98a
Add timestamp to legend
2017-06-30 10:48:58 -07:00
Alex P
93bce8392b
Polish Legend
...
- Sort buttons reflect the direction of the sort and which is actively
sorting
- “Snip Measurement” shortened to “Snip”
- Can display about 7 rows before overflow
2017-06-30 09:53:46 -07:00
Andrew Watkins
f295d763d6
Use component this
2017-06-29 16:09:18 -07:00
Andrew Watkins
bbd48e4e25
Show and hide filtered series on graph
2017-06-29 16:08:54 -07:00
Jared Scheib
0c8b543806
Add pseudocode outline for parsing and persisting source and server
...
Signed-off-by: Tim Raymond <tim@timraymond.com>
2017-06-29 15:33:22 -07:00
Jared Scheib
de9d0df860
Group flags more semantically consistently
2017-06-29 14:27:30 -07:00
Jared Scheib
639bce7217
Group flags more semantically consistently
2017-06-29 14:25:41 -07:00
Andrew Watkins
a76b44a3a3
Hide legend a little better
2017-06-29 13:54:25 -07:00
Andrew Watkins
c90bfdb60b
Handle removing measurement from legend label
2017-06-29 13:01:58 -07:00
Jade McGough
08c2677b96
Merge pull request #1668 from influxdata/fix/auth0-email
...
add email to auth0 required scopes
2017-06-29 11:59:59 -07:00
Andrew Watkins
b2387d3ab7
Refactor sort order
2017-06-29 11:34:25 -07:00
Andrew Watkins
5c786b4b80
Hide hide and show legend
2017-06-29 11:17:57 -07:00
Alex P
4610553982
Display custom time range on cell header when present
2017-06-28 17:42:41 -07:00
Hunter Trujillo
63bf355e8a
Remove CustomTimeRange container class in split, but this damages styles due to selectors.
2017-06-28 17:53:43 -06:00
Hunter Trujillo
35d75b5d9d
Split out CustomTimeRange date picker into its own component so it can be shared between separate Dropdown and Overlay components.
2017-06-28 17:50:35 -06:00
Alex Paxton
8832f26118
Merge pull request #1673 from influxdata/bugfix-1670
...
Center file upload overlay
2017-06-28 15:35:53 -07:00
Andrew Watkins
7dff564cbc
Refactor sorting and ordering
2017-06-28 15:30:14 -07:00
Jared Scheib
788aec07db
Improve description of custom link use, and give example ( #1676 )
2017-06-28 14:41:13 -07:00