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

Create chart component #32

Open
permafrost06 opened this issue Mar 26, 2023 · 3 comments · May be fixed by #43
Open

Create chart component #32

permafrost06 opened this issue Mar 26, 2023 · 3 comments · May be fixed by #43
Assignees
Labels
enhancement New feature or request

Comments

@permafrost06
Copy link
Owner

Create a component to show different types of charts: pie, line, bar etc.

I've heard good things about D3.js but open to alternatives.

*We may end up animating the charts - something to keep in mind.

Design inspiration:
image

@permafrost06 permafrost06 added the enhancement New feature or request label Mar 26, 2023
@protibimbok
Copy link
Collaborator

protibimbok commented May 18, 2023

image

I am working on the LineChart first. What options should there be?

@permafrost06
Copy link
Owner Author

For now, let's create a component like this:

<Chart type="line" :data="dataArr" />

We can add more props/options as we see fit.

@protibimbok
Copy link
Collaborator

Do you want me to add animation when data changes?

@protibimbok protibimbok linked a pull request May 22, 2023 that will close this issue
@permafrost06 permafrost06 removed this from the V3 - Transition to Diagman milestone Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants