Alex P
5157b0c88f
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
eefdd95559
Import lodash
2017-09-29 14:30:20 -07:00
Andrew Watkins
aff1cd1dbc
Move PropTypes to just above proptype declarations
2017-09-29 14:28:12 -07:00
Andrew Watkins
ef0514bf0e
Convert SingleStat to class component
2017-09-29 14:27:21 -07:00
Alex Paxton
a1514ded11
Merge branch 'master' into plus-buttons
2017-09-29 14:15:54 -07:00
Alex P
b29cef9a3f
Updoot
2017-09-29 14:14:48 -07:00
Alex P
b0495882c1
Add Plus Icon to all Add/Create buttons
2017-09-29 14:08:54 -07:00
Andrew Watkins
6ed194a9ca
Bring Christmas even earlier
2017-09-29 14:05:11 -07:00
Andrew Watkins
5d6d22ef71
Consolidate series highlighting
2017-09-29 14:04:17 -07:00
Andrew Watkins
bae5351b34
Christmas came early
2017-09-29 14:02:20 -07:00
Andrew Watkins
8be0262c3c
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
647064bfd1
Make GraphSpinner its own component
2017-09-29 13:40:32 -07:00
Andrew Watkins
47c86bb22c
Pull constants into graph helpers dir
2017-09-29 13:40:13 -07:00
Andrew Watkins
f56ad437ab
Christmas tree props
2017-09-29 13:32:43 -07:00
Andrew Watkins
ec7b0b2d3e
Convert LineGraph to class component
2017-09-29 13:31:10 -07:00
Andrew Watkins
74c10c10c3
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
002c4b6a8d
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
475a7ba369
Add react-component-resizable package
2017-09-29 12:15:10 -07:00
Chris Goller
9863eeb7b9
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
23fbff6bb1
Update CHANGELOG
2017-09-29 11:41:14 -07:00
Andrew Watkins
73d4854c15
Add custom findClosestPoint method
2017-09-29 11:13:27 -07:00
Chris Goller
cc4786f860
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
d8b808094c
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
b99ba2d3c2
Add check for enterprise build type header
2017-09-28 18:37:52 -05:00
Andrew Watkins
a17aa1b734
WIP
2017-09-28 15:28:08 -07:00
Alex P
29b07be3be
Use more descriptive name for state in parent component
2017-09-28 14:55:24 -07:00
Alex P
9155af051c
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
9bcec4ea8e
Turn generateVisualization func into separate component
2017-09-28 14:18:48 -07:00
Andrew Watkins
91d18bed3c
Make generateWidgetCell a component
2017-09-28 13:44:35 -07:00
Andrew Watkins
1449716273
Replace Object.assign with spread
2017-09-28 13:26:25 -07:00
Andrew Watkins
1d5132693d
Export canned dashboard query building functionailty to utils
2017-09-28 13:24:47 -07:00
Andrew Watkins
21a0d3d3cb
Use fat arrow properties
2017-09-28 13:06:34 -07:00
Alex P
6e524a0da1
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
f545f9cddd
Guard against no field in buildDefaultYLabel
2017-09-27 16:10:30 -07:00
Andrew Watkins
56dcc31d82
Merge pull request #1721 from influxdata/feature/tickscript-editor
...
TICKscript Editor
2017-09-27 15:55:41 -07:00
Chris Goller
6b4f4c7746
Update circle to add latest tag to point releases rather than master
2017-09-27 16:24:23 -05:00
Alex Paxton
4c9d6365aa
Merge pull request #2040 from influxdata/fix-legend-positioning
...
Fix Legend Positioning
2017-09-27 13:41:30 -07:00
Alex P
518a11e25d
Remove small gap between cell and legend that can cause legend to disappear
2017-09-27 11:10:22 -07:00
Alex P
d4cb7d313d
Updoot the log of changes
2017-09-27 11:02:11 -07:00
Alex P
d946deb950
Add arrows to legend indicating which cell it is pointing to
2017-09-27 10:54:21 -07:00
Alex P
a0ad154ce0
Position legend above the graph when it would otherwise go off the screen
2017-09-27 10:54:05 -07:00
Hunter Trujillo
16a55d3053
Merge pull request #2002 from influxdata/ux-improvements
...
UX Improvements
2017-09-26 14:58:57 -06:00
Alex P
c86cc7824c
Remove console log
2017-09-26 10:43:38 -07:00
Alex P
7a02e16c56
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
e7016455ae
Remove react-addons-update
2017-09-22 15:14:28 -07:00
Andrew Watkins
845e7236ac
Merge branch 'feature/tickscript-editor' of github.com:influxdata/chronograf into feature/tickscript-editor
2017-09-22 15:07:29 -07:00
Andrew Watkins
cde242b09e
Fix multiselect in Admin page
2017-09-22 15:07:12 -07:00
Chris Goller
f0b91c0b1f
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
Chris Goller
004492bea2
Merge branch 'master' into 2014-permanent-critical-for-windows-hosts
2017-09-22 08:22:38 -05:00
Andrew Watkins
d66730b5c5
Merge pull request #2019 from influxdata/bugfix/dup-kapa-name-error-misfire
...
BUGFIX: Fix improper banner error for duplicate kapacitor name
2017-09-21 15:43:20 -07:00