Commit Graph

5316 Commits (eb3b863069f903dcb847d71291d90f4b8fd13be8)

Author SHA1 Message Date
Alex P 4238a69097 Updoot the log of changes 2017-09-29 16:37:05 -07:00
Alex P e019f1aa4b Add button that sets source connection defaults
Also changed placeholder text to be less misleading
2017-09-29 16:30:45 -07:00
Alex P daa6cf8b69 Update theme file
- Inputs have italic placeholder text
- Tab Lists have borders between items for increased clarity
2017-09-29 16:00:56 -07:00
Andrew Watkins 3e3918c9cf Import lodash 2017-09-29 14:30:20 -07:00
Andrew Watkins 7e120d4251 Move PropTypes to just above proptype declarations 2017-09-29 14:28:12 -07:00
Andrew Watkins 1c113e2316 Convert SingleStat to class component 2017-09-29 14:27:21 -07:00
Alex Paxton 7c471a8796 Merge branch 'master' into plus-buttons 2017-09-29 14:15:54 -07:00
Alex P 980eb38e1f Updoot 2017-09-29 14:14:48 -07:00
Alex P 4ed225d012 Add Plus Icon to all Add/Create buttons 2017-09-29 14:08:54 -07:00
Andrew Watkins 3c538a5535 Bring Christmas even earlier 2017-09-29 14:05:11 -07:00
Andrew Watkins 896d6871c4 Consolidate series highlighting 2017-09-29 14:04:17 -07:00
Andrew Watkins 8d16a4dbef Christmas came early 2017-09-29 14:02:20 -07:00
Andrew Watkins 013f862b43 Use SingleStat component for single state plus line
Turns out the there aren't any styles for the 'single-stat-plus-line'
class.  So, it has been deleted.
2017-09-29 14:00:33 -07:00
Andrew Watkins 3153876d26 Make GraphSpinner its own component 2017-09-29 13:40:32 -07:00
Andrew Watkins feae172712 Pull constants into graph helpers dir 2017-09-29 13:40:13 -07:00
Andrew Watkins 126aecb9c1 Christmas tree props 2017-09-29 13:32:43 -07:00
Andrew Watkins f67a147b69 Convert LineGraph to class component 2017-09-29 13:31:10 -07:00
Andrew Watkins 4da1d6c876 Merge pull request #2052 from influxdata/feature/smoother-hovering
UI-IMPROVEMENT: Add custom findClosestPoint method
2017-09-29 12:30:40 -07:00
Andrew Watkins c78fe80cf6 Merge pull request #2049 from influxdata/chore/layout-renderer
REFACTOR: Layout Renderer and Line Graph
2017-09-29 12:28:59 -07:00
Andrew Watkins b526499a38 Add react-component-resizable package 2017-09-29 12:15:10 -07:00
Chris Goller afbc23031d Merge pull request #2051 from influxdata/feature/influx-enterprise-header
Add check for enterprise build type header
2017-09-29 14:08:02 -05:00
Andrew Watkins 70e16a56d0 Update CHANGELOG 2017-09-29 11:41:14 -07:00
Andrew Watkins 88249f7416 Add custom findClosestPoint method 2017-09-29 11:13:27 -07:00
Chris Goller ed6f2f9ce9 Merge pull request #2042 from influxdata/feature/point-release-quay-tag
Update circle to add latest tag to point releases rather than master
2017-09-29 10:03:42 -05:00
Andrew Watkins 93cb35b3e6 Resize Dygraph based on prop changes
This commit removes a hack that forced dygraph to respond
to a custom resize event created on document.  Now, Dygraph resizes
in response to prop changes.
2017-09-28 19:24:26 -07:00
Chris Goller 92238d3ec1 Add check for enterprise build type header 2017-09-28 18:37:52 -05:00
Andrew Watkins 96f5d92a33 WIP 2017-09-28 15:28:08 -07:00
Alex P d2a82f7142 Use more descriptive name for state in parent component 2017-09-28 14:55:24 -07:00
Alex P 23c9b98c55 Use state to manage legend arrow position
Passing this into the legend component similar to isHidden
2017-09-28 14:53:32 -07:00
Andrew Watkins a74c561716 Turn generateVisualization func into separate component 2017-09-28 14:18:48 -07:00
Andrew Watkins 5f5e4dd3b5 Make generateWidgetCell a component 2017-09-28 13:44:35 -07:00
Andrew Watkins 3e2fd7ba76 Replace Object.assign with spread 2017-09-28 13:26:25 -07:00
Andrew Watkins 34f51b0975 Export canned dashboard query building functionailty to utils 2017-09-28 13:24:47 -07:00
Andrew Watkins 5d0cc8bddc Use fat arrow properties 2017-09-28 13:06:34 -07:00
Alex P ed6d5d2c32 Position legend on left or right side of crosshair when unable to position above or below graph 2017-09-27 18:44:41 -07:00
Andrew Watkins 766926dfaf Guard against no field in buildDefaultYLabel 2017-09-27 16:10:30 -07:00
Andrew Watkins c95aeaba7d Merge pull request #1721 from influxdata/feature/tickscript-editor
TICKscript Editor
2017-09-27 15:55:41 -07:00
Chris Goller fb1991e780 Update circle to add latest tag to point releases rather than master 2017-09-27 16:24:23 -05:00
Alex Paxton be58d019c5 Merge pull request #2040 from influxdata/fix-legend-positioning
Fix Legend Positioning
2017-09-27 13:41:30 -07:00
Alex P f88cf2ee38 Remove small gap between cell and legend that can cause legend to disappear 2017-09-27 11:10:22 -07:00
Alex P 9dc5346b9c Updoot the log of changes 2017-09-27 11:02:11 -07:00
Alex P f684167d97 Add arrows to legend indicating which cell it is pointing to 2017-09-27 10:54:21 -07:00
Alex P dbd19a37ed Position legend above the graph when it would otherwise go off the screen 2017-09-27 10:54:05 -07:00
Hunter Trujillo 9208e76e2c Merge pull request #2002 from influxdata/ux-improvements
UX Improvements
2017-09-26 14:58:57 -06:00
Alex P 1cc87fd42e Remove console log 2017-09-26 10:43:38 -07:00
Alex P e296fa4656 Use enter and escape to stage changes to the cell name
Sort of confusing if you look at the implementation, but produces the
desired user experience. There’s a two-step saving process with cell
names now. The user has to change the cell name and hit Enter (or
manually blur) and the name is committed to CEO workingCellName state.
If they hit Escape it reverts to its name when the cell was initially
edited.
2017-09-26 10:37:49 -07:00
Andrew Watkins abbcd6ccdc Remove react-addons-update 2017-09-22 15:14:28 -07:00
Andrew Watkins 4abe50e042 Merge branch 'feature/tickscript-editor' of github.com:influxdata/chronograf into feature/tickscript-editor 2017-09-22 15:07:29 -07:00
Andrew Watkins f5209a8842 Fix multiselect in Admin page 2017-09-22 15:07:12 -07:00
Chris Goller b7cc4ea2d0 Merge pull request #2015 from ar7z1/2014-permanent-critical-for-windows-hosts
Chronograf shows real status for windows hosts when metrics are saved in non-default db
2017-09-22 08:25:09 -05:00