shekhar_saha

Members
  • Content count

    6
  • Joined

  • Last visited

About shekhar_saha

  • Rank
    Forum Newbie
  1. Javascript drop-down menu showing below the chart

    Hi Rajroop, I tried the above, but the charts were not getting rendered. Finally I added the following to the FusionCharts.js file. this.addParam('wmode', 'transparent'); This worked fine. Thanks for your help. regards Shekhar
  2. Javascript drop-down menu showing below the chart

    Hi Rajroop, This is what I tried, in your example script: //Get reference to chart object using Dom ID "TopCustomer" var chartObj = getChartFromId("TopCustomer"); //Send request for XML chartObj.setDataURL(strURL); // Add Transparent mode chartObj.setTransparent(True); But the above did not solve the problem. The JS menus are still showing below the chart. Please help. thanks Shekhar
  3. Hi, The javascript drop down menus on my page are showing below the chart. I have tried increasing the z-index value of the drop-down menu. But it still shows below the chart. Actually any javascript popups are always showing up below the chart. I have used the Blueprint Application demo from your website. Please help me with this. regards Shekhar
  4. showValues without the prefix

    Thanks. This works fine. Is there a way to move this displayValue to the top. Right now the value is showing below the line chart of the secondary Y-Axis. thanks Shekhar
  5. showValues without the prefix

    Hi, In my column charts I am using a prefix for the Y-axis. But I do not want this prefix to show up inside the chart for each column(I have set showValues=1). Having the prefix is creating a lot of cluttering inside the chart. Please let me know if this is possible. thanks Shekhar
  6. Hi, I have just started using Fusion Charts, and have found it to be great. I have created a MSColumn3DDualY chart, where I am charting some data on the Primary Y-Axis. The X-Axis is month. On the Secondary Y-Axis I have a line chart of the 3-month moving average of the data. The data is dynamically generated. I intend to keep the horizontal divisions at the same values for both the Primary and Secondary axis. Please tell me how I could do this. thanks Shekhar