Add stars to tiles' title
How to :: add stars to tileโs title
Last updated
How to :: add stars to tileโs title
Last updated
This is how you can display stars in the widget name using the โstarsโ filter.
Warning
For now, the available widgets are:
value-dynamic
score-card
leaderboard
Please see the tileโ specific documentation for more info on how to use this feature.
In some tiles, you can display a value between 0 and 1 (percentage for instance), as stars next to the tileโs title.
Usually in places where you can use templating, you can use the stars
method. The value should be between 0 and 1:
Note
This does not work if youโve set precision to convert your value into %. Instead, use the syntax : <$= stars(my_dataset.column/100) $>