Sign in to follow this  
AndyM

Cannot Set Toolbarbuttoncolor For Zoomline Chart

Recommended Posts

Has anyone else had the same problem? I am trying to set the toolbarButtonColor to match my chart background color but it does not work. toolbarButtonFontColor works just fine though. Any suggestions? Thanks!

Share this post


Link to post
Share on other sites

Hi,

 

I am afraid, I am unable to replicate the issue.

 

The attribute "toolbarButtonColor" in the <chart> element is working perfectly. Please try setting the hex code without the "#" before the code.

Ex: <chart ... toolbarButtonColor='FF0000' >

 

In case the issue still persists, please send us the XML file as an attachment.

 

Hope this helps. :rolleyes:

Share this post


Link to post
Share on other sites

Thank you for your reply, I tried to set mine to toolbarButtonColor='404040' in the <chart> element but it does not seem to work. I have attached my sample XML file. Thanks for looking into this for me.

 

Andy

Hi,

 

I am afraid, I am unable to replicate the issue.

 

The attribute "toolbarButtonColor" in the <chart> element is working perfectly. Please try setting the hex code without the "#" before the code.

Ex: <chart ... toolbarButtonColor='FF0000' >

 

In case the issue still persists, please send us the XML file as an attachment.

 

Hope this helps. :)

sample.xml

Share this post


Link to post
Share on other sites

Hi,

 

Please note that '404040' draws a very similar color to that of black ('000000') which is not discernible when the gradient of the tooltip button is enabled.

 

Please try setting a distinct color like Red ('FF0000') and then you would be able to see the difference and hence would see the attribute "tooltipButtonColor" is working perfectly.

 

Hope this helps. :)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this