Sanjukta

Members
  • Content count

    2,213
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Sanjukta

  1. Force display of y-axis values

    Hi, Please note that since you have provided a small height to the chart, the chart is skipping the Y-axis values to prevent overlapping. In case you increase the height slightly by another 50px, the chart is rendered as expected. Ref.- http://jsfiddle.net/5BJnH/62/ This is controlled by the chart's intelligence based on some internal calculation with respect to chart dimensions, hence, this cannot be controlled explicitly. Hope this helps.
  2. Multiseries column chart do not show legend.

    Hi, We are able to view the chart with legend, using your XML. Please check with the attached screenshot for your reference. Also, we would like to confirm if you are using the latest version, i.e, FusionCharts v3.4 for rendering the chart. The process to implement it with ASP.Net remains same, just by explicitly rendering the chart in JavaScript mode and removing the .swf extension as FusionCharts v3.4 does not support Flash any further. Ex: FusionCharts.SetRenderer("javascript"); ... Literal1.Text = FusionCharts.RenderChart("MSColumn2D", "Data/Data.xml", "", "chart1", "600", "300", false, true); Hope this helps.
  3. 0 (zero) not appearing on the chart axis

    Hi, Please note that the zero plane is visible on the chart image but slightly overlapping with the "20,000,000" divisional line. Could you please set a proper divisional lines using "numDivLines" attribute so that you are able to see all the values as expected? Hope this helps.
  4. Event Handling in DragNode Chart

    Hi, Please note that you can update both Flash and JS charts with new data. It seems you are using some previous version, hence, please refer to the following link for more details. Ref.- http://docs.fusioncharts.com/charts/contents/?JavaScript/JS_ChangeData.html#update However, we would recommend you to upgrade your current version to the latest to avail various new features and enhancements. Hope this helps.
  5. 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.
  6. Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.4 and share your feedback with us? FusionCharts Suite XT v3.4 boasts of a tremendous improvement in performance of the common charts in the suite, allowing you to build better performing dashboards for your desktops and mobile devices. Hope this helps.
  7. ASP MVC Example

    Happy FusionCharting!
  8. Hi, Could you please let us know the FusionCharts version you are currently using? Please note that the latest version, i.e, FusionCharts v3.4 supports pure JavaScript version and hence, server-side export is only possible. But currently, the charts can only be exported using the hosted FusionCharts Suite XT Export handler service. We intend to ship a self-hosted Export Handler module next quarter. Ref.- http://docs.fusioncharts.com/tutorial-getting-started-adding-interactivity-exporting-to-images-or-pdf.html Hope this helps.
  9. Event Handling in DragNode Chart

    Hi, Natively this is not possible with FusionCharts as of now. However, on dataplot clicking you can call a JavaScript function as link and update the existing chart with new data with the desired changes that you wish to see on the chart. This is an alternative solution to your requirement. Hope this helps.
  10. Legend configuration

    Hi, Yes I understood the issue. In this case, if the legend text is large and wraps itself to fit in to the legend box, we cannot explicitly manage that as of now.
  11. How to Wrap the label text in MultIlevelPie chart

    Glad that your issue is resolved. Happy FusionCharting!
  12. Font Families

    Hi, Please note that all types of true type fonts are supported by FusionCharts where system fonts have higher priority. We are not confirmed about "Roboto" specifically. It seems that it is working as expected in the latest version using the attributes "baseFont='Roboto' " and "basefontSize='25' ". Hope this helps.
  13. Issue with negative coordinates at bubble chart

    Hi Eugen, Glad your issue is resolved. Happy FusionCharting!
  14. 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? Ref.- http://www.fusioncharts.com/download/ 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. Legend configuration

    Hi, Please try setting the attribute "legendNumColumns" to "1" in the data. If your chart contains multiple series, the legend is displayed as a grid comprising of multiple legend keys. With the help of this attribute you can specify the number of columns that are to be displayed in the legend. Hope this helps.
  16. Hi, Please refer to the following link for further details on export. Ref.- http://docs.fusioncharts.com/tutorial-getting-started-adding-interactivity-exporting-to-images-or-pdf.html Also, please remove the "exportHandler" attribute to export the charts via FusionCharts public server. Hope this helps.
  17. Maps are not displaying correctly

    Hi, Please note that we do not have the exact sample to replicate your issue. It will be of great help if you can provide us with a scaled-down sample at [email protected] so that we might test it. Awaiting your response.
  18. Maps are not displaying correctly

    Hi, Could you please provide us with the scaled-down sample for FusionMaps issue? You may mail it to us at [email protected]. Regarding the chart not displaying any data, could you please let us know if you are trying to render the chart in Google Chrome ith "XMLUrl" method? Awaiting your response.
  19. ASP MVC Example

    Hi, Welcome to FusionCharts Forum! Currently we do not have any documentation for FusionCharts with ASP.Net MVC application. However, you can refer to the following Forum post where one of our user had shared a sample on the same. Ref.- http://forum.fusioncharts.com/topic/12828-mvc-chart-extensions/?pid=50818#entry50818 You may download the sample attached in the mentioned Forum post link for ASP.Net MVC implementation as we do not have any native ones at our end. Hope this helps.
  20. Hi Fernando, Could you please provide us with the relevant XML/JSON data so that we might test it? Also, could you please remove the "exportHandler" attribute and export the chart via our public server and see if this helps? Awaiting your response.
  21. Hi, Could you please provide us with the relevant XML/JSON data so that we might test it? Also, could you please remove the "exportHandler" attribute and export the chart via our public server and see if this helps? Awaiting your response.
  22. Caption with no data message

    Hi, Please note that in order to display a blank canvas without nay data, you would need to provide a complete XML/JSOn data format without any data. Ex: <chart > <set /> </chart> Please check with the screenshot for your reference. Hope this helps.
  23. Markers in the chart

    Hi, Please note that since the latest version, i.e, FusionCharts v3.4, full-featured annotations engine is supported to let you add custom shapes and information to the chart, and bind to data points. On top of this, you can even write custom JavaScript to control these annotations. You may see them with the following JSFiddles link: http://jsfiddle.net/fusioncharts/Yq4EK/ http://jsfiddle.net/fusioncharts/S84S8/ Hope this helps.
  24. Server-side exporting in 3.4

    Hey. Hope your issue is resolved. Happy FusionCharting!