monsieurmark Report post Posted February 27, 2014 Hi! As per webpage: http://docs.fusioncharts.com/charts/?AttDesc/ZoomLine.html To change toolbar button colors you use toolbar='FFFFFF' for instance. This is doing nothing for me, toolbar button still grey... Thanks, Mark Share this post Link to post Share on other sites
Haritha Report post Posted February 28, 2014 Hi Mark, If you want to change the color of tool bar buttons, then you need to use the attribute "toolbarButtonColor" and set it to the desired color code. Ref, <chart .... toolbarButtonColor='FFFFFF' > Hope this helps. Share this post Link to post Share on other sites
monsieurmark Report post Posted February 28, 2014 toolbarButtonColor='34495e' does not work when inserted into the <chart> element of the graph, no. Any other ideas? My best, Mark Share this post Link to post Share on other sites
monsieurmark Report post Posted February 28, 2014 Is there a toolbarButtonAlpha setting in the options? Is it one of the graph alpha settings being inherited? Share this post Link to post Share on other sites
monsieurmark Report post Posted February 28, 2014 By the way, toolbarButtonColor changes the border of the button... Share this post Link to post Share on other sites
Haritha Report post Posted March 3, 2014 Hi, This is an intended behavior of Zoom Line chart. Alpha is set to 100% by default, which is not customizable via any attribute. However, a lighter derivative of the "toolBarButtonColor" is used in the chart. Thus, we see the default color in the button, while the border of the button appears to be of the mentioned color. Hope this helps. Share this post Link to post Share on other sites