https://graphomate.atlassian.net/projects/GSD/queues/custom/17/GSD-483The grpahomate charts do not have a property for setting the title font size, but the title can be styled using HTML. This article describes, how to use HTML-Attributes to set the font size of a charts' title.
Step-by-Step-Guide
...
To set the title font size you can wrap the actual title text within an HTML container and change its appearance by using the style-attribute. It allows you to use any CSS property, like "font-size" in this case.
The following content for the title text field sets the title font size to 18px. Changing this value adjusts the font size.
Code Block | ||
---|---|---|
| ||
<div style="font-size:18px">Title<div> |
Related Articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...