All Products
Search
Document Center

Simple Log Service:Funnel chart

Last Updated:Jun 16, 2026

Funnel charts visualize conversion or drop-off rates across sequential stages in a process. The tapered shape highlights how users, requests, or other entities decrease at each step.

Overview

Funnel charts are ideal for analyzing single, one-way processes that are standardized, long-running, and involve multiple stages. By comparing data at each stage, you can identify bottlenecks and make informed decisions. Each trapezoidal section represents the difference in volume between consecutive stages.

Configuration example

  1. Log on to the Simple Log Service console. In the Projects section, click the project you want.

    image

  2. In the left-side navigation pane, choose Dashboard > Dashboards. In the Dashboard list, click the dashboard you want. In the upper-right corner of the dashboard page, click Edit. In edit mode, choose Add > Add Chart.

  3. On the right side of the page, configure Chart Type and Title. On the left side, set the time range, select a Logstore, and enter a query statement. Then, click Apply at the top of the page to view the chart.

    image

    The query statement that analyzes the distribution of event sources is as follows:

    * | select "event.serviceName" as service, count(1) as cnt group by service order by cnt DESC limit 10 

General configurations

Configure global settings for the funnel chart on the General Configurations tab.

  • Basic configurations

    Parameter

    Description

    Title

    Set the title of the chart.

    Display Title

    When you turn on the Display Title switch, the title is displayed in the chart.

    Display Border

    When you turn on Display Border, a border is displayed in the chart.

    Display Background

    After you turn on the Display Background switch, a background color is displayed in the chart.

    Display Time

    After you turn on the Display Time switch, the query time is displayed in the chart.

    Fixed Time

    After you turn on the Fixed Time switch, the time range for the query and analysis is fixed and is not affected by the global time of the dashboard.

  • Standard configurations

    Parameter

    Description

    Format

    Set the display format for numbers.

    Unit

    Set the unit for numbers.

    Number of Digits after Decimal Point

    Set the number of decimal places for numbers.

    Display Name

    Set the display name for the field.

    This name overrides all other field names in the chart. To rename a specific field, use a field configuration.

    Color Scheme

    Select the color scheme for the chart.

    • Built-in: Use the built-in colors.

    • Solid: Select a single color.

    • Threshold: Colors the chart based on configured thresholds.

  • Query and analysis configurations

    Parameter

    Description

    Category

    The field that contains categorical data.

    Value Column

    The field that contains numeric values. Categories with larger values appear higher in the funnel.

  • Chart configurations

    Parameter

    Description

    Curvature

    Enable Curvature to display the funnel chart in 3D.

    Dynamic Width

    Enable Dynamic Width to show variations in the width of each layer.

    Dynamic Height

    Enable Dynamic Height to manually set the Minimum Row Height for the funnel.

    Funnel Chart Necks

    The number of layers to display in the narrowest part of the funnel.

    Text Display Mode

    The text display style for each layer in the funnel chart.

  • Legend configurations

    Parameter

    Description

    Display Legend

    Enable Display Legend to show the legend on the funnel chart.

    Sorting Method

    The sorting order for legend items: Ascending, Descending, or No Sorting.

    Legend Position

    The position of the legend.

    Actions

    The interactive behavior when a legend item is clicked.

    • Single: Clicking a legend item displays only its corresponding data.

    • Switch: Clicking a legend item hides its data. Click again to show it.

    Maximum Width (Height)%

    The maximum width and height of the legend.

  • Thresholds

    Parameter

    Description

    Threshold

    Specifies data thresholds.

    If you set Color Scheme to Threshold and configure thresholds, the chart background is colored based on these thresholds.

  • Variable replacement

    Parameter

    Description

    Variable Replacement

    Variable replacement adds a variable-based filter to an individual chart. After you configure variable replacement in General Configurations, Log Service adds a filter to the upper-left corner of the chart. You can select a value from the filter, and Log Service replaces the variable in the query and analysis statement with your selected value and reruns the query. For a configuration example, see Example 2: Configure variable replacement.

  • Documentation link

    Parameter

    Description

    Add Documentation Link

    Adds a custom documentation link or description. The information appears in the upper-right corner of the funnel chart.

Field configuration

Use the Field Configuration tab to customize visualization for a single query's results or a specific column. For information about the parameters, see General Configurations.

For example, the A section lets you configure visualization settings for the results of Query A. In the following figure, Text Display Mode is set to Category: Value (Percentage).

image

Interactions

Configure an interaction to enable drill-down analysis of query results. Supported actions include Open Logstore, Open Saved Search, Open Dashboard, Open Trace Analysis, Open Trace Details, and Create Custom HTTP URL. For more information, see Add interactions to a dashboard for drill-down analysis.

For example, in the A section, you can configure an Open Logstore interaction for Query A results. After configuration, clicking any point on the chart for Query A and selecting Open Logstore redirects you to the specified Logstore.

image