-
Touch Premium Member
How to change the font size of the titles of axes in EXTJS charts?
How can i change the font size of the titles of axes( x& y) in Extjs charts?I am not talking about the axes labels which has a font config . I want to change the font size of the titles of the axes . How can i do this ?
Thanks in advance.
-
-
Sencha User
Use labelTitle property
Use labelTitle property -
labelTitle: { font: 'bold 14px Arial' }
-
Sencha User
Thanks for the solution.
labelTitle : {
font: 'bold 14px Arial'
},
works
-
Sencha User
labelTitle indeed works
.
I wonder why this property isn't specified in the ExtJS docs.
Please mark comment #3 as an answer.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules