Commit Graph

6 Commits

Author SHA1 Message Date
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
a0f8ec156b fix spacing 2024-01-15 17:55:19 -08: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
981b5cebca add code, bring over chart view and pr first 2024-01-15 12:33:08 -08:00