Swarnam

Administrators
  • Content count

    1,122
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Swarnam

  1. Hi Mark, SSL certificate expiry message issue has been resolved. Please do check and share your feedback.
  2. Hey, Try setting "initiallyHidden" attribute to 1 in the respective dataset element. This would hide the dataset series and will be activated on click of the legend Hope this helps.
  3. Hi Vishnu, No, we do not support export the charts to Excel feature.
  4. Hi Vishnu, As per the current schedule, it is expected around mid of November.
  5. jquery plugin for 3.4?

    Hi, The issue has been fixed and released in our latest version. Do download and let us know if your issue has been resolved.
  6. Hi Vishnu, Yes, it will connect to external server to export the charts and require active internet connection as of now. Meanwhile, we are working on self-hosted Export Handler module, which will help you to meet your requirement.
  7. Hi Vishnu, While exporting the chart data is not communicated with the external server. Only SVG image data would be sent and the chart is exported.
  8. Bubble.swf chart export bug

    Hi, Can you please confirm if the issue is being faced while exporting Bubble chart rendered in JavaScript mode using IE 8 browser? If yes, it has been internally fixed and it will be available in our next upcoming release. Else, please share more details about the issue faced.
  9. Qucik Question About which chart is this

    Hey Bharath, Glad to know you have been able to resolve most of the issue. A combination chart is a chart that combines two or more charts types in a single charts e.g., a column charts series and a line charts series. In a dual Y-axis combination charts, each axis has its own unit and magnitude, and each data series conforms to one of these axis. The difference in the way the data is being represented for both combination charts is because: In 2D Dual Y Combination Chart, you can associate any dataset with primary/secondary axis. In Multi-series Stacked Column 2D Line Dual Y Combination Chart, lineset element is required because line element by default will be plotted against secondary axis and for stacked data sets have to be broken down into their constituents and plotted against Primary axis. I hope I am able to clarify the doubts.
  10. Chrome Refuses Exportchart()

    Hey, As per my understanding, issue mentioned here seems to be related to Flash charts. FusionCharts along with Flash Player, does not allow the charts to render until it is in the viewable area of the browser page. The exporting of the charts, which are not in the viewable portion of the browser naturally does not take place as the charts are not rendered. This process can only be performed if the page is scrolled down and all the charts in the page are forced to render. Please note: We have deprecated the support for Flash. Starting FusionCharts Suite v3.4, FusionCharts is a pure JavaScript library. JavaScript charts does not support batch If you would like to export the entire charts[JavaScript mode] present in a page, we suggest you to use "PhantomJS" or "wkhtmltoimage" third party library, which will generate the reports of charts, at server side. The details of the implementation you could find from our blog post link: http://blog.fusioncharts.com/2013/03/how-to-save-charts-as-images-at-server-side/ Hope this helps.
  11. Change scatter chart color

    Hey, Welcome to FusionCharts forum post. Using the latest version of FusionCharts Suite, it is possible to specify the color of individual data point through set element. The same attributes "color", "anchorBgColor", "anchorBorderColor" can be used within set elements. Hope this helps.
  12. Inversed Pyramid charts

    Hi Gayathri, If you would like to provide a set of colors in the chart element, try using "paletteColors" attribute <chart .... paletteColors="#0075c2,#1aaf5d,#f2c500,#f45b00,#8e0000"...> Else, if you would like to specify color for individual slices, try using using "color" attribute in the set level <set label='January' value='17400' color='#00008B' /> Hope this helps.
  13. Hi, Yes, answer is no . It is not possible to display a tooltip without the anchors. Feeding data through XML, internally prior to rendering a JavaScript chart we would convert it to JSON. JSON creates a JavaScript object. The JavaScript object can be easily parsed and manipulated with JavaScript. However, we do not have benchmarking saying JSON is X times faster than XML as of now. No, you can render a chart in two stages. Hope this helps.
  14. Hey, Create a public folder under TestProject where app/bin/config folders are present and place the JavaScript files. Hope this helps.
  15. Hey, Can you please confirm the version of FusionCharts used? Is the issue seen in JavaScript or Flash charts?
  16. Inverse Y axis on a Scatter chart

    Hey, No, we do not support Inverse axis on a Scatter chart.
  17. Hi, Welcome to FusionCharts Forum post. The issues have been resolved in our latest version fo FusionCharts Suite v3.4. For Evaluation version: http://www.fusioncharts.com/download/ Do check and let us know if your issues has been resolved.
  18. Chart discrepancy with no data

    Hey, Apologies for the delay in response. The difference in Annotation images not appearing on vline when removing the code highlighted in Red >> Reason behind is "MSCombi3D" chart by default render dataset as Column. Hence, position of column when compared to line differs. Could you please try retaining only "renderAs" : "line" while removing the code highlighted in Red? Hope this helps.
  19. Hi, HTTP_URL property has to be set in order to export the charts. This property will store the HTTP reference to the folder where exported charts are to be saved. Eg: http://www.yourdomain.com/images/
  20. Hi, Yes, try setting "anchoralpha" as 0 and drawAnchors as 1. This settings will display the tooltips. To improve the performance, suggestion would be to feed data via JSON, turn off any gradients, turn off animations. Hope this helps.
  21. Hi Patrick, Apologies for the delay in response. I'm unable to replicate the issue. Can you please check out the fiddle at:http://jsfiddle.net/nabajeet_fusioncharts/ruyb0s2u/1/? We are unable to replicate the Matrix svg of the Legend to have NaN. Please find screenshot attached.