Big Number with Trendline¶
The Big Number with Trendline chart in Superset is a combination of a simple number display and a line graph. It shows you the current values and how they've changed over time. This combo is great for quickly understanding important insights. It's the perfect tool for highlighting key metrics and their trends, and it is useful for showcasing important data points like KPIs.
On selecting the Big Number with Trendline chart, you can then proceed with its components. Common components such as METRIC, FILTERS, ROLLING FUNCTION, PERIOD, and MIN PERIOD are already covered in the 'Common Charts Components' section for reference.
Let’s see its specific components one by one:
- TEMPORAL X-AXIS:
- The temporal X-axis displays time-related data for temporal analysis and is a mandatory component.
- TIME GRAIN:
- The time grain, defining the granularity or interval at which time is displayed (e.g., daily, weekly), is also a mandatory component.
- COMPARISON PERIOD LAG:
- The comparison period lag is an optional feature, allowing for the introduction of a lag in the comparison period for trend analysis.
-
COMPARISON SUFFIX:
- The optional comparison suffix appends a descriptor (e.g., "lag") to metric names during comparison for clarity.
For Example: the “lag” suffix is added to the comparison period lag (-0.9%).
-
SHOW TIMESTAMP:
- The show timestamp option, which displays timestamps on data points for precision, is an optional feature.
- SHOW TREND LINE:
- The show trend line feature is optional and adds a trend line to visualize the overall trend in the data.
- START Y-AXIS AT 0:
- Sets the starting point of the Y-axis at zero for accurate representation. It is an optional setting.
- RULE:
- The rule, specifying the resampling rule or method applied, is an optional component.
- FILL METHOD:
- The fill method, determining how missing data points are handled during resampling, is also an optional feature.