Displaying important stats in a minimalistic fashion #2144
-
Hi! I need to display stats on a dashboard. I am using Is it possible to change font colours in Wave? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can try something like this: ui.text('<span style='color: red'>Hello</span>') This should work as ui.text is interpreted as markdown which allows for arbitrary HTML. |
Beta Was this translation helpful? Give feedback.
You can try something like this:
This should work as ui.text is interpreted as markdown which allows for arbitrary HTML.