Customize tiles' sources
How to :: custom tiles’ sources
Warning
This option is only available from the code mode.
Tile’s custom sources¶
Yes, you can have custom source based on data 😃 That means your source can come directly from your data source. Awesome!
To do so:
you need to process a new data query under
source
the
field
property allows to select the default columns you want to access withsource
, it’s the column containing the source valueOther columns present in the data are available with this syntax:
source.COLUMN_NAME
. i.e: your source is the country and the date, which are in two different columns.
Ex1: Simple source¶
Your source is the date.
Data structure
Configuration
Ex2: Multiple sources
Your source is the country and the date, which are in two different columns.
Data structure
Configuration
Last updated