Skip to main content

Canvas Dashboards

Using Rill Custom Components Templates

Rill provides a few templates for Rill-Authored charts. We will use the metrics_view, advanced_metrics_view to create a few custom components. For a more extensive list of examples, please see our reference page!

Components:

# Component YAML
# Reference documentation: https://docs.rilldata.com/reference/project-files/components

type: component

kpi:
metrics_view: advanced_metrics_view
time_range: P1W
measure: net_line_changes #if name is defined
comparison_range: P1W


Was this content helpful?