Commit Graph

16 Commits

Author SHA1 Message Date
Ebrahem Farooqui
c454775fcb Feature/add coloring algorithm (#169)
* Fixed bug: when all child filters unselected, turn off parent as well

* Refactored placement of onSelectFilter to be in Layout; working logic for updating coloring sets

* Linting fixes and removal of console logs

* Added separate component for colored markers which clusters and events will use; working calculation of color percentages based off of coloringset

* Working colors for clusters; need to implement for individual points as well

* Adding two new features to select whether to color by association or by category (can't do both)

* Working colors for filter list panel; text and checkbox change according to colorset groupings

* Working timeline events with coloring algorithm

* Handle select acts different on map when we don't render all points and only filter through clusters; can fix this by not filtering before passing in locations to events in map

* Removed extraneous prop

* Working point count on hover again; numbers were showing up below the colored markers

* Linting fixes and minor refactor of calculateColorPercentage for linting to ass

* Comments and more linting fixes

* add dev command for windows subsystem for linux

* return default styles for category toggles

* dynamically filter out timelines

* calibrate styling

* further calibrations

* correct contrast

* lint

Co-authored-by: efarooqui <efarooqui@pandora.com>
Co-authored-by: Lachlan Kermode <lachiekermode@gmail.com>
2020-10-27 13:33:32 +01:00
Lachlan Kermode
ddbee03f50 Feature/ux fixes (#167)
* fix card toggle

* fix bug and bar marker

* reinstate timeline arrows

* adjust (hard to interpret) category y calculation

* shadows for markers as well

* return markers when there are no categories

* remove year in timeline

* make notifications optional

* WIP: render hovered counts

* show number on hover

* lint

* revert to filteredLocations

* linting

* return mapClustersToLocations

* 💄

* lint

Co-authored-by: efarooqui <efarooqui@pandora.com>
2020-10-22 20:09:13 +03:00
Lachlan Kermode
0c09131a0d move those dates to the top 2020-06-26 17:10:48 +02:00
Lachlan Kermode
00a8080eba lint 2020-06-18 10:30:25 +02:00
Lachlan Kermode
dd679f8943 small fixes 2020-06-18 10:30:25 +02:00
Lachlan Kermode
3641756539 WIP: overridden colours and shapes 2020-06-18 10:30:25 +02:00
Lachlan Kermode
7973d5c1f3 lint 2020-06-18 10:30:25 +02:00
Lachlan Kermode
eac3eeaf93 WIP: lots of messy code for better timelines 2020-06-18 10:30:25 +02:00
Lachlan Kermode
421af5e60c improve project graph 2020-06-18 10:30:25 +02:00
Lachlan Kermode
b9efee8cca WIP: better timeline styles 2020-06-18 10:30:25 +02:00
Lachlan Kermode
b977a9a44f fmts dates in timeline better for larger timeframes 2020-06-18 10:30:25 +02:00
delucis
b0e2e6dd45 Make d3 an npm-managed dependency
Closes #91
2020-06-18 10:30:25 +02:00
Lachlan Kermode
fb4d0c2d86 lint jsx files 2019-01-23 11:35:34 +00:00
Lachlan Kermode
b7618543f7 compose store with custom values in config.js 2019-01-17 11:52:17 -05:00
Franc Camps-Febrer
98494e683d Readjust event handlers 2019-01-04 16:02:23 +01:00
Franc Camps-Febrer
f45f4c4fdd Reactify scale of time 2019-01-04 16:01:49 +01:00