Setting the Title Font Size

The 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.

<div style="font-size:18px">Title<div>