Skip to content

Line Chart

The Line Chart element plots data points connected by a line, ideal for showing trends over time.


Features

  • Area fill option for shaded region under the line
  • Smooth curves (cubic Bezier) or straight segments
  • Data point dots at each value
  • Value labels on each point
  • Grid lines for readability
  • Pure SVG rendering — no external dependencies

Settings

SettingDescriptionDefault
TitleChart title"Line Chart"
Line ColorColor of the line#3498db
Fill AreaShade the area under the linefalse
Show DotsShow circles at data pointstrue
Show ValuesDisplay value above each pointfalse
Show GridDisplay horizontal grid linestrue
SmoothUse smooth curves instead of straight linesfalse

Data Items

Each point has:

  • Label — x-axis label (e.g., "Jan", "Week 1")
  • Value — numeric y-axis value

Click + Add to add points. Click x to remove.


Use Cases

  • Monthly revenue trends
  • Temperature over time
  • User growth metrics
  • Stock price history

Styling

Supports the standard Container color and dimension settings.

No-Code App Builder