Go to file
loewy 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
.gitea/workflows Add a unit test 2024-01-06 19:07:16 -07:00
android Creating new repo 2023-12-28 17:18:54 -07:00
assets Initial commit 2023-12-28 16:44:12 -07:00
component ChartLabel -- graph helper component to render title + labels for a chart/graph (#30) 2024-01-17 14:29:28 -07:00
graphql Support new feature tables 2024-01-14 17:39:25 -07:00
mock/charts add bar graph, make changes to customgrid and custombars to match new structure 2024-01-15 17:40:24 -08:00
test ChartLabel -- graph helper component to render title + labels for a chart/graph (#30) 2024-01-17 14:29:28 -07:00
.dir-locals.el Add prettier 2024-01-06 19:25:17 -07:00
.env remove custom grid 2024-01-09 15:42:38 -08:00
.env.development Fix uri path 2024-01-06 23:36:24 -07:00
.env.production Fix uri path 2024-01-06 23:36:24 -07:00
.envrc Creating new repo 2023-12-28 17:18:54 -07:00
.eslintrc.js Make eslint compatible with prettier 2024-01-06 19:32:00 -07:00
.gitignore add custom-grid and mock code, add direnv to gitignore 2024-01-09 15:25:36 -08:00
app.json Initial commit 2023-12-28 16:44:12 -07:00
App.tsx Support new feature tables 2024-01-14 17:39:25 -07:00
babel.config.js Use environment variables for uri 2024-01-05 19:50:07 -07:00
env.d.tsx Get dotenv working with typescript 2024-01-06 23:58:36 -07:00
flake.lock Creating new repo 2023-12-28 17:18:54 -07:00
flake.nix Add prettier 2024-01-06 19:25:17 -07:00
package.json add bar graph, make changes to customgrid and custombars to match new structure 2024-01-15 17:40:24 -08:00
styles.ts merge chart-view from master, implement in component 2024-01-15 17:52:10 -08:00
tsconfig.json Fix lint errors 2024-01-05 19:19:45 -07:00
yarn.lock add bar graph, make changes to customgrid and custombars to match new structure 2024-01-15 17:40:24 -08:00