Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line Chart Component #39

Open
3 tasks done
DiegolMarques opened this issue Oct 24, 2024 · 0 comments
Open
3 tasks done

Line Chart Component #39

DiegolMarques opened this issue Oct 24, 2024 · 0 comments
Assignees

Comments

@DiegolMarques
Copy link
Collaborator

DiegolMarques commented Oct 24, 2024

Branch name: line-chart-component

Task at Hand

  1. Create reusable line chart component using Shadcn UI (https://ui.shadcn.com/charts)
  2. Implement a modular line chart in the components molecules folder that matches up to the dashboard page requirments
  3. Add necessary props for customization

Notes:

  • This will require you to install Shadcn UI, be careful about how you do this.
  • Its okay to deviate from the figma because ShadCn looks better anyways.

Action Items

  • Create LineChart component in molecules folder
  • Implement Shadcn UI beautiful charts integration
  • Add proper typing for component props

Reference

image
AshlieZ pushed a commit that referenced this issue Oct 24, 2024
Bumps the all-dependencies group in /backend with 2 updates: [@types/express-serve-static-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-serve-static-core) and [electron-to-chromium](https://github.com/kilian/electron-to-chromium).


Updates `@types/express-serve-static-core` from 4.19.2 to 4.19.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-serve-static-core)

Updates `electron-to-chromium` from 1.4.786 to 1.4.787
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kilian/electron-to-chromium/commits)

---
updated-dependencies:
- dependency-name: "@types/express-serve-static-core"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: electron-to-chromium
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
DiegolMarques pushed a commit that referenced this issue Oct 29, 2024
Bumps the all-dependencies group in /backend with 2 updates: [@types/express-serve-static-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-serve-static-core) and [electron-to-chromium](https://github.com/kilian/electron-to-chromium).


Updates `@types/express-serve-static-core` from 4.19.2 to 4.19.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-serve-static-core)

Updates `electron-to-chromium` from 1.4.786 to 1.4.787
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kilian/electron-to-chromium/commits)

---
updated-dependencies:
- dependency-name: "@types/express-serve-static-core"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: electron-to-chromium
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants