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

Add chart component #43

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from
Draft

Add chart component #43

wants to merge 28 commits into from

Conversation

protibimbok
Copy link
Collaborator

No description provided.

@protibimbok protibimbok linked an issue May 22, 2023 that may be closed by this pull request
@permafrost06
Copy link
Owner

permafrost06 commented May 23, 2023

Stuff that needs to change:

  • The points in linechart should be connected by straight lines, instead of polynomial curves.
  • For the component demos, instead of generating random values when something changes, create inputs for every data point. Create a button for radom generation.
  • Add support for labels.

@permafrost06 permafrost06 marked this pull request as draft May 23, 2023 22:38
@permafrost06
Copy link
Owner

Looks good. Now, we'll need a good default style.

@protibimbok
Copy link
Collaborator Author

Design References:

chart ref-2
chart ref-1

@permafrost06
Copy link
Owner

Add a full-circle variant for the pie (arc) chart.
Add legends to both charts.
Add a stacked bar chart
image

Base automatically changed from v3-rewrite to master October 30, 2023 18:50
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

Successfully merging this pull request may close these issues.

Create chart component
2 participants