Groover Posted November 16, 2013 Report Share Posted November 16, 2013 Hi, I am trying to change the text style for the title and X/Y-axis text, but nothing changes no matter what I do. How should this be done programmatically or with css? Thanks! Quote Link to comment Share on other sites More sharing options...
0 Groover Posted November 17, 2013 Author Report Share Posted November 17, 2013 Problem solved! For anyone interested, The setColor function will throw an error when used on the Title object, use setTextColor instead. Ex: var chart1 = new cfx.Chart(); var panes = chart1.getPanes(); var pane0 = panes.getItem(0); pane0.getTitle().setTextColor("#222222"); Quote Link to comment Share on other sites More sharing options...
Question
Groover
Hi,
I am trying to change the text style for the title and X/Y-axis text, but nothing changes no matter what I do.
How should this be done programmatically or with css?
Thanks!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.