Edilitics | Data to Decisions

Area Chart

Track how a single measure changes over time with the space beneath the line filled to emphasize volume - best when size matters as much as direction.

An area chart - also called an area graph or filled line chart - tracks a single measure over time, with the space between the line and the zero baseline filled with color. Drop one date or ordered categorical field into Column and one numeric field into Row. Use it when the magnitude of the value matters as much as its trend - the fill makes a large value feel visually heavier than a line alone would.

When to Use

An area chart works like a line chart with one addition: the fill below the line anchors the value to zero, making the absolute size of the measure part of the visual story. This matters for cumulative totals, revenue volumes, or any measure where viewers should feel the weight of the number, not just its direction.

The fill can visually exaggerate small changes. A filled area draws the eye to the size of the colored region, which is influenced by the Y-axis scale as much as the actual data. If the Y-axis does not start at zero, the fill can make a minor fluctuation look like a dramatic swing. Keep the Y-axis minimum at zero on an area chart unless there is a specific reason not to.

Switch to a different chart when:

ScenarioDimensionMeasure
Cumulative revenue over the fiscal yearMonthRunning total of revenue
Total website traffic over 90 daysDateCount of sessions
Total storage used over timeWeekSum of storage GB
Inventory level over timeDateSum of units in stock
Total active subscriptions over timeMonthCount of active subscriptions

Required Inputs

FieldTypeCount
DimensionDate or Ordered CategoricalExactly 1
MeasureNumericExactly 1

For step-by-step build instructions, see Build Your First Chart.

Formatting Options

The Format tab unlocks after at least one field is assigned. Once your chart is rendering, use these controls to define how it looks and how viewers interact with it.

Style

Use the chart title to state what the filled area represents - viewers should know what the volume under the curve means before they read the axis.

ControlWhat it does
Show Chart TitleShows or hides the title. The text is preserved when hidden so you can toggle it back without re-entering.
Enter Chart TitleTitle text. Maximum 50 characters.
Font familyFont applied to the title.
Font size5 to 30.
Bold / ItalicWeight and style.
AlignmentLeft, center, or right within the chart container.

Area Styles controls the fill itself, including whether a boundary line is drawn along the top edge.

ControlWhat it does
Stacked / OverlapOn a single-measure area chart, this has no visible effect - stacking only changes appearance with multiple series. It is shared with the Stacked Area chart's settings panel. Leave at the default.
Show LineOff by default - the area chart shows only the fill with no visible boundary line. Turn on for a distinct line along the top edge of the fill, useful when precise trend reading matters alongside the volume.
Line ColorColor of the boundary line. Only available when Show Line is on.

Symbol Styles controls data point markers along the top edge of the fill. Markers are most useful when Show Line is also on - without a visible line, markers float without a clear connecting path.

ControlWhat it does
Show SymbolsShows or hides the marker at each data point.
Symbol TypeThe marker shape: Circle, Rectangle, Triangle, Diamond, Pin, Arrow, or None.
Symbol SizeDiameter of the marker, 0 to 20. Default is 4 - smaller than on a line chart since markers sit on a filled background rather than empty space.

Data labels print the value at each data point along the top edge of the fill. Use sparingly - on more than 15 to 20 data points, labels overlap the fill and become hard to read against the colored background.

ControlWhat it does
Show Data LabelsShows or hides value labels at each data point.
Font familyFont applied to data labels.
Font sizeMaximum 18. Keep at 10 or below on charts with more than 12 points.
Bold / Italic / ColorText styling. Choose a color with enough contrast against the fill - light label text can disappear into a light-colored area fill.
PositionVertical and horizontal alignment of the label relative to the data point. Top places the label above the point, outside the fill, and is the most readable choice.
Number TypeDefault, Scientific, Decimal, or Percentage.
Display UnitNone, Thousand, Million, or Billion. Match to the Y-axis Display Unit.
Decimal Places0 to 6. Available when Number Type is not Default.

Axes

Name the Y-axis with the unit of the measure - viewers reading the fill's height need to know what it represents.

Select X or Y before making changes. Settings apply to the selected axis only.

ControlWhat it does
Show Axis NameShows or hides the axis name label.
Axis name textLabel text. Maximum 20 characters. Defaults to the field name.
Font familyFont applied to the axis name.
Font size5 to 30.
Bold / ItalicWeight and style.
Offset (%)Distance between the axis name and the axis line. Increase if the name overlaps the axis labels.
AlignmentStart, center, or end along the axis.

Leave these at their defaults unless you are building a minimal dashboard layout.

Select X or Y before making changes.

ControlWhat it does
Show Axis LineShows or hides the axis line. Hiding it also hides ticks.
Line ColorColor of the axis line.
Line WidthThickness of the axis line, 0 to 5.
Line TypeSolid, Dashed, or Dotted.
Show TicksShows or hides tick marks on the axis line.
Tick ColorColor of the tick marks.
Tick LengthLength of the tick marks, 5 to 10.
Boundary GapWhen off, the fill starts and ends at the chart edges. Turn off for a clean edge-to-edge area on time series charts.

Select X or Y before making changes. Hiding axis labels also hides the axis name.

ControlWhat it does
Show Axis LabelShows or hides labels along the axis.
Font familyFont applied to axis labels.
Font sizeLabel font size.
Bold / Italic / ColorText styling.
RotationAngle of label text. Useful on X-axis when date labels are long and overlap.
Text caseTitle Case, Uppercase, or Lowercase. Available on the categorical axis (X) only.
Display UnitAuto, None, Thousand, Million, or Billion. Available on the value axis (Y) only.

Y-axis grid lines help viewers read the fill's height against the value scale. X-axis grid lines add visual noise against a filled background and are rarely needed.

Select X or Y before making changes.

ControlWhat it does
Show GridlinesShows or hides grid lines for the selected axis.
Grid ColorColor of the grid lines. Choose a color with enough contrast to remain visible against the area fill.
Left / Right / Top / BottomPlot area margins as a percentage. Increase Top when data labels near the peak of the fill are clipped. Increase Bottom when X-axis date labels overflow.

Interactivity

Set Tooltip Trigger to Axis on an area chart - it snaps to the nearest X position, which is easier to hover than aiming for the thin top edge of the fill.

ControlWhat it does
Show TooltipShows or hides the tooltip on hover.
TriggerItem: tooltip appears only when the cursor is directly over a data point marker. Axis: tooltip snaps to the nearest X position. Use Axis.
PointerWhen Trigger is Axis: Line, Shadow, Cross, or None. Line draws a vertical rule at the hovered position and reads clearly against a filled background.
Background ColorTooltip background color.
Headers / Values tabsSeparate styling for the dimension label row (Headers) and the measure value row (Values). The Values tab includes Number Type, Display Unit, and Decimal Places.

Keep animation on when the chart is first presented - the fill building left to right draws attention to how the volume accumulates. Turn it off on dashboards that auto-refresh.

ControlWhat it does
Enable AnimationTurns the draw animation on or off.
DurationHow long the animation runs, 0 to 3000ms. Default is 1000ms.
DelayTime before the animation starts after the chart loads, 0 to 2000ms.
Easing FunctionThe motion curve. Cubic Out (the default) gives a natural deceleration.

Enable Data Zoom for time series with more than around 60 data points, or when viewers need to focus on a specific date range.

ControlWhat it does
Show Data ZoomShows or hides the zoom control.
Zoom TypeSlider: a draggable range bar below the chart. Inside: scroll-to-zoom on the plot area. Use Slider for dashboards.
Slider Size (px)Height of the slider bar, 10 to 100.
PositionPosition of the slider relative to the chart.
AlignmentAlignment of the slider control.
OrientationHorizontal for an area chart - scrolls through the time axis.
Show Detail LabelShows the date or category values at the slider handles.
Background ColorSlider background.
Filler ColorColor of the selected range inside the slider.
Border ColorSlider border.
Handle ColorColor of the drag handles.
Brush SelectionEnables click-and-drag to zoom into a range.

Avoid Zoom Type "Inside" on dashboards that viewers scroll with a trackpad. Scroll events captured by the chart zoom the chart instead of scrolling the page.

On a single-series area chart, Emphasis highlights the hovered data point. Useful when the fill is dense and viewers need to identify a specific point along the top edge.

ControlWhat it does
Show EmphasisEnables or disables the hover effect.
Focus TypeItem: highlights the hovered data point and dims others. Series: equivalent to Item on a single-series chart. None: no visual change on hover.
Enable ScaleScales the hovered marker slightly larger.
Scale SizeHow much the marker scales. Keep at 1.2 or below.

Enable the Toolbox when viewers need to export the chart or inspect the underlying data behind the fill.

ControlWhat it does
Show ToolboxShows or hides the toolbox icon bar.
Save as ImageAdds a download icon that saves the chart as a PNG.
Data ViewAdds an icon that opens the underlying data table in the chart area.

Best Practices

Keep the Y-axis minimum at zero. The fill's visual weight is tied to the distance from the baseline. If the Y-axis does not start at zero, the fill exaggerates the apparent size of small fluctuations. This is more important on an area chart than a line chart because the colored region amplifies the distortion.

Turn on Show Line when precise trend reading matters. By default, the area chart shows only the fill with no boundary line. For most volume-focused use cases this is fine, but if viewers also need to trace the exact path of the value over time, enable Show Line in Area Styles for a clear edge.

Use a date dimension with natural order. Like a line chart, the area chart implies continuity between points. Unordered categories produce a fill that implies relationships between adjacent categories that do not exist. Use a bar chart for unordered categories.

Choose label and grid colors with contrast against the fill. A filled background reduces the contrast available for text and grid lines. Test data label and grid line colors against the actual fill color, not just against a transparent background, before publishing.

Resolve null values before publishing. A null produces a gap in both the implicit line and the fill, the same way it breaks a line chart. The builder's null value prompt offers Filter Data or Show data at default position - use Transform for more control such as forward-filling.

FAQs

Need help? Email support@edilitics.com with your workspace, job ID, and context. We reply within one business day.

Last updated on

On this page