Commit Graph

312 Commits

Author SHA1 Message Date
Colin Megill
67e65e7535 Merge pull request #71 from chanzuckerberg/bkmartinjr-staterefactor
introduce new selection state machinery
2018-05-29 15:04:21 -04:00
bkmartinjr
20756764f9 add comments 2018-05-29 11:58:57 -07:00
bkmartinjr
2f23e8675f fix typo generating exception 2018-05-29 10:01:33 -07:00
bkmartinjr
089d04ea9f move schema sniffer to util 2018-05-28 16:52:32 -07:00
bkmartinjr
cfd13cad41 refactor regraph functionality to use crossfilter; add reset graph 2018-05-27 11:49:50 -07:00
bkmartinjr
2c79e98809 reorganize TypedCrossfilter code 2018-05-27 08:02:47 -07:00
bkmartinjr
7874e6a68b better caching of graph regl data 2018-05-25 17:27:50 -07:00
bkmartinjr
007e1d3a66 remove detritus 2018-05-23 21:01:28 -07:00
bkmartinjr
cc661f31e1 first cut at high performance crossfilter 2018-05-23 20:59:13 -07:00
Colin Megill
f5f9700f55 Merge pull request #57 from chanzuckerberg/responsiveBrush
reset brush on window resize
v0.2.0
2018-05-14 23:01:46 -07:00
Colin Megill
2b2bdba8ea reset brush on window resize 2018-05-14 23:01:22 -07:00
Colin Megill
82a5bae2ff Merge pull request #55 from chanzuckerberg/bkmartinjr-perf3
performance - improve caching in histogram and graph
2018-05-14 17:47:41 -07:00
bkmartinjr
87958af6db merge with Colin responsive edits 2018-05-14 16:18:18 -07:00
bkmartinjr
1e88764132 move initializer to constructor 2018-05-14 16:04:31 -07:00
Colin Megill
e739179c1d Merge pull request #56 from chanzuckerberg/responsive
adds basic responsive capability for graph and metadata
2018-05-14 16:01:53 -07:00
bkmartinjr
fe655135e4 fix incorrect inequality check in caching code 2018-05-14 15:57:39 -07:00
Colin Megill
de6d82af13 adds basic responsive capability for graph and metadata 2018-05-14 15:48:06 -07:00
bkmartinjr
156fb5c100 performance - improve caching in histogram and graph 2018-05-14 11:56:44 -07:00
Colin Megill
988751e705 Merge pull request #52 from chanzuckerberg/bkmartinjr-cleanup
small cleanup requests from recent PR
2018-05-14 11:40:30 -07:00
bkmartinjr
7d79bc9e48 small cleanup requests from recent PR 2018-05-10 16:44:46 -07:00
Colin Megill
372781a533 expression layout and buttons vs tabs 2018-05-10 02:27:35 -07:00
Colin Megill
8e110077cc Merge pull request #46 from chanzuckerberg/freeman-lab-brushing-fix
fix scale inversion for brushing
2018-05-10 02:26:38 -07:00
freeman-lab
8dbfd143a8 fix scale inversion for brushing 2018-05-10 02:03:58 -07:00
Colin Megill
91672eb0dc Merge pull request #45 from chanzuckerberg/regl-playground
conversion to regl, new layout, performance
2018-05-10 01:23:21 -07:00
Colin Megill
7138a4ad82 Merge branch 'master' into regl-playground 2018-05-10 01:23:06 -07:00
Colin Megill
136a345e21 smaller graph, mouse events on fixed 2018-05-10 01:21:35 -07:00
Colin Megill
a803601793 first pass four corners layout 2018-05-10 00:46:30 -07:00
Colin Megill
b097c32fee kill errors pending view matrix fix 2018-05-10 00:00:01 -07:00
Colin Megill
3307c508d5 add roboto 2018-05-09 23:42:52 -07:00
Colin Megill
d173390731 Merge remote-tracking branch 'origin/regl-playground' into regl-playground 2018-05-09 23:42:35 -07:00
Colin Megill
c4f56cc351 Merge pull request #42 from chanzuckerberg/bkmartinjr-perf2
performance - graph, scatterplot and brush select
2018-05-09 23:42:26 -07:00
Colin Megill
a5a4791905 Merge remote-tracking branch 'origin/regl-playground' into regl-playground 2018-05-09 23:00:11 -07:00
bkmartinjr
06a5eedd0e performance - remove scaling from inner render loop 2018-05-09 21:10:59 -07:00
bkmartinjr
93920d9a72 performance - graph, scatterplot and brush select 2018-05-09 08:13:37 -07:00
Colin Megill
026cb89617 Merge pull request #21 from chanzuckerberg/bkmartinjr-deadcode
remove canvas rendering dead code
2018-05-08 10:38:45 -07:00
Colin Megill
90f9e11836 Merge pull request #20 from chanzuckerberg/bkmartinjr-perf2
Perf - cache parsed color descriptions
2018-05-08 10:38:23 -07:00
bkmartinjr
783b7a46f1 use Object rather than Map to store color cache 2018-05-08 10:31:42 -07:00
bkmartinjr
bb61d116d5 Remove dead code canvas rendering code 2018-05-07 16:26:24 -07:00
bkmartinjr
c9ff8b35c2 Perf - cache parsed color descriptions 2018-05-07 15:13:50 -07:00
Colin Megill
4ed2c89494 prettier vlaue 2018-05-07 11:21:16 -07:00
Colin Megill
364193f79e beginning fix for camera perspective 2018-05-07 11:13:19 -07:00
Colin Megill
1b4e717efc remove whitespace from heatmap 2018-05-07 11:12:56 -07:00
Colin Megill
eb577198a0 Merge pull request #17 from chanzuckerberg/bkmartinjr-prettier
Prettier
2018-05-07 11:06:51 -07:00
bkmartinjr
90c7daf571 Prettier 2018-05-05 13:15:10 -07:00
Colin Megill
d91d42f2c4 Merge pull request #13 from bkmartinjr/regl-playground
performance - speed up categorical metadata deselection
2018-05-02 17:24:57 -07:00
bkmartinjr
71c2a3ab43 do not use lodash get() 2018-05-02 17:20:43 -07:00
bkmartinjr
1bca48cde3 dont use lodash get() 2018-05-02 16:52:08 -07:00
bkmartinjr
b3ee24d7c7 Merge branch 'regl-playground' of https://github.com/chanzuckerberg/cellxgene into regl-playground 2018-05-02 16:36:22 -07:00
Colin Megill
7dc61d3370 prettier 2018-05-01 23:08:25 -07:00
bkmartinjr
56e66088bf performance - speed up categorical metadata deselection 2018-05-01 14:54:55 -07:00