Sanjukta

Members
  • Content count

    2,213
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Sanjukta

  1. Point Values On The Chart

    Hi, I am afraid, FusionCharts does not support this feature of indicated user input values, as of now.
  2. Simple Javascript Link Error

    Hi, Flash Player Global Security settings needs to be enabled, if you are running the application from local file system (C:\ or D:\) and not from web server (local or live). Flash Player's Global Security setting blocks invoking/calling JavaScript from SWF (Flash Movie) by default. So you need to reset your setting into Global Security Setting panel and enable it. Please refer to the following page for further details on the Flash Player Global Security settings: http://www.fusioncharts.com/Tools/FlashPlayerSecuritySetup/HowToSetup.html I hope this helps. Looking forward to your feedback.
  3. Hi, Glad that your issue is resolved. happy FusionCharting!
  4. Linked Charts Json

    Hi, Please note that the Flash Player Global Security settings needs to be enabled, if you are running the application from local file system (C:\ or D:\) and not from web server (local or live). Flash Player's Global Security setting blocks invoking/calling JavaScript from SWF (Flash Movie) by default. So you need to reset your setting into Global Security Setting panel and enable it. Please refer to the following page for further details on the Flash Player Global Security settings: http://www.fusioncharts.com/Tools/FlashPlayerSecuritySetup/HowToSetup.html Hope this helps.
  5. Opening A New Page In An Iframe

    Hi, Please check with the example of Linked chart opening in jQuery prettyphoto for your reference. You would need to use a similar JavaScript function to perform the same at your end. the basic method is mentioned here. I hope this helps.
  6. Opening A New Page In An Iframe

    Hi, Apologies for the inconvenience. The last link format was the format for a HTML link that opens in a new window. Please try using the following JavaScript link format to open it in a new window. Ex: <connector strength='1' label='test' from='1' to='2' arrowAtStart='0' arrowAtEnd='1' link='n-http://www.fusioncharts.com' /> Please refer to the following link for further details on the above. http://www.fusioncharts.com/docs/?DrillDown/LinkFormat.html Hope this helps.
  7. Linked Charts Json

    Hi, Please note that FusionCharts accepts only XML as the data internally. The JSON data provided is at first converted to XML and then fed to the chart internally. Since the inherent XML structure is retained in Linked charts, hence we provide the link as "newchart-xml-ID". However, we are looking into this and shall update you in case we make any changes to this. Currently please try rendering the Linked chart using the "newchart-xml-ID" format. Hope this helps.
  8. Linked Charts Json

    Hi, Please try using the attached modified JSON data (Linkedchart.json) file to render the chart perfectly. Please remove the .txt extension to use the same. Hope this helps. Linkedchart.json.txt
  9. Hi, Could you please send us the relevant XML code as an attachment? Looking forward to your feedback.
  10. Opening A New Page In An Iframe

    Hi, Could you please try providing the link in the following way to open it in a new window? Ex: <connector strength='1' label='test' from='1' to='2' arrowAtStart='0' arrowAtEnd='1' link='<a href="http://www.fusioncharts.com" target="_blank">FusionCharts</a>' /> Hope this helps.
  11. Realtime Chart With Vb

    Hi, Please note that you would need to pass a XML file priorly created with static data and realtime attributes in the following line of code. You would need to create an XML file with the real-time chart attributes like "dataStreamURL" and "refreshInterval" in the <chart> element of the XML where you would pass the data stream URL page (ChartDataURL.aspx) as querystring and the time interval at which the chart would be updating itself respectively. For further details on the Real-time chart, its relevant XML attribute and other details , please refer to the following links. Ref.- http://www.fusioncha...meOverview.html http://www.fusioncha...DataFormat.html http://www.fusioncha...lTimeStamp.html Hope this helps.
  12. Ipad Stacked 3D Column - Off The Charts!

    Hi, Please try using the "baseFontColor" in the <chart> element to change the color of the datavalues and the datalabels. Currently, "Font Styles" is not supported inside the canvas that would explicitly change the color for the data values. Hope this helps.
  13. Possibility Of Displaying Chart Data On Touch/tooltip

    Hi, Please note that you can avail the Drill down feature of FusionCharts to display some other data/chart on clicking the data-plot. You can provide simple links that would open up another page which would display chart data, as mentioned or even JavaScript functions that would call a function to display the chart data. Ref.- http://www.fusioncharts.com/docs/?DrillDown/Simple.html http://www.fusioncharts.com/docs/?DrillDown/JavaScript.html http://www.fusioncharts.com/docs/?DrillDown/ClickURL.html Hope this helps.
  14. No Data Is Displaying....

    Hi, We are currently looking into this and shall update you as soon we come up with the fix. Thank you for your continued patience and support.
  15. Ipad Stacked 3D Column - Off The Charts!

    Hi, Please try using the latest JS files (Beta) files attached with the post in the following link and see if this helps. Ref.- http://forum.fusioncharts.com/topic/9846-legend-not-showing-up-for-pie-chart-on-ipad/page__pid__38645#entry38645 In case you are an existing customer, please mail us at [email protected] stating your Order ID and quoting this forum thread. Hope this helps.
  16. Hi, Could you please try using the Logarithmic charts from the PowerCharts pack to solve your purpose? Ref.- Sample Log Line chart The logarithmic column and line charts are very similar to the normal charts, but for the fact that these charts use a logarithmic axis instead of a normal linear axis. Ref.- http://www.fusioncharts.com/powercharts/docs/Contents/ChartSS/LogLine.html Hope this helps.
  17. Multi Axis

    Hi, I am afraid, FusionCharts suite does not support any Multi-axis Bar chart, as of now.
  18. Gantt Error Showing 2012 Dates

    Hi, You are welcome. Glad that your issue is resolved. Happy FusionCharting!
  19. Gantt Error Showing 2012 Dates

    Hi, Could you please try replacing all the dates mentioned as "DD/MM/11" or "DD/MM/12" in your XML (as mentioned in the FusionCharts Forum) with "DD/MM/2011" or "DD/MM/2012" and see if this helps? Hope this helps.
  20. Using "POST" method in Fusion Chart.

    Hi, Thanks for sharing this with all of us. This was indeed helpful. Happy FusionCharting!
  21. Hi, Apologies for the inconvenience. This is currently an issue with the Scatter chart. But I am glad to let you know that this has been already fixed and would be officially released with the next upgraded version, i.e FusionCharts v3.2.2. In case you are an existing customer, please mail us your Order ID at [email protected] and we would get back to you shortly on this. Thank you for your continued patience and patronage.
  22. Hi, We are looking into the issue and shall get back you as soon we come up with the fix. Thank you for your continued patience and patronage.
  23. Sub Caption Text

    Hi, I am afraid, FusionCharts does not support HTML tags like <u> anywhere except on the "tooltip". However, to apply HTML styling on any object like "<", ">", etc, please try using "Font Styles" with the attribute "isHTML" set to '1' on that object. Ex: <styles> <definition> <style name='MyFirstFontStyle' type='font' isHTML='1' /> </definition> <application> <apply toObject='SUBCAPTION' styles='MyFirstFontStyle' /> <apply toObject='XAXISNAME' styles='MyFirstFontStyle' /> </application> </styles> Hope this helps.
  24. Rotate Syaxisname

    Hi, I am afraid, FusionCharts does not support this feature, as of now.
  25. Problem In Displaying Stackedcolumn2D.swf

    Hi, I am afraid, FusionCharts does not support time/date format on the charts, as of now. Please note that the Y-axis only accepts numerical values. As the number scale id mentioned according to the set up of the time scale, it's showing the data in decimals accordingly. But I am afraid, currently hours and minutes cannot be displayed in such way. Instead it would show the actual calculated fractional values as done by the number scale. Hope this helps.