LogoLogo
LoginGo to website
English
English
  • Getting started
    • First steps
    • Login
  • Navigation
    • Sidebar
    • Path navigation
    • Home
    • Resources
  • Account management
    • Account
    • Profile
    • Security and access
    • Personal Access Key (PAK)
    • Notifications
  • Organization management
    • General
    • Members
    • Groups
    • Tags
    • Connect
  • Workspaces
  • Solutions
  • Datasets
    • Create dataset
    • Explore dataset
    • Upload data
    • Export data
    • Manage dataset
  • Insights
    • Create insight
    • Aggregation
    • Filters
    • SQL Editor
    • Visualization
      • Table chart
      • Line chart
      • Bar chart
      • Pie chart
      • Single number
    • Joins
      • Basics
      • Joins in insights
    • Manage insights
  • Reports (soon)
  • Forms (soon)
  • Documentation
  • Roles and permissions
    • Roles
    • Permissions
    • Permission matrix
  • Security and data protection
    • Trust Center
    • Security measures
    • Data protection
    • Hosting
  • Help and support
Bereitgestellt von GitBook
Auf dieser Seite
  • How to create a line chart
  • X-axis column
  • Y-axis column
  • Metric (optional)
  • Line interpolation
  • Value labels
  • When to use a line chart

War das hilfreich?

Als PDF exportieren
  1. Insights
  2. Visualization

Line chart

Use a line chart to show how values change over time. It's perfect for time-based analyses like registrations per day, revenue per month, or customer numbers per week.

You can:

  • Set a title and description

  • Select a time column for the X-axis

  • Set a value column for the Y-axis

  • Optionally split the line by a metric

  • Customize the line style (linear, curved, stepped)

The line chart is ideal for showing changes and trends over time. Each point on the line represents a value at a specific time, and the lines connect the values so you can see how the development progresses.

You can also split your data into multiple lines (e.g., by gender or category) to compare trends.

How to create a line chart

  1. In the insights editor, go to the Chart tab.

  2. Select Line chart from the Chart type dropdown menu.

  3. Choose a time-based column (e.g., Date, Subscription date) for the X-axis.

  4. Choose a numeric column (e.g., Number of customers) for the Y-axis.

  5. Optionally add a metric to display separate lines for different categories.

X-axis column

Use a column with dates or times - this creates the timeline for your chart.

Examples:

  • Subscription date

  • Created at

  • Month

You can also adjust the label layout (horizontal, rotated, alternating) to better display long date labels.

Y-axis column

Choose a number or calculation that you want to show over time.

Examples:

  • Number of customers

  • Average rating

  • Revenue

The Y-axis determines the height of the points on the line.

Metric (optional)

When you add a metric, the chart draws one line per group in this column.

Example:

  • If you set Gender as a metric, you'll see one line for "male" and one for "female".

This is excellent for comparing trends across multiple categories.

Line interpolation

Choose how the lines are drawn:

  • Linear - straight lines between points

  • Curved - curved lines (softer appearance)

  • Stepped - stepped lines that change like stairs

Try different styles to see which works best with your data.

Value labels

You can enable Show value labels to display the number at each point on the line. This can be useful for presentations or when comparing exact values.

When to use a line chart

Line charts work best when:

  • You want to see how something changes over time

  • You want to compare multiple groups over the same time period

  • You want to analyze patterns, peaks, or trends

If your categories are not time-based, use a bar chart instead.

VorherigeTable chartNächsteBar chart

Zuletzt aktualisiert vor 29 Tagen

War das hilfreich?