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
Chris Goller
a08c69528b
Merge branch 'master' into 2014-permanent-critical-for-windows-hosts
2017-09-22 08:22:38 -05:00
Andrew Watkins
fd595a30b6
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
Andrew Watkins
10ba55b3ed
Merge branch 'master' into bugfix/dup-kapa-name-error-misfire
2017-09-21 15:35:44 -07:00
Andrew Watkins
4ba0dd6f68
Merge pull request #2018 from influxdata/bugfix/unresponsive-display-options
...
BUGFIX: Unresponsive query builder, display options, and cell
2017-09-21 15:35:23 -07:00
Andrew Watkins
5d0355c7a8
Use lodash to get random element from array
2017-09-21 15:24:06 -07:00
Andrew Watkins
9e28673fed
Update CHANGELOG
2017-09-21 15:06:54 -07:00
Andrew Watkins
6ada0ec767
Remove binds from constructor
2017-09-21 15:04:31 -07:00
Andrew Watkins
8ca3d81685
Fix bug
2017-09-21 15:01:13 -07:00
Andrew Watkins
3ed50daa65
Update CHANGELOG
2017-09-21 14:43:56 -07:00
Andrew Watkins
30bc28954f
Return proper empty state for visualizations in the dashboard overlay
2017-09-21 14:30:18 -07:00
Artem Zinenko
4efa98c4c7
Fixed #2014
2017-09-21 09:56:59 +03:00
Alex P
c0329a823f
Updoot the log of changes
2017-09-20 19:25:40 -07:00
Alex P
31cbcdbd03
Cleanup
2017-09-20 19:15:16 -07:00
Alex P
7ad43b4103
Remove cell name from state in favor of prop
...
This component doesn’t need to use state for this any longer. Also
causes the dashboard cell to render the new name without having to
refresh
2017-09-20 19:14:05 -07:00
Alex P
77c6255889
Set cellWorkingName to input value in CEO
2017-09-20 17:54:31 -07:00
Alex P
ca5af59b97
Remove vestigial cell renaming code
2017-09-20 14:21:26 -07:00