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
Jared Scheib
86d083823c
Revert "WIP Pass values from GrooveKnob to parent"
...
This reverts commit c0cc730857
.
2017-08-02 09:38:15 -07:00
Andrew Watkins
e1ab849b63
Prettier
2017-08-02 08:45:09 -07:00
Tim Raymond
532a6a8c48
Merge branch 'master' into feature/1602-graph-bounds-setting
...
Also removed LegacyBounds marshaling since it was no longer necessary
Conflicts resolved:
bolt/internal/internal.go
bolt/internal/internal.pb.go
bolt/internal/internal.proto
bolt/internal/internal_test.go
chronograf.go
server/cells_test.go
server/dashboards_test.go
server/swagger.json
2017-08-02 11:29:29 -04:00
Tim Raymond
e545f91d8f
Add Label to DashboardCell Axis
...
It's useful for the frontend to be able to specify a label on a
particular axis. This adds a property to Axis to facilitate that.
2017-08-02 11:12:47 -04:00
Tim Raymond
803906e25a
Return nothing from previously set bounds
...
Previously, if bounds were not set, the default value that would be
returned was ["0", "0"], which is incorrect. This now returns [] when
there was nothing set for a particular axis.
2017-08-02 10:58:01 -04:00
Alex Paxton
c0cc730857
WIP Pass values from GrooveKnob to parent
...
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-08-01 20:43:45 -07:00
Alex Paxton
69dbd0e988
Wire up GrooveKnob to be fully functional
...
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-08-01 20:42:29 -07:00
Alex P
b7bb9cb339
Rename classes and element
2017-08-01 19:51:20 -07:00
Alex P
3897228e30
WIP "one or any" component
2017-08-01 19:46:11 -07:00
Jared Scheib
bcaa3f37cf
Merge pull request #1812 from influxdata/update/news_feed_errors-1628
...
Improve error message on JSON Feed GET fail
2017-08-01 16:30:06 -07:00
Jared Scheib
5df2a56ead
Merge branch 'master' into update/news_feed_errors-1628
2017-08-01 16:18:05 -07:00
Jared Scheib
a9789afe84
Fix link in changelog update for #1800
2017-08-01 16:17:11 -07:00
Andrew Watkins
ce02479704
Make linter happy
2017-08-01 16:16:24 -07:00
Jared Scheib
c0f4f78a6d
Update changelog
2017-08-01 16:16:04 -07:00
Jared Scheib
6f4c386e69
Improve error message on JSON Feed GET fail
2017-08-01 16:10:14 -07:00
Alex P
c177ee706c
Merge remote-tracking branch 'origin/feature/1602-graph-bounds-setting' into feature/1602-graph-bounds-setting
2017-08-01 14:41:02 -07:00
Alex P
eb6f437c43
Fine tune UI for axis controls
2017-08-01 14:38:12 -07:00
Andrew Watkins
b9754fd5d5
Update CHANGELOG
2017-08-01 14:12:40 -07:00
Andrew Watkins
2270604c68
Comment out undone features
2017-08-01 13:24:52 -07:00
Andrew Watkins
101e5da0e7
Merge branch 'feature/1602-graph-bounds-setting' of github.com:influxdata/chronograf into feature/1602-graph-bounds-setting
2017-08-01 13:14:47 -07:00
Andrew Watkins
b9bac12d88
Fix test and user submitted values check
2017-08-01 13:14:31 -07:00
Alex P
d83fb97a00
Add UI scaffolding for more axis controls
2017-08-01 11:31:56 -07:00
Andrew Watkins
cd9c341663
Tweak styles
2017-08-01 11:02:59 -07:00
Andrew Watkins
21edafce95
Shorten text
2017-08-01 09:42:37 -07:00
Andrew Watkins
d0e322ef55
Save y range for user
2017-08-01 09:10:08 -07:00