Skip to main content

Canvas Dashboards

Creating Canvas Dashboards in Rill

In this section, we'll cover how to create Canvas dashboards in Rill Developer and publish these to Rill Cloud,

Step 1: Let's return to our project my-rill-tutorial in Rill Developer

Friends from ClickHouse

If you are coming from the Rill and ClickHouse course, we are using the following datasets!

gs://rilldata-public/github-analytics/Clickhouse/*/*/modified_files_*.parquet
gs://rilldata-public/github-analytics/Clickhouse/*/*/commits_*.parquet

You will need to comment out the olap_connector value in your rill.yaml

#olap_connector: clickhouse

You can add the following key pair to your dashboard to continue using ClickHouse:

connector: clickhouse

From the terminal, let's start rill

rill start 

Step 2: Select More!

Under the + Add dropdown, select More to find the chart and custom dashboard components.

img

Once you select either of these, a dedicated folder components and canvasdashboards will be created.


Was this content helpful?