srividya_sharma

Members
  • Content count

    943
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by srividya_sharma

  1. Drawing pad

    Hi Vishal, You could try something like this: <chart> <annotations> <annotationGroup id='Grp1'> <annotation type='text' x='100' y='100' label='T' /> <annotation type='text' x='100' y='110' label='e' /> <annotation type='text' x='100' y='120' label='x' /> <annotation type='text' x='100' y='130' label='t' /> </annotationGroup> </annotations> </chart> Hope this helps. Srividya
  2. Angular widget with PHP + MySQL

    Hi Can you please tell us if you are using PHP or PHPClass? We can then provide you with an appropriate example. Srividya
  3. Suggestion for future versions of Scroll Charts

    Hi Thank you for the suggestion. We will add it to the wishlist. Thanks Srividya
  4. Force charts to Render in Firefox

    Hi Thanks for sharing the code with us. I am sure, other users will find it very useful. Srividya
  5. Drawing pad

    Hi Vishal, Inherently, there is no property to rotate the text. Work around... let me think about it and get back to you soon. Srividya
  6. Transparent swf files

    Hi I appologize for the delay in responding. Could you please send us the entire html code that you are using to embed the chart, so that I can take a look at the issue? Thanks for your patience. Srividya
  7. Setting Individual Slice Depths in 3D Pie Chart?

    Hi This is not possible as of now. Couldn't think of any work arounds too. Srividya
  8. Random text on charts

    Hi Maria, In PHP, for transparent chart, you would have to change the call to the constructor as follows: echo renderChartHTML("FusionCharts/Charts/Line.swf", "", $strXML, "totalConsumption", 700, 300, false, false,true); Then, you place the text in another div in such a way that it comes on top of the chart. If the text is still not visible, in the xml, please set bgAlpha='0'. Hope this helps Srividya
  9. placing xml file in App_Data folder of asp.net

    Hi Could you please try the path "./App_data/data.xml" and ensure that the filename is data.xml in folder App_data? Hope this helps Srividya
  10. Problem adding displayValue attribute to

    Hi You are most welcome. Glad to have helped you out. Keep FusionCharting and keep smiling Srividya
  11. To implement a client side exporting

    Hi You would need to change the export attributes for latest version. ( 3.1 and above ) Please check the version of charts that you are using. Please use exportEnabled , exportHandler attributes. Please refer to http://www.fusioncharts.com/docs/Contents/ECXML.html for further details. Hope this helps. Srividya
  12. Need to expand Gantt Chart down the page automatically

    Hi Matt, Yes, you got that right. FusionWidgets does not support Vertical Scrolling, as of now. However, we are coming up with FusionCharts v4 which would support this functionality. The tentative release date of FusionCharts v4 is around mid 2010. Srividya
  13. Rotating Category Labels

    Hi As far as I know, Gantt chart does not support rotating the category labels. Please see : http://www.fusioncharts.com/widgets/docs/Contents/GanttXML.html for complete Gantt xml specification Hope this helps Srividya
  14. Transparent swf files

    Hi Could you try this out - the wmode tranparent ready FusionChartsWmode.js from : http://www.fusioncharts.com/Downloads/FusionChartsWMode.zip Could you also try setting canvasBGAlpha ='0' ? Hope this helps Srividya
  15. Transparent swf files

    Hi Could you please try setting the bgAlpha='0' in the <chart> element? ( along with wMode value transparent ) Srividya
  16. drill down output parameters problem

    I guess, you could encode the character and use. Hope this helps.
  17. lineDashed not working on datasets in Line2D chart

    Hello Yes, you can use www.fusioncharts.com/help or you can mail [email protected] Srividya
  18. Applying chart takes ages.

    Hi Here is the output of that html code. Unable to figure out your problem . Beats me! Could you try with the static html page once and see if you get the output? Srividya
  19. Applying chart takes ages.

    It works fine with line chart also. There must be something wrong somewhere else. Please share the remaining code which embeds the chart etc and we might be able to help. Thanks. Srividya
  20. Custom tooltip for pyramid/funnel charts

    Hi Jaideep, Here is a simple xml that works: <chart caption='Test Pyramid' showPercentInToolTip='0'> <set value='42' toolText='THIS IS MY TOOLTIP'/> <set value='43' /> <set value='38' /> <set value='29' /> </chart> Tested it with v3.0.2 . Please turn the debugMode "on", then in debug Window you can see the version of the chart you are using. Srividya
  21. Applying chart takes ages.

    I for using a MSColumn2D for the screen-shot ( was carried away by useRoundEdges='1' attribute in the xml ). It works with MSLine also. The only thing wrong with the xml is link='j-FusionAJAX_NewChart-,0'. It should actually be link='j-FusionAJAX_NewChart-0' ( removed the comma) But that doesn't affect the chart, only the drill-down would not work. Srividya
  22. Applying chart takes ages.

    Hello Martin, I just checked out your xml locally. Looks good to me. Loads in a jiffy. Here is the screen-shot: This confirms that the loading problem is not cause by the xml. The problem must be elsewhere. Could you please turn on the debugMode and tell the version of chart swf file that you are using? Srividya
  23. Custom tooltip for pyramid/funnel charts

    Hi Jaideep, You can see the version of the swf file in debugWindow when you turn on the debugMode. I have tried the custom tooltips with pyramid chart and it works fine. Srividya
  24. Custom tooltip for pyramid/funnel charts

    Hi Jaideep, Can you tell me the version of the chart that you are using? Srividya
  25. Problem with Nulls

    Hi Can you tell us the technology you are using? Thanks Srividya