View the original community article here
Last Tested: Jul 11, 2019
It is currently not possible in all visualization styles. But this time we have font control over values in the following visualizations - Bar, Column, Scatterplot, Line, Area.
We can also create a “single value visualization" out of a scatterplot which allows us to edit the displayed font size.
However, we can use html tags to control font size for the time being.
dimension: big_string { html: <p style="font-size:30px"> {{value}} </p> ;; type: string sql: ${TABLE}.string ;; }
This content is subject to limited support.