Iris Scholten
|
0d0cf95323
|
refactor cellRenderer and render in TableGraph
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
|
2018-03-21 17:49:52 -07:00 |
Iris Scholten
|
5394c98b99
|
fix error when adding query after choosing cell
|
2018-03-21 16:57:55 -07:00 |
Iris Scholten
|
f788517430
|
fix react-virtualized error when flipping axes with one visible field and fixFirstColumn true
|
2018-03-21 16:42:00 -07:00 |
Iris Scholten
|
1337098713
|
remove QueryConfig interface from tableOptions
|
2018-03-21 16:15:21 -07:00 |
Iris Scholten
|
b6c1af78dd
|
add tableOptions shape in proptypes to TableGraph
|
2018-03-21 16:09:15 -07:00 |
Iris Scholten
|
ea9d674dfb
|
remove text wrapping
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
|
2018-03-21 15:54:19 -07:00 |
Iris Scholten
|
8a7675164f
|
prevent rerendering of tableOptions unless appropriate props change
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
|
2018-03-21 15:38:02 -07:00 |
Iris Scholten
|
354c410c46
|
fix tooltip custom time format bug
|
2018-03-21 14:54:09 -07:00 |
Iris Scholten
|
df56ee7312
|
fix checking for empty data in tableGraph
Co-authored-by: Deniz Kusefoglu <denix@influxdata.com>
|
2018-03-21 14:50:38 -07:00 |
Iris Scholten
|
717c707929
|
remove console log
|
2018-03-21 14:26:58 -07:00 |
Iris Scholten
|
88ab26a385
|
fix hovertime issue in tableGraphs
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
|
2018-03-21 14:25:48 -07:00 |
Iris Scholten
|
2716a59a62
|
update processData functionality in tableGraph
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
|
2018-03-21 12:49:02 -07:00 |
Iris Scholten
|
e7f34abc0a
|
fix hiding columns when vertically flipped
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
|
2018-03-21 11:24:06 -07:00 |
Iris Scholten
|
4e46c2d36e
|
Merge branch 'master' into feature/table-hide-series
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
|
2018-03-21 10:55:14 -07:00 |
Iris Scholten
|
63108fe12f
|
WIP add partial functionality for hiding columns/rows
|
2018-03-21 10:44:23 -07:00 |
Alex Paxton
|
bc581a3469
|
Merge pull request #3024 from influxdata/style/table-polish
Polish Table Styles
|
2018-03-21 10:41:42 -07:00 |
Alex P
|
8e66fab811
|
Remove alt attribute from each cell
|
2018-03-21 10:27:19 -07:00 |
ebb-tide
|
feb06c2b74
|
Pull isEmpty from lodash
|
2018-03-20 21:57:15 -07:00 |
ebb-tide
|
e57245e6f3
|
Make sorting sane
|
2018-03-20 21:42:52 -07:00 |
Alex P
|
4e5bf795a5
|
Merge branch 'master' into style/table-polish
|
2018-03-20 20:10:34 -07:00 |
ebb-tide
|
5519aa2937
|
set null row and column to null array index
|
2018-03-20 20:03:12 -07:00 |
Alex P
|
6e13f921c0
|
Fix errors
|
2018-03-20 19:31:35 -07:00 |
Alex P
|
e267ec7fe3
|
Fix rendering of thresholds list when header is false
|
2018-03-20 19:23:59 -07:00 |
Alex P
|
22a1b98bb7
|
Polish table highlighting styles
|
2018-03-20 19:14:47 -07:00 |
Alex P
|
23108bd7ad
|
Make time format dropdown consistent with other graph options
|
2018-03-20 19:07:03 -07:00 |
Iris Scholten
|
2a738df64e
|
fix time formattin bug
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
|
2018-03-20 18:54:35 -07:00 |
Alex P
|
4599d21364
|
Display complete cell contents on hover
Doing this old school way with title & alt attributes
|
2018-03-20 18:41:51 -07:00 |
Alex P
|
8e72bfd2ad
|
Truncate overflow with ellipsis
|
2018-03-20 18:39:21 -07:00 |
Alex P
|
d8e07cf5b6
|
Set more reasonable min and max widths for column sizer
|
2018-03-20 18:39:03 -07:00 |
Iris Scholten
|
eca5394edc
|
merge master and fix minor bugs
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
|
2018-03-20 18:30:08 -07:00 |
Alex P
|
66c8480b3e
|
Implement columnSizer
This HOC sizes the columns to fit available space
|
2018-03-20 18:24:01 -07:00 |
Alex P
|
1dbb226475
|
Polish scrollbars in table graph
Scrollbars only appear the non-fixed grid (bottom right) to prevent
clutter
|
2018-03-20 18:13:21 -07:00 |
Iris Scholten
|
c687984545
|
rebase branch to master
|
2018-03-20 17:30:00 -07:00 |
Iris Scholten
|
d4a8cd581b
|
WIP get labels from tableGraph instead of building them in tableOptions
|
2018-03-20 17:24:34 -07:00 |
Iris Scholten
|
beff578eb2
|
update tableoptions.test with visible
|
2018-03-20 17:24:34 -07:00 |
Iris Scholten
|
1fb19c5d9f
|
rebase to master and fix bugs
|
2018-03-20 17:24:34 -07:00 |
Iris Scholten
|
5348cfae92
|
add scrolling to customizeFields when there are a lot of them in CEO options
|
2018-03-20 17:24:34 -07:00 |
Iris Scholten
|
bcc87a682a
|
add renamed files from columnNames to fieldName changes
|
2018-03-20 17:24:34 -07:00 |
Iris Scholten
|
e049b53cd9
|
update columnNames to fieldNames and columns to fields in front end for tablegraphs
|
2018-03-20 17:24:34 -07:00 |
Deniz Kusefoglu
|
9759ac2db7
|
Merge pull request #3022 from influxdata/feature/table-graph-sort-from-graph
Feature/table graph sort from graph
|
2018-03-20 17:17:01 -07:00 |
Iris Scholten
|
2b8b3f4b76
|
WIP change backend TableColumn to RenamableField and ColumnNames in TableOptions to FieldNames
|
2018-03-20 17:15:33 -07:00 |
Iris Scholten
|
2614da86e5
|
update GraphOptionsCustomizableColumn.test with visible prop and toggling it
|
2018-03-20 17:08:56 -07:00 |
Iris Scholten
|
31c42c19b7
|
add filtering out invisible rows for horizontal time axis
|
2018-03-20 17:08:56 -07:00 |
Iris Scholten
|
e7f89b6322
|
connect tableOptions field visibility toggle to tableGraph
|
2018-03-20 17:08:56 -07:00 |
Iris Scholten
|
9d550a7997
|
introduce visible as prop to CustomizableColumns and remove duplicate constants
|
2018-03-20 17:03:24 -07:00 |
Iris Scholten
|
1910529eeb
|
add visible to TableColumn in backend and fix tests accordingly
|
2018-03-20 17:03:24 -07:00 |
ebb-tide
|
24db1a39df
|
Merge branch 'master' into feature/table-graph-sort-from-graph
|
2018-03-20 17:03:23 -07:00 |
Alex Paxton
|
647b40380b
|
Merge pull request #3023 from influxdata/style-fix-first-column
Style Fix First Column Table Option
|
2018-03-20 16:56:31 -07:00 |
ebb-tide
|
85b804476a
|
Switch default sorting direction
|
2018-03-20 16:44:39 -07:00 |
ebb-tide
|
2ab89dfe71
|
refer to ascending/descending instead of defaults
|
2018-03-20 16:29:56 -07:00 |