> ## Documentation Index
> Fetch the complete documentation index at: https://docs.francis.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Stacked column chart

> Columns segmented by series and stacked to show composition and total per period over time.

A stacked column chart plots values over time as columns segmented by series, stacked so each column shows both the composition and the total for that period. Use it to show how parts contribute to a whole over time, such as revenue split by channel or cost split by department.

## Settings

<AccordionGroup>
  <Accordion title="Date range">
    The span of data the chart shows. Choose a dynamic range (Last month, YTD, LTM, Full year, Last year, or Next year) or set a Custom range. Dynamic ranges resolve against the Last close date set for the model, so they roll forward automatically as you close each period.
  </Accordion>

  <Accordion title="Group by">
    How periods group along the x-axis: monthly, quarterly, calendar year, fiscal year, or all.
  </Accordion>

  <Accordion title="Colors">
    The color palette applied to the series. Options are Ocean blue, Olive green, Sun burst, Death star, Pastel, Nature, Temperature, Dawn, Blue, Green, Orange, Red, Pink, Purple, and Gray. Override the palette on an individual series from the series settings.
  </Accordion>

  <Accordion title="Grid">
    The gridlines behind the chart: No grid, Horizontal only, Vertical only, or Both.
  </Accordion>

  <Accordion title="Series">
    The series shown in the chart, each drawn from a row, group, or calculation in your model. For each series you can include multiple sources, such as actuals, budget, or forecast. Series order sets the legend order: the top series shows first, then the next, and so on.

    Series stack as segments within each column. Additional sources of a series render as separate columns side by side for comparison, not as extra segments in the same column. Stack rows, groups, or calculations; use sources to compare them column to column.

    Click a series to reveal its own settings. When a series has a single source, click the series directly. When it has multiple sources, click the specific source to open its settings:

    * **Title**: the series name. Defaults to the name of the row, group, or calculation the series is drawn from; override it to rename the series.
    * **Color**: override the palette color assigned to this series.
    * **Data labels**: show or hide the value labels on the series.
    * **Absolute values**: plot the absolute value of each point, ignoring sign.
  </Accordion>

  <Accordion title="Title">
    Toggle the chart title on or off. When on:

    * **Chart title**: defaults to the name of the row, group, or calculation the chart is drawn from; override it with free text.
    * **Align**: position the title to the left, center, or right.
  </Accordion>

  <Accordion title="Legend">
    Toggle the legend on or off. When on, the legend sits at the top of the chart.
  </Accordion>

  <Accordion title="X-axis">
    Control how the x-axis displays.

    * **X-axis line**: show or hide the x-axis line.
    * **X-axis slant**: rotate the x-axis labels by 0, 15, 30, 45, 60, 75, or 90 degrees.
  </Accordion>

  <Accordion title="Y-axis">
    Control how the y-axis displays.

    * **Y-axis title**: set the y-axis title as free text.
    * **Y-axis line**: show or hide the y-axis line.
    * **Y-axis unit**: Auto inherits the unit from the series in the model, or override it with number, percentage, or a currency (DKK, EUR, USD, or GBP).
    * **Y-axis limits**: by default the axis fits the bounds of the series. Set a fixed minimum and maximum to lock the scale.
  </Accordion>

  <Accordion title="Target">
    Toggle a target line on or off. When on:

    * **Label**: name the target.
    * **Value**: set the value the line sits at.
    * **Color**: set the color of the line.
  </Accordion>
</AccordionGroup>

## See in action

<Note>
  See charts in practice in the [Management report](/masterclasses/reporting/management-report) masterclass.
</Note>
