nevali

Members
  • Content count

    6
  • Joined

  • Last visited

About nevali

  • Rank
    Forum Newbie
  1. Bubble Chart , Chart Data

    Is this possible ,if not is there any workaround for this?
  2. Bubble Chart , Chart Data

    Hi , When I try to get the chart data(getDataAsCSV()) of the bubble chart ,I am seeing labels as x,y,z but I want the labels to be the <xAxisName>,<yAxisName>,<zAxisName>. How can I get the csv data as I required. Below mentioned is the sample chart data of the bubble chart "Series","x","y","z" "","0","10","11" "","0","0","6" "","0","0","3" "","7.14","7.14","15"
  3. mutli series line charts

    I have this scenario where there are two lines in the chart which are intersecting at multiple points . I need to shade the intersecting areas with different colors like if the line1 is below line2 shading color would be red and if line1 is above line2 the shading color would be green. Is this possible using fusioncharts .
  4. I need to download the chart as pdf without rendering it in the browser.I will provide the xml and chart properties (swf file ,width,height etc ) .Is there any way that i can do that .
  5. Can I directly have a button which will download the chart as pdf instead of right clicking on the chart and saving it as pdf.
  6. lets take a column chart ,can i move one column from one place to another place on the chart itself just by using the mouse to drag the column along the xaxis .