Sanjukta

Members
  • Content count

    2,213
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Sanjukta

  1. showLabels=0 not working

    Hi, Apologies for the delay. We are unable to replicate the issue with FusionCharts v3.4. The labels are not displayed on the Pie Charts and the tooltip displays the label and the values corresponding to the set element. Please check with the attached screenshot for your reference. In case we did not understand your requirement correctly, please let us know what you would want to display on the chart and on the tooltip. Awaiting your response.
  2. Glad that your issue is resolved. Happy FusionCharting!
  3. Vline Issue

    Hi, Please try setting the attribute "plotGradientColor" to null (' ') in the chart element of your data. Ex: <chart ... plotGradientColor =' '> Hope this helps.
  4. Server-side exporting in 3.4

    Hi, Could you please confirm if you are trying to export a chart on the server side without rendering it on the browser? In case yes, currently, we can provide the following 2 solutions. 1. FCImg : This s a free PHP library that allows you to generate PNG and JPEG images of your charts on the server, without even rendering the chart in a browser. It renders the JavaScript version of FusionCharts at the server and and then internally uses the open-source wkhtmltoimage shell utility to convert the charts to images. Ref.- http://blog.fusioncharts.com/2012/02/generate-chart-images-on-the-server-using-fusioncharts/ 2. Using wkhtmltoimage/PhantomJS : The charts are exported without being rendered in the browser using wkhtmltoimage is a simple shell utility to convert HTML to images. Ref.- http://blog.fusioncharts.com/2013/03/how-to-save-charts-as-images-at-server-side/ Hope this helps.
  5. Vertical trend

    Hi Jakub, Welcome to FusionCharts Forum! Please note that only Scatter chart can partly cater to your requirement as we do not have any alternative to this as of now. Also, you can join the points using a line in scatter chart by setting "drawLine" to '1' in the dataset elements of your data. Hope this helps.
  6. Div lines not showing in Column Charts

    Hi, Please try setting the attribute "adjustDiv" to '0' in the chart element of your data and see if this resolved the issue. Hope this helps.
  7. Hi, Could you please confirm the relative path the fusioncharts.js file is mentioned correctly with respect to the server application? Awaiting your response.
  8. Hi, Yes, we have made a note of the same and shall update it in our wishlist, for feasibility analysis. Thank you for your continued patience.
  9. Hi, Please note that on clicking a data plot you need to call a JavaScript function as link that would in turn call any server-side script. FusionCharts is a client-side component and does not support direct server-side interaction as of now. Hope this helps.
  10. Hi, Please note that in FusionCharts v3.4, you would just need to set "bgAlpha" attribute to '0' as the chart is by default set to transparent. Ref.- http://docs.fusioncharts.com/tutorial-configuring-your-chart-border-and-background.html Also, the previous method "setTransparent(true)" would work as expected although it is deprecated along with "bgAlpha" attribute set to '0'. For the new setting, you would need to write the following code. <html> <head> <script type="text/javascript" src="js/fusioncharts.js"></script> <script type="text/javascript"> FusionCharts.ready(function () { var myChart = new FusionCharts({ type: 'column2d', renderAt: 'chart-container', dataFormat: 'json', dataSource: ..., containerBackgroundOpacity: '0' // Render the chart. myChart.render(); }); </script> <body> <div id="chart-container">FusionCharts will load here...</div> </body> </html> Hope this helps.
  11. Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.4 that includes a lot of new features and enhancements? You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html. Hope this helps.
  12. Some charts not working well on Chrome 35

    Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.4 that includes a lot of new features and enhancements? You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html. Hope this helps.
  13. Fusion Charts in Hidden Divs

    Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.4 that includes a lot of new features and enhancements? You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html. Hope this helps.
  14. Export Option Not Working Ie 8

    Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.4 that includes a lot of new features and enhancements? You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html. Hope this helps.
  15. Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.4 that includes a lot of new features and enhancements? You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html. Hope this helps.
  16. Hi Pravardhan, FusionMaps XT shows data based on geographical entities and not on zip codes. It uses an internal co-ordinate system to plot points. For example, the US map is divided into it's respective states. You can show data for each state by referring to it's ID (pre-defined in FusionMaps XT). You cannot directly use ZIP code to highlight particular cities or states. Hope this helps.
  17. Markers in the chart

    Hi, Please note that usually Markers are displayed using the default shapes provided by FusionMaps XT(circle, arc, diamond or triangle) as our marker shapes and customized their border and background color. However, FusionMaps XT provides you with many more options for marker shapes like defining your custom shape and loading external images as icons. To do so, you'll need to use the SHAPES feature of markers, as explained in the following link. Ref.- http://docs.fusioncharts.com/maps/Contents/?markers/MarkerShapes.html Hope this helps.
  18. Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.4 that includes a lot of new features and enhancements? You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html. Hope this helps.
  19. Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.4 that includes a lot of new features and enhancements? You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html. Hope this helps.
  20. IE8 Maps Rendering is Running Slow

    Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.4 that includes a lot of new features and enhancements? You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html. Hope this helps.
  21. Javascript chart with JQueryPlugin

    Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.4 that includes a lot of new features and enhancements? You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html. Hope this helps.
  22. Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.4 that includes a lot of new features and enhancements? You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html. Hope this helps.
  23. Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.4 that includes a lot of new features and enhancements? You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html. Hope this helps.
  24. Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.4 that includes a lot of new features and enhancements? You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html. Hope this helps.
  25. Hi, Please note that FusionCharts supports only server-side export when exporting the JavaScript charts. But the "FCExporter.aspx" file from the Download package would not be able to assist you in this case as this exports only Flash charts. You would either need to export the JavaScript charts using our public server or set up Batik on your server. Ref.- http://docs.fusioncharts.com/charts/contents/?exporting-image/ECPureJS.html However, one of our developers internally developed a solution on .Net 4.0 and above & using SharpVectors and a few other assemblies, to export the latest version of FusionCharts XT (v3.3.0 and above), without using Batik library that require PHP server, that had helped us in exporting JavaScript & Flash charts simultaneously. Also, technically this is just same as the native "FCExporter.aspx" component that we provide in the "ExportHandlers" folder of the Download Package, just a little modified, to fit in your requirement. The system requirements to run this modified FCExporter.aspx are: >> FusionCharts v3.3.0 and above >> .Net 4.0 framework and above Below, we provide you the detailed implementation with a ready sample for your better understanding. You have a FusionCharts sample with the combination of multiple (Flash and/or JavaScript) charts on the same page, using ASP.Net that you want to export at once and save them on the server. Here we go for the easy solution: >> Add the reference of all the SharpVectors, Windows.Base & PresentationCore assemblies besides the modified FCExporter.aspx component (as attached) >> Modify "FCExporter.aspx.cs" file to save the exported images on the specified server location, as explained here >> Modify in the Web.Config file (to prevent error while POST of SVG data string): <configuration> <system.web> … <httpRuntime requestValidationMode="2.0"/> … </system.web> </configuration> >> Add the following attributes in all the XML files for the configurations: <chart ... exportEnabled='1' exportAtClient='0' exportAction='save' exportHandler=’…/Path/FCExporter.aspx' exportFilename=’ImageFileName’> >> Initiate export from JavaScript so that all the charts in the page are exported on button click, using this additional code snippet. function exportCharts() { initiateExport = true; for (var chartRef in FusionCharts.items) { //alert(chartRef); if (FusionCharts.items[chartRef].exportChart) { FusionCharts.items[chartRef].exportChart({ "exportFormat": "JPG" }); } ... <input type="button" value="Export Charts" onclick="exportCharts()" /> Now, on button-click, you will find all the (JavaScript and/or Flash) charts rendered on a single page would be exported simultaneously as images and get saved on the specified server location with the desired Image file name, you had explicitly mentioned. Please check with the sample implementation that can be downloaded from the following link containing the modified FCExporter.aspx component. [Note: This is a modified file and is not the same which is included in the Download Package.] Ref.- http://www.igcomm.com/Support/ServerSideBatchExport_VS2010.zip Hope this helps.