Sparkline
import { Sparkline } from '@arshad-shah/swift-chart';
const chart = new Sparkline('#chart', { theme: 'midnight' });chart.setData([120, 132, 128, 140, 138, 152, 160, 155]);import { SparklineComponent } from '@arshad-shah/swift-chart/react';
<SparklineComponent data={[120, 132, 128, 140, 138, 152, 160, 155]} theme="midnight" height={80}/>Reference
- Class:
Sparkline - React component:
SparklineComponent