Andrew Watkins
68e7166049
Stop cell fields being clobbered
2017-10-02 12:50:42 -07:00
Andrew Watkins
ff12db36cc
Remove dummy data
2017-10-02 12:50:42 -07:00
Andrew Watkins
d7c03b4031
Update source on a query
2017-10-02 12:50:42 -07:00
Chris Goller
486a5bfb33
Update dashboard cells to have optional data source URI.
2017-10-02 12:50:42 -07:00
Andrew Watkins
27a63604cf
Use default source if cellSource isnt in sources list
2017-10-02 12:50:42 -07:00
Andrew Watkins
18538ccc54
WIP store seleted cellSource on state
2017-10-02 12:50:42 -07:00
Andrew Watkins
272089efe6
Tweak styles
2017-10-02 12:50:42 -07:00
Andrew Watkins
d7d73727b9
WIP Add some styles to SourceSelector
2017-10-02 12:50:42 -07:00
Andrew Watkins
8f8e7fa013
WIP Introduce SourceSelector component
2017-10-02 12:50:41 -07:00
Andrew Watkins
99be768f92
Merge pull request #2055 from influxdata/chore/refactor-line-graph
...
REFACTOR: LineGraph, SingleStat, and LineGraph+SingleStat
2017-10-02 12:50:19 -07:00
Alex Paxton
332769be57
Merge pull request #2046 from influxdata/fix-legend-positioning-moar
...
UI IMPROVEMENT: More complete fix of legend positioning
2017-09-29 16:48:22 -07:00
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