globals
[ root » globals ]
Use the globals
object to set styling attributes that apply globally across the chart(s) in the corresponding graphset
array. This object is similar to a CSS stylesheet, in that the styling attributes will cascade down to all charts in the graphset
. Those attributes can be overridden with local attributes in the individual chart object(s).
Attribute | Type | Description |
---|---|---|
fontFamily font-family | String | Sets the text's font family. |
fontSize font-size | Number | Sets the text's font size. |
fontStyle font-style | String | Sets the text's font style. Accepted Values: ['normal', 'italic', 'oblique'] |
fontWeight font-weight | String | Sets the text's font weight. Similar to bold. Default Value: 'normal' |