Skip to content

sparkline chart

Latest
Compare
Choose a tag to compare
@graphieros graphieros released this 11 Feb 14:17
· 4 commits to master since this release

Added a sparkline chart:

import { chartSparkline } from savyg;

chartSparkline({
    dataset: {
        values: number[],
        name: string,
        periods?: string[],
        color?: string,
    },
    parent: HTMLElement,
    options: {
        ...
    }
})

Check out how it's made on the documentation website