The Card displays a sparkline which is a mini-chart that gives an idea of the trend of the KPI.

Sparkline Scale

The vertical Scale of the sparkline chart can be configured, in % of the height of the row :

  • 1 means to take the full height of the row
  • 0.9 means almost the full height
  • 0.1 means a very thin display

Card Sparkline Scale configure

Sparkline Color

The Color Type of the sparkline chart can be :

  • the Direction Color that depends on the distance between the Value and the Target, and whether we consider that “good” or “bad” (see “Colors and result interpretation”)
  • or a Custom Color that is fixed

The Opacity of the color can also be configured.

Card Sparkline Color configure

Sparkline Interpolation

The sparkline chart is interpolated.
Available interpolation methods are :

Card Sparkline Interpolation configure

basis

A cubic basis spline
The result is a smooth curve which doesn’t exactly pass through the data points themselves.

Card Interpolation Basis example

linear

A series of interconnected lines.
The result is that of a line chart.

Card Interpolation Linear example

monotone

A cubic spline that preserves monotonicity in y, assuming monotonicity in x.
The result is a smooth curve which goes through all data points and doesn’t overshoot.

Card Interpolation Monotone example

step

A step line centered on the data point.
The result is a step line which is constant around the data points.

Card Interpolation Step example

step-after

A step line starting on the data point.
The result is a step line which is constant after the data points.

Card Interpolation Step After example

step-before

A step line ending on the data point.
The result is a step line which is constant before the data points.

Card Interpolation Step Before example
Last modified: Apr 28, 2020

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment