LindseyP
Members-
Content count
8 -
Joined
-
Last visited
Everything posted by LindseyP
-
I have a line chart with multiple lines in it. Is there a way to let the user select and deselect items in the legend (via checkboxes and AJAX/Javascript) to show/hide corresponding lines? As an example: I have Series A, Series B, and Series C. If the user unchecks the box next to Series A in the legend, then the line for Series A will be removed from the chart and only Series B and C lines will be showing. Thank you in advance, Lindsey
-
Nevermind, I just found this post...http://www.fusioncharts.com/forum/Topic9937-28-1.aspx and it answers my question perfectly. Thanks
-
I'm using a Multi-series Stacked Column 2D Chart and I want to put the year above each bar (not the sum of all the values in the bar). Am I able to put custom text above the bar? If so, how?
-
Ok, thank you. Do you know if this is possible with any sort of upgrade that fusion charts might have?
-
I'm trying to change the canvas color on my chart (multi series column 2D). I set "canvasBgColor=ffffff" and it displays the canvas as white and light green striped. I want it to be white and gray striped but I can't figure out how to change the light green strip's color. How do I set both colors?
-
Change the strip colors in the canvas background
LindseyP replied to LindseyP's topic in General usage
Thank you for replying. I guess the light green was coming from "palette=2", didn't really realize what that was until now. I used the canvasBGAlpha that you recommended and it looks awesome. Thank you.
