Commit Graph
135 Commits
Author SHA1 Message Date
Colin Megill ff7183d938 color by categorical 2017-12-23 15:24:16 -08:00
Colin Megill bc07ebd23d make a toggle in future 2017-12-23 11:12:50 -08:00
Colin Megill 769aa145ac if any graph selection, deselect nodes without positions 2017-12-23 11:10:19 -08:00
Colin Megill 5a3d3c4a3c default black 2017-12-23 11:09:22 -08:00
Colin Megill eb1caa9c68 move logic out of reducer into middleware 2017-12-22 19:30:32 -08:00
Colin Megill 78dbe1913a add cell color middleware 2017-12-22 19:30:07 -08:00
Colin Megill 862a1b129b draw graph from color attr 2017-12-22 19:29:09 -08:00
Colin Megill f497440af2 slice current selection rather than all cells to preserve color 2017-12-22 19:29:00 -08:00
Colin Megill 377b8c55b7 draw lines and graph with new __color__ attr 2017-12-22 19:28:36 -08:00
Colin Megill 769cbea140 don't show unselected lines for now in parallel (toggle in the future) 2017-12-20 18:03:04 -08:00
Colin Megill 68d99b71dc colors 2017-12-12 21:37:19 -08:00
Colin Megill f89973aaa9 categorical wider 2017-12-12 20:33:35 -08:00
Colin Megill 191615b62b send continous through middleware & comments 2017-12-12 20:33:23 -08:00
Colin Megill fd93349515 switch to staging api 2017-12-07 14:38:48 -08:00
Colin Megill 7b3313e108 consume custom middleware in reducer, set initial allCells & selected 2017-12-07 14:38:42 -08:00
Colin Megill 3df194fdd2 add custom middleware to index 2017-12-07 14:38:21 -08:00
Colin Megill 4608fb035c custom middleware to update cell selection 2017-12-07 14:37:55 -08:00
Colin Megill c2ca9eb544 remove comment 2017-12-07 14:33:50 -08:00
Colin Megill fa9d0ad528 red lines on canvas for testing 2017-12-07 14:33:40 -08:00
Colin Megill 9a3d349f99 move graph scales, still hardcoded, into globals 2017-12-07 14:33:25 -08:00
Colin Megill 3799fda639 move filtering and ctx reset out of axes 2017-12-07 14:32:41 -08:00
Colin Megill 98caa373f5 only show continuous color options above graph for now 2017-11-27 03:14:39 -08:00
Colin Megill 1b72e8dab3 graph now renders from global cell selection, significant perf boost 2017-11-27 03:14:10 -08:00
Colin Megill bfa03e77b4 parallel now rendering from centralized cell selection! 2017-11-27 02:43:20 -08:00
Colin Megill 354a3857cc remove excess methods and process around metadata type coercion 2017-11-27 02:41:50 -08:00
Colin Megill 3fd7fdf5c4 return entire selection from continuous rather than just cell name 2017-11-26 23:26:39 -08:00
Colin Megill 857c44512c add expression reducer 2017-11-26 23:25:07 -08:00
Colin Megill 1e431c6a0a expression reducer and stubbed out component 2017-11-26 23:19:49 -08:00
Colin Megill 4a412bb05c debounce function in continuous 2017-11-26 23:19:12 -08:00
Colin Megill 2af16dc4c6 async render queue again, move debounce up to component 2017-11-26 23:18:30 -08:00
Colin Megill f81aec9da4 fire expression call on app load 2017-11-26 23:17:57 -08:00
Colin Megill 7dd3c3db02 expression count get and post action creators 2017-11-26 23:17:32 -08:00
Colin Megill 9b045b1187 make parallel fixed width at 1200 for now 2017-11-26 23:17:14 -08:00
Colin Megill 546c7020cf break out experimental webgl heatmap 2017-11-26 23:16:02 -08:00
Colin Megill abf14cf159 colorscales working in continuous metadata 2017-11-23 01:55:59 -08:00
Colin Megill 42bef3d6cd move colorScale and colorAccessor to redux to make it global 2017-11-17 14:59:28 -08:00
Colin Megill e18f57e6f2 move clear context out of conditional in cont 2017-11-17 14:57:22 -08:00
Colin Megill 670b2b22c3 do shuffle 2017-11-16 21:25:48 -08:00
Colin Megill eaf24d1498 concise conditionals 2017-11-16 21:01:08 -08:00
Colin Megill b2205c1184 deselect in component 2017-11-16 21:00:46 -08:00
Colin Megill 976fc68b9d deselect in reducer 2017-11-16 21:00:36 -08:00
Colin Megill a137957c47 move render queue out of continuous 2017-11-16 20:05:52 -08:00
Colin Megill cdd94b3602 render queue instantiation in own function 2017-11-16 20:05:30 -08:00
Colin Megill 382cc45035 graph brush selection 2017-11-16 20:04:58 -08:00
Colin Megill de42ec3da3 ensure continuous present to prevent indexOf null error 2017-11-15 13:52:54 -08:00
Colin Megill 7d02228bee subsetting graph with continuous 2017-11-08 16:35:50 -08:00
Colin Megill 4c1c812c0e remove experimental shimmer 2017-11-08 16:35:30 -08:00
Colin Megill af656649e1 add continuous selection to reducer 2017-11-08 16:35:16 -08:00
Colin Megill 186deb07ba remove previous orchestrator file function 2017-11-07 16:30:17 -08:00
Colin Megill 67c9c68ba7 move main draw function into top level component 2017-11-07 16:30:07 -08:00