Commit Graph

20 Commits

Author SHA1 Message Date
b05e354459 kat/refactor-use-graph-data (#121)
Reviewed-on: railbird/railbird-mobile#121
Reviewed-by: Ivan Malison <ivanmalison@gmail.com>
2024-02-18 23:14:07 -07:00
Loewy
2f33b7fd86 bargraph now can be called from chart container, add chartType to chartcomponents, conditional xaxis props, remove bar graph test and test from chart-container 2024-02-15 11:44:15 -08:00
Loewy
4e7046bd28 update test to be for the container rather than component 2024-02-13 15:00:35 -08:00
Loewy
af28d5c65b mvoe mock, fix imports 2024-02-06 15:08:19 -08:00
Loewy
b5ca868050 move folders etc, need to solve app import issue 2024-02-06 14:24:49 -08:00
bfd96d9ccc Automatically organize imports 2024-02-03 20:30:00 -07:00
2276605e6d Actually respect prettier configuration 2024-02-03 20:23:54 -07:00
Loewy
b80b05fbd8 add line graph, associated changes to utils/config/styles & test 2024-01-18 16:21:01 -08:00
ec6d36b44c ChartLabel -- graph helper component to render title + labels for a chart/graph (#30)
-- question: helper functions can be used directly in chartLabel OR I could have them be part of useGraphData hook since this component will be called on a graph.

image: shows the Chart Label up top with capital cased keys/labels and color boxes

FIXES #29

Co-authored-by: Loewy <loewy@chainstarters.com>
Reviewed-on: billnerds/rn-playground#30
Reviewed-by: Kat Huang <kkathuang@gmail.com>
Co-authored-by: loewy <loewymalkov@gmail.com>
Co-committed-by: loewy <loewymalkov@gmail.com>
2024-01-17 14:29:28 -07:00
Loewy
7383c85b58 merge chart-view from master, implement in component 2024-01-15 17:52:10 -08:00
Loewy
aed0faebf0 add bar graph, make changes to customgrid and custombars to match new structure 2024-01-15 17:40:24 -08:00
Loewy
f14ba0e97f chart-view, styles and tests 2024-01-15 13:02:51 -08:00
Loewy
7faa25e103 update types/naming to reflect intended usage for useGraphData hook 2024-01-15 11:50:20 -08:00
Loewy
12c3a6ef6f add func logic for bar graph 2024-01-15 11:50:20 -08:00
Loewy
8d40008e5d add path 2024-01-11 23:01:05 -08:00
Loewy
dee04269bd update tests, change naming 2024-01-10 18:12:58 -08:00
Loewy
6c7ceb3eb3 add tests for helper functions on bar 2024-01-10 18:12:58 -08:00
Loewy
4dda9eb24c add custom-grid and associated files + test - test needs plugin config to work with d3-path and jest 2024-01-10 18:12:58 -08:00
5b1b1cdaaa WIP 2024-01-10 16:23:18 -07:00
78d40f1abc Create with query wrapper 2024-01-08 17:21:47 -07:00