Commit Graph

4466 Commits (d8963ca81307278f255e6c75b5f631bcf5ab3049)

Author SHA1 Message Date
Jared Scheib d8963ca813 Rename queries to queryConfigs in DisplayOptions for clarity and accuracy 2017-08-09 15:37:11 -07:00
Jared Scheib 3fba1ba5b0 Pass default Y label into DisplayOptions
Refactor DisplayOptions into ES6 component
Rename buildYLabel to buildDefaultYLabel
2017-08-08 17:38:19 -07:00
Jared Scheib af643ffafd Invalidate timeouts on componentWillUnmount to prevent console setState error 2017-08-08 17:38:01 -07:00
Alex P 879581de74 Adjust styles to match UI changes 2017-08-08 14:04:43 -07:00
Jared Scheib 56800cf2e6 Handle focus and click of input and fixed 2017-08-07 22:08:00 -07:00
Jared Scheib e1e25010f7 Switch style directions and starting side of toggle 2017-08-07 21:54:28 -07:00
Jared Scheib bc375fe3a7 Add labels for OptIns 2017-08-07 21:46:17 -07:00
Jared Scheib 9dd6643ef7 Rename left to fixed and right to custom 2017-08-07 21:46:00 -07:00
Jared Scheib e9e2943e73 Wire up OptIn into DisplayOptions 2017-08-07 21:06:33 -07:00
Jared Scheib e00ccf18bd Comment out click handler for left field until right input is clickable 2017-08-07 18:09:55 -07:00
Jared Scheib 27da957ab9 Rename OneOrAny component to OptIn 2017-08-07 17:32:00 -07:00
Jared Scheib 9503074603 Blur input on Enter key press 2017-08-07 17:22:59 -07:00
Jared Scheib 5c0c457645 Make OneOrAny work as expected, with correct on blur sequencing 2017-08-07 17:06:52 -07:00
Jared Scheib 428fc017b8 Prevent coercion of zero to false 2017-08-07 11:06:38 -07:00
Jared Scheib 1af40c9ac8 Make OneOrAny functional and return only one value
Rename vars and classes for clarity

Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>
2017-08-04 20:35:44 -07:00
Alex Paxton 81a85b13ba Create OneOrAny component
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-08-04 17:53:09 -07:00
Jared Scheib 6f21403ab5 Rename OneOrAny classes and element
Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>
2017-08-04 17:53:09 -07:00
Alex P 85eb4a2555 WIP "one or any" component
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-08-04 17:53:09 -07:00
Andrew Watkins c307715840 Merge pull request #1821 from influxdata/fix/alerts_table_keys-1813
Use UUID for AlertsTable element keys to prevent overlap
2017-08-03 19:12:05 -07:00
Andrew Watkins d5c080369f Merge pull request #1714 from influxdata/feature/1602-graph-bounds-setting
Feature/1602 graph bounds setting
2017-08-03 17:36:03 -07:00
Andrew Watkins e6ffc0e256 Update function names for fun and profit 2017-08-03 17:22:35 -07:00
Jared Scheib f8b13dcfa3 Clarify and specify var and func names 2017-08-03 15:14:22 -07:00
Jared Scheib b64c577047 Update changelog 2017-08-03 15:04:34 -07:00
Jared Scheib 5cd915c19c Use UUID for AlertsTable element keys to prevent overlap 2017-08-03 15:03:13 -07:00
Andrew Watkins e11d2d38aa Pass queryConfig down to Dygraphs so it can make label decisions 2017-08-03 14:50:44 -07:00
Andrew Watkins 47b5f6cf4d Add logic to handle ranges that are submitted as equal 2017-08-03 14:28:58 -07:00
Andrew Watkins 6a0a4fc4fa Rename ranger to AxesOptions 2017-08-03 13:43:46 -07:00
Andrew Watkins fba53666b9 Add user instructions for how to use display options 2017-08-03 12:18:07 -07:00
Andrew Watkins 8e42facc26 Merge branch 'feature/1602-graph-bounds-setting' of github.com:influxdata/chronograf into feature/1602-graph-bounds-setting 2017-08-03 09:40:45 -07:00
Andrew Watkins bfd4ca8a5b Test all things 2017-08-03 09:40:24 -07:00
Jared Scheib bbceece7f5 Add line spacing, reorder import 2017-08-02 18:12:18 -07:00
Jared Scheib fa0b9d83f6 Fix and add second item for changelog update 2017-08-02 17:06:15 -07:00
Andrew Watkins 9ffdec7f44 Add placeholder to label 2017-08-02 16:13:48 -07:00
Andrew Watkins c5ce2e4707 Prevent clobbering of label when bounds are set 2017-08-02 16:11:25 -07:00
Andrew Watkins 442a7fdc21 Default to having a Ylabel class 2017-08-02 16:08:58 -07:00
Andrew Watkins 244d8fecd8 Fix clobbering of other axes fields 2017-08-02 15:50:29 -07:00
Andrew Watkins 3c57d0ce36 Determine if label present via the DOM 2017-08-02 15:42:25 -07:00
Andrew Watkins c5ab1112bb Move building of label to dygraph component 2017-08-02 15:07:54 -07:00
Andrew Watkins e863165019 Cleanup classname 2017-08-02 14:26:05 -07:00
Andrew Watkins 9162293071 Update style logic to use axes labels 2017-08-02 14:16:14 -07:00
Andrew Watkins a9249e04e0 Remove TODO 2017-08-02 14:15:00 -07:00
Andrew Watkins cc34b9c978 Stop adding labels to queries 2017-08-02 14:09:08 -07:00
Andrew Watkins 1fa004664b Add ability for users to specify labels 2017-08-02 14:08:07 -07:00
Andrew Watkins 4d7fce4e39 Merge branch 'feature/1602-graph-bounds-setting' of github.com:influxdata/chronograf into feature/1602-graph-bounds-setting 2017-08-02 12:54:44 -07:00
Andrew Watkins 4062a086ae Fix props error 2017-08-02 12:47:57 -07:00
Tim Raymond a6be00d4f3 Remove omitempty from Axis Label
If the key is always present in the response, it's easier for the front
end to perform tests on contents of its key.
2017-08-02 13:08:33 -04:00
Jared Scheib 640afb3f55 Revert GrooveKnob addition 2017-08-02 09:41:35 -07:00
Jared Scheib 27bc87eac5 Revert "WIP "one or any" component"
This reverts commit 3897228e30.
2017-08-02 09:40:31 -07:00
Jared Scheib a7c035fdce Revert "Rename classes and element"
This reverts commit b7bb9cb339.
2017-08-02 09:40:22 -07:00
Jared Scheib 31756ec361 Revert "Wire up GrooveKnob to be fully functional"
This reverts commit 69dbd0e988.
2017-08-02 09:39:55 -07:00