Chart Types in Zluri

When creating a widget in Zluri, users select a dataset and apply a chart type to define how the data will be visually represented. This guide outlines the available chart types, recommended use cases, and selection tips.

How Charts Work

Each widget is a combination of:

  • Dataset – The underlying data (e.g., users, applications, spend)
  • Chart Type – The visualization method (e.g., bar, KPI, table)
  • Configuration – Field selection, filters, formatting, etc.

The fields available in the dataset influence which chart types are supported.

Supported Chart Types

1. Line Chart

Plots data points over time to visualize trends.

  • Use Cases:

    • Application spend trends
    • Login activity over weeks or months
    • License growth tracking
  • Tags: Trendline, Time Series, Line Plot, Platform Analytics

2. Bar Chart

(Vertical, Horizontal, Stacked)

Compares values across categories.

  • Use Cases:

    • Spend by app
    • Access requests by department
    • App usage by location
  • Tags: Stacked, Predictive, Discrete, Trend analysis

3. Table Chart

Displays raw, detailed data in rows and columns.

  • Use Cases:

    • App-wise license and usage breakdown
    • User access listings
    • Contract metadata summaries
  • Tags: Sequential, Aggregated Data, Variations, Multi-field

4. Big Number (KPI)

Highlights a single metric—total, average, or percentage.

  • Use Cases:

    • Total SaaS spend
    • Number of active users
    • % license utilization
  • Tags: KPI, Summarization, Aggregated Metric, Single Value

5. Pie Chart

Visualizes part-to-whole relationships using circular segments.

  • Use Cases:

    • Spend distribution by vendor
    • Users by department
    • App usage by geography
  • Tags: Category, Segment, Region, Label, Status

6. Histogram

Displays frequency distribution by grouping numeric values into bins.

  • Use Cases:

    • Access duration analysis
    • User distribution by activity
    • Cost segmentation
  • Tags: Data Quality, Numeric Range, Clustering, Patterns

7. Area Chart

Highlights cumulative trends with shaded areas under lines.

  • Use Cases:

    • Cumulative license assignment
    • Monthly spend growth
    • Access growth by department
  • Tags: Cumulative, Time-based, Performance, Geographical

Choosing the Right Chart

GoalRecommended Chart Type
Show trends over timeLine Chart, Area Chart
Compare categoriesBar Chart, Pie Chart
Highlight a key metricBig Number
Display detailed recordsTable
Visualize distributionHistogram
Chart UI Screenshot

Chart Type Quick Reference

Chart TypeBest ForExample Use Case
Line ChartTime-based trendsApp spend trend per month
Bar ChartCategory comparisonsApps with highest user count
Stacked BarMulti-dimensional breakdownsAccess levels by department
Pie ChartPart-to-whole comparisonsSpend by department
Big NumberKey metrics/KPIsTotal SaaS spend
TableDetailed reportingLicense count vs. usage
Area ChartCumulative analysisCumulative licenses issued
HistogramDistribution and outliersUser count by login frequency[

Pro Tips

  • Use Flat datasets for high-level KPIs and summaries.
  • Use Expanded datasets for detailed, user-level views.
  • Apply DISTINCT or groupings when using Pie, Bar, or Line charts on expanded datasets.
  • When unsure, use a Table Chart to preview the dataset layout.