1.0.0-next.4 • Published 1 year ago

@svelte-spice/chart v1.0.0-next.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Charts for Svelte

The core idea behind the implementation is to use the respective strengths of both D3 and Svelte to build Themable, Composable, Animated, Responsive, Accessible, and Reactive Data Visualization components.

  • D3 makes working with SVG a breeze. It provides a large set of utility functions for graph visualization that includes the computation of scales, interpolation, shapes, and more.
  • Svelte makes UI development fun again. It provides modularization, interactivity, reactivity, and responsiveness.

This component library borrows concepts from the following articles, products, and repositories.

Getting Started

Get started quickly using degit.

degit jerrythomas/sparsh-ui/sites/playground my-app

Features

  • Fill patterns
  • Symbols
  • Colors
  • Themes

Plots

  • Box
  • Violin
  • Scatter
  • Line
  • Histogram
  • StackedBar
  • Funnel

Chart

  • Axis
    • Labels
    • Grid
    • Ticks
  • Margins
  • Legend
  • Composable
  • Facet Grid
  • Combine multiple plots
  • Animation
  • Time lapse
    • Sliding window
    • Rolling window