hyperspin.com

Members
  • Content count

    3
  • Joined

  • Last visited

About hyperspin.com

  • Rank
    Forum Newbie
  1. It works fine after the update. I had the Aug 2008 version!
  2. I would like to remove the default "About FusionCharts" context menu. I don't need any about menu at all. I added showAboutMenuItem='0' to chart element but the menu still shows. Is there a way to remove it without creating a custom menu? Also, I cannot find any information regarding the "fusioncharts link format" in the doc. Please provide link to the relevant page. Thanks.
  3. Hello folks, I am using Stacked Area 2D in v3, and would like to show divisional lines on top of data plot. I thought this was a simple requirement, but I could not find any property in "chart" element that will do this. I tried to simulate this by disabling the divisional lines "numDivLines='0'" in chart element and manually draw divisional lines with trend lines. The showOnTop property in trendline achieves what I need. However, the problem is the color property of trendline is applied to BOTH label and text, but I need the text (y-axis label) to be in dark grey while the line in light grey, just like the default divisional line. So, I end up with a color that is too dark in the canvas, or one that is too light for the y-axis label. Did I overlook anything? Can someone give an advice? Thanks in advance.