Custom Charts Report

Chart Configuration

Charts are configured separately from tabular columns via the Charts section in the macro editor.

Configuration Settings

SettingDescriptionExample Values
Chart TypeBar, Pie, or LineBar Chart
Group ByThe field to bucket/categorize dataSpace, Author, Type, Month, Day
MetricWhat to measure per groupCount (most common)
SeriesOptional secondary grouping for stacked chartsType (page vs blog)

How to Configure a Chart

  1. Set Report Type to Charts in the header dropdown.
  2. Select Chart Type - Bar, Pie, or Line.
  3. Set Group By - pick the field to categorize data (e.g., Space, Author, Month).
  4. Set Metric - typically Count.
  5. Optionally set a Series for stacked bar charts.
  6. Load required expansions so the Group By field is available.
  7. Review in Live Preview - chart renders in real-time.
  8. Adjust filters to narrow the dataset if needed.

Common Configuration Patterns

Pages per Space (Bar)

  • Group By: Space
  • Metric: Count
  • Chart Type: Bar

Content Type Distribution (Pie)

  • Group By: Type
  • Metric: Count
  • Chart Type: Pie

Monthly Content Growth (Line)

  • Group By: Month (createdDate)
  • Metric: Count
  • Chart Type: Line

Pages by Space and Type (Stacked Bar)

  • Group By: Space
  • Series: Type
  • Metric: Count
  • Chart Type: Bar

Troubleshooting Charts

ProblemCheck
Chart shows no dataDataset too small or over-filtered - remove a filter and try again
Group By field is emptyRequired expansion not loaded - add expansion for that field
Unexpected chart resultsVerify Group By field type is suitable for aggregation
Date axis not workingEnsure date field is from a loaded expansion