Added a sparkline chart:
import { chartSparkline } from savyg;
chartSparkline({
dataset: {
values: number[],
name: string,
periods?: string[],
color?: string,
},
parent: HTMLElement,
options: {
...
}
})