chander

Members
  • Content count

    9
  • Joined

  • Last visited

About chander

  • Rank
    Forum Newbie
  1. In the attached file i want to replace negative values (-20) with positive value say 0(zero). Can you please tell me how to do it.
  2. In the attached file i want to replace negative values (-20) with positive value say 0(zero). Can you please tell me how to do it.
  3. Overriding in fusioncharts

    Thanks its Working.
  4. Y-axis mid values

    Thanks it worked.
  5. FullScreen Issue in version 3.5.0

    Thanks for replying back .Yes it worked by removing display:none.But when i remove display:none then the chart is coming down by default.How to make it not come down.
  6. Hi , i am writing the following code for the full screen for the fusionchart version 3.2.4-sr1.9888 and it's working fine but when i use the same code in the fusionchart version 3.5.0 its coming but the chart is not coming in the fullscreen.The first image that i have uploaded is the one which is working fine but the second one is not working Here is the Code: <div style="display:none; height:500px; width:1200px;" > <div id="portlet2_full_chart" align="center" style=" height:500px; width:1200px;"> <script type="text/javascript"> var chart = new FusionCharts("libs/fusion_charts/swf/MSColumn2D.swf", "ChartId", "1200px", "500px"); chart.setDataURL("xml/prod_utility_overview/productivity_cp_vs_lp.xml"); chart.setTransparent(true); chart.render("portlet2_full_chart"); </script> </div> </div>
  7. Overriding in fusioncharts

    Thanks for your response. I have already overriden with trendline but the problem is if on y-axis i want to draw a trendline at say 20 and want to replace 20 with say 35 . It works but the overriden value 35 doesn't look good.
  8. Overriding in fusioncharts

    Can anyone please tell me how can we override a given value in fusioncharts with some other value like in case of trendlines.
  9. Y-axis mid values

    In the attached file like my y-axis min value is 0 mins .My requirement is that i am supposed to give y-axis values between 0 and 30 mins .But instead of 0 mins i want my mid line value (which is 0 mins ) to be 15 mins. Is there any way to do it.Please help me i am stuck in this thing for the past one week and i am not still able to do it.