Default Line

Basic line chart with default points and gold stroke color.

With Area Fill

Line chart with a filled area beneath the line for emphasis.

Growth Trend

Custom green line chart with area fill for growth metrics.

Compact Variant

Reduced height line chart for dashboard widgets and inline displays.

Revenue Trend

Purple line showing monthly revenue with gentle fluctuations.

Performance Line

Amber line without fill for clean performance visualization.

Usage

<LineChart /><LineChart fill="#c9952c" /><LineChart points="0,80 30,50 60,70 90,20" color="#28a745" fill="#28a745" />

Props

PropTypeDefaultDescription
pointstext"0,80 40,20 80,60 120,30 160,70 200,10"SVG polyline points string
colortext"#c9952c"Line stroke color
filltext""Area fill color (empty = no fill)
heighttext"200"Chart height in pixels