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

feat: Charts #1285

Draft
wants to merge 27 commits into
base: main
Choose a base branch
from
Draft

feat: Charts #1285

wants to merge 27 commits into from

Conversation

shyakadavis
Copy link
Sponsor Contributor

@shyakadavis shyakadavis commented Sep 25, 2024

Closes: #1175

Still some work to do:

  • Themes
  • Charts
  • Tooltips
  • A generic getPayloadConfigFromPayload function (current one is too limited)
  • Better targets when overriding variable names from LayerChart

Charts:

Area Charts

  • Area Chart - Default
  • Area Chart - Linear
  • Area Chart - Step
  • Area Chart - Stacked
  • Area Chart - Stacked Expanded
  • Area Chart - Legend
  • Area Chart - Icons
  • Area Chart - Gradient
  • Area Chart - Axes
  • Area Chart - Interactive

Bar Charts

  • Bar Chart - Default
  • Bar Chart - Horizontal
  • Bar Chart - Multiple
  • Bar Chart - Label
  • Bar Chart - Custom Label
  • Bar Chart - Mixed
  • Bar Chart - Stacked + Legend
  • Bar Chart - Active
  • Bar Chart - Negative
  • Bar Chart - Interactive

Line Charts

  • Line Chart - Default
  • Line Chart - Linear
  • Line Chart - Step
  • Line Chart - Multiple
  • Line Chart - Dots
  • Line Chart - Custom Dots
  • Line Chart - Dots Colors
  • Line Chart - Label
  • Line Chart - Custom Label
  • Line Chart - Interactive

Pie Charts

  • Pie Chart - Default
  • Pie Chart - Separator None
  • Pie Chart - Label
  • Pie Chart - Custom Label
  • Pie Chart - Label List
  • Pie Chart - Legend
  • Pie Chart - Donut
  • Pie Chart - Donut Active
  • Pie Chart - Donut with Text
  • Pie Chart - Stacked
  • Pie Chart - Interactive

Radar Charts

  • Radar Chart - Default
  • Radar Chart - Dots
  • Radar Chart - Multiple
  • Radar Chart - Lines Only
  • Radar Chart - Custom Label
  • Radar Chart - Radius Axis
  • Radar Chart - Grid Custom
  • Radar Chart - Grid Filled
  • Radar Chart - Grid None
  • Radar Chart - Grid Circle
  • Radar Chart - Grid Circle - No lines
  • Radar Chart - Grid Circle Filled
  • Radar Chart - Legend
  • Radar Chart - Icons

Radial Charts

  • Radial Chart - Default
  • Radial Chart - Label
  • Radial Chart - Grid
  • Radial Chart - Text
  • Radial Chart - Shape
  • Radial Chart - Stacked

Tooltips

  • Tooltip - Default
  • Tooltip - Line Indicator
  • Tooltip - No Indicator
  • Tooltip - Custom label
  • Tooltip - Label Formatter
  • Tooltip - No Label
  • Tooltip - Formatter
  • Tooltip - Icons
  • Tooltip - Advanced

Copy link

changeset-bot bot commented Sep 25, 2024

⚠️ No Changeset found

Latest commit: 40db5fb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@techniq
Copy link

techniq commented Sep 25, 2024

@shyakadavis Let's go! 😁

Copy link
Contributor

github-actions bot commented Sep 25, 2024

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
shadcn-svelte ✅ Ready (View Log) Visit Preview 40db5fb

@github-actions github-actions bot requested a deployment to Preview September 25, 2024 13:00 Abandoned
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.

Support for Charts
2 participants