Sanjukta

Members
  • Content count

    2,213
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Sanjukta

  1. Load More Then One Linked On Click

    Hi, Yes, you are correct about LinkedCharts allowing only one chart to render for each click. However, you may try using a JavaScript function as link to drill-down on the data-plot. This JavaScript function can be made render multiple charts simultaneously. Ref.- http://docs.fusioncharts.com/charts/contents/?DrillDown/JavaScript.html This needs to be done at your end, as per your requirement. Hope this helps.
  2. Usage Of Fusion Charts

    Hi Atul, Welcome to FusionCharts Forum! Please note that FusionCharts XT Evaluation version is fully-functional, no timeline restricted charting component. Hence, you may use it as long you wish to! Also, there is no feature limitation in the Evaluation version of FusionCharts, except for the fact that the evaluation version charts are watermarked. For further details on FusionCharts XT, please refer to the following link. Ref.- http://docs.fusioncharts.com/charts/ Hope this helps.
  3. Setadaptiveymin Not Working With Ranges

    Hi Iulian, Apologies for the mis-communication. Could you please confirm if you are willing to make the chart adjust the trend-zone with respect to the "yAxisMinValue" as and when changed due to "setAdaptiveYMin"? We are depicting a scenario which we assume is what you are looking for. Please confirm with the same. For example, your chart initially loads with a red trend-zone whose "startValue='20' " and "endValue='70' ". Now when the data changes, and "yAxisMinValue" becomes '50' from '20' due to "setAdaptiveYMin='1' ", you want the red trend-zone to be visible from '50' to '70'. In case this is what you are looking for, I am afraid, FusionCharts currently does not support the same. However, we would make a note of this and shall update it in our wishlist for future upgrades. Hope this helps. Awaiting your confirmation on this.
  4. Chart Not Rendered

    Hi Liva, I am afraid, I am unable to replicate the issue. We have modified the paths slightly and used your HTML and XML files to create a sample that works perfectly. It seems that the path for the JavaScript file is not correct and hence it is not loading which is preventing the chart from rendering. Could you please check in the Network tab in the Browser console and see if this helps? Hope this helps. Column3D.zip
  5. Fusion Map

    Hi Jegathesh, Please note that FusionMaps XT is a data visualization component that shows the data on the maps provided in the pack. The maps are driven by XML data source and you can integrate them with any web technology (ASP.NET, ASP, PHP, JSP, CF etc.) and database. The integration of FusionMaps XT into any dashboard needs to be done at your end. However, you may refer to the downloadable sample dashboards in our site gallery and use it as a reference sample while integrating the same at your end. Ref.- http://www.fusioncharts.com/demos/business/ Hope this helps.
  6. Hi Hari, 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 while using Drill-down functions and various other JavaScript related functions. Please refer to the following page for further details on the Flash Player Global Security settings: http://docs.fusioncharts.com/charts/Tools/FlashPlayerSecuritySetup/HowToSetup.html Please note that in the desktop browsers we have the Flash Player Global security settings method that allows the Flash JavaScript communication by setting the entrusted locations where the SWF files are lept. But we are still looking for this same location in the Android Flash Player where we can enable the security setting similarly to make the LinkedCharts work. We shall update you as soon we come up with an answer to this. Hope this helps.
  7. Linedcharts Not Working For Flash Render Mode

    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 while using Drill-down functions and various other JavaScript related functions. Please refer to the following page for further details on the Flash Player Global Security settings: http://docs.fusioncharts.com/charts/Tools/FlashPlayerSecuritySetup/HowToSetup.html Hope this helps.
  8. Removing The Print Button

    Hi, Hope your issue is resolved. Please feel free to revert in case you have any queries. Happy FusionCharting!
  9. Gantt Chart onClick event?

    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 while using Drill-down functions and various other JavaScript related functions. Please refer to the following page for further details on the Flash Player Global Security settings: http://docs.fusioncharts.com/charts/Tools/FlashPlayerSecuritySetup/HowToSetup.html Also, please note that you can provide links on the <cetrgory>, <process> and <task> element in the Gantt chart. Using Links in the <task> element would make the task bars clickable. For further details, please refer to the chart specific XML API sheet and also the Drill-down formats. http://docs.fusioncharts.com/widgets/Contents/?Gantt/XMLAPI.html http://docs.fusioncharts.com/widgets/Contents/?DrillDown/LinkFormat.html Hope this helps.
  10. Hi, Could you please replace the 4 JavaScript files (FusionCharts.js, FusionCharts.HC.js, FusionCharts.HC.Charts.js and jquery.min.js) from the FusionCharts Evaluation pack with the ones from the "Charts" folder of FusionCharts XT Licensed pack and see if this helps? Hope this helps.
  11. Yaxisname Character

    Hi, Could you please try URL encoding "%" to "%25" and see if this helps? Ref.- http://www.fusioncharts.com/archive/3_1_1/docs/Contents/SpChar_Percent.html Hope this helps.
  12. Setadaptiveymin Not Working With Ranges

    Hi, I am afraid, FusionCharts does not accept data in any other format except the supported XML or JSON data format t\o feed to the charts and display the same. You would need to retrieve the data from the source and convert it to the FusionCharts supported data format to pass it to the chart. Hope this helps.
  13. Gradients In Mscombi2D And Incorrect Hovering Values

    Hi, Could you please specify on the tooltip hover issue? In case you are using a JavaScript fallback of the chart, please note that the tooltip on the mouse over away from the anchor, is an intended behavior and cannot be controlled explicitly. Also, for the custom tooltip, please try using the custom text as the value for the attribute "toolText" in the <set> element of the XML. Ex: Hope this helps.
  14. Gradient For Each Dataset.

    Hi, I am afraid, every individual <dataset> element does not support gradient, as of now. However, you can control the transparency of the same using the "alpha" attribute in the <dataset> element. Hope this helps.
  15. Hi, Could you please declare the "jquery.min.js" file before "FusionCharts.js" in the <head> tag of the HTML and see if this helps? Ex: Hope this helps.
  16. Graph Not Plotting For Msbar3D

    Hi, I am afraid, we are unable to replicate the issue with Multi-series Bar 3D chart in the latest version of FusionCharts, i.e, FusionCharts XT (v3.2.2) Service Release 4. Please check with the attached sample for your reference. Hope this helps. MSBar3D.zip
  17. Zip Code Based Maps

    Hi Bruce, Could you please specify your requirement a bit elaborately? FusionMaps XT supports State maps already provided in the pack. You can find the entire list of maps available with FusionMaps XT in the Tech Specs page in the following link. Ref.- http://www.fusioncharts.com/products/suite/tech-specs/ Also, FusionMaps XT shows data based on geographical entities and not on zip codes. You cannot directly use ZIP code to highlight particular cities or states. However, using the Markers feature, you can create your own custom points on the map and show them with relevant information. Hope this helps.
  18. Issues With Custom Map

    Hi, Could you please confirm if you have customized the map source file by yourself? Also, please mail us at "[email protected]" for further details on this.
  19. New Country: South Sudan

    Hi, Please note that these entity upgrades is included in the FusionMaps XT, scheduled to release in nest few weeks' time. We shall update you as soon we are ready with the upgrade. Thank you for your continued patience and patronage.
  20. Xml Generator Not Working

    Hi, Could you please try using the following link for the XML generator and see if this helps? Ref.- http://docs.fusioncharts.com/charts/Tools/XMLGenerator/XMLGenerator.html Hope this helps.
  21. Zoom In Feature For Fusion Widgetsxt

    Hi Pooja, I am afraid, FusionWidgets does not support the Zoom feature on any of the charts, as of now. Please note that only the ZoomLine chart in the FusionCharts pack supports the zoom feature. Hope this helps.
  22. Cannot Create Boxandwhisker Chart

    Hi, I am afraid, FusionCharts for Flex does not support any chart that would calculate the upper and lower Standard deviation automatically. However, you can always manually calculate the values and plot it accordingly on any chart that would suit your requirement to represent the same. Hope this helps.
  23. Cannot Create Boxandwhisker Chart

    Hi Dennis, I am afraid, FusionCharts for Flex does not support Box and Whisker chart, as of now. Please check with the list of charts & widgets supported by FusionCharts for Flex in Flex applications. Ref.- http://docs.fusioncharts.com/flex/charts/Contents/?introduction_chartTypes.html http://docs.fusioncharts.com/flex/charts/Contents/?introduction_widgetTypes.html Hope this helps.
  24. Hi, Please note that this issue happens when chart SWF files are not properly placed in their respective folders. Default folder names are "fusioncharts" and "fusionwidgets". Please check the folder names and path and make sure if they are properly uploaded. In case this doesn't resolve the issue, please mail us the code snippet at "[email protected]". Hope this helps.
  25. Fusion Chart On Iphone

    Hi Jesus, Could you please remove the repeated and duplicate "adjustDiv" attribute from the XML that is causing the error in the JavaScript chart and see if this helps? Hope this helps.