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

Simplified charts followup #246

Open
13 of 25 tasks
techniq opened this issue Sep 24, 2024 · 0 comments
Open
13 of 25 tasks

Simplified charts followup #246

techniq opened this issue Sep 24, 2024 · 0 comments

Comments

@techniq
Copy link
Owner

techniq commented Sep 24, 2024

  • Support seriesLayout="stackOffsetExpand", seriesLayout="stackOffsetDiverging", etc. See Stack Offsets
  • Improve/simplify handling of 0 rule for primary axis
    • Handle when 0 value is not within domain (outside chart bounds)
    • Update Rule to support radial (see <Axis rule>
    • Update/review all charts
  • Add legend prop and slot (with default implementation)
  • Improve providing custom marks for AreaChart (gradient), BarChart (tweened), etc
  • Area/Line/Scatter: Handle custom labels
  • PieChart
    • Fix series props
    • Handle custom labels
      • Maybe rename label to key and add new label prop
      • Single
      • Series
    • Support series.value accessor
    • Add example with 3 o'clock starting angle
  • Add Grid with support for radial line grid
  • Arc / path labels (Arc / Pie Labels #7)
  • Fix Legend swatches for scaleQuantile / etc
  • BarChart
    • Support color scales (threshold, etc)
    • Fix "Group series (series / long data)"
  • Support series={{ color: [..., ...] }} to easily add gradients (with support for Legend and Tooltip)
  • Support series={{ color: d => ... }} to support dynamic color based on value (negative red, etc)
  • Any other TODO: in shadcn-svelte Charts PR
@techniq techniq changed the title Simple charts followup Simplified charts followup Sep 28, 2024
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

1 participant