Swarnam

Administrators
  • Content count

    1,122
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Swarnam

  1. Trouble In Using Setdataxml

    Hi James, Can you please let us know the error message occurred while trying to render a chart?
  2. Trendlines Displayvalue Doesn't Be Colored

    Hey, We are looking into the issue. Meanwhile, can you please try adding font styles to "TrendValues" object? Please find the modified XML attached. Data.xml
  3. Translation Menu On Charts

    Hi Eden, Thanks for the suggestion. If feasible, we would include it in our wishlist.
  4. Hi Tony, Rendering in Internet Explorer 8 would take a longer time was a browser related issue. Our developers are putting in effort to overcome this performance issue. We are working on it. We are unable to commit any timeline. For further developments, we would update this thread.
  5. Hey, Thanks for the sharing the information.
  6. Using Different Versions Of Jquery

    Hi Eric, Welcome to FusionCharts Forum. Do I include both version on the page? If you will have to include both the version of jQuery, you will have to explicitly load "jquery.min.js" while loading your application. Please Note: Included the "jquery.min.js" even before "FusionCharts.js" in the <head> tag. Only include the newer version of jQuery and FusionCharts will use this version? Yes, it is possible but you will have to upgrade to FusionCharts XT SR5 or later. Prior to FusionCharts XT SR5 are compatible with jQuery 1.7 Please find the attached sample which uses jQuery v1.9.1. Hope this helps. jquery1.9.zip
  7. Fusion Chart Memory Leak.

    Hi Denis, Can you please try rendering a JavaScript chart using the latest Trial version(FusionCharts v3.3.0) and share your valuable feedback with respect to memory leaks? Please Note: To address the memory leak issue, please try removing a chart instance from page and memory. You need to use dispose() function of the chart's JavaScript Object. The function will take care of the rest. Additionally, the function will raise beforedispose event prior to removing a chart and disposed after the chart has been removed. The code is fairly simple and does not require to listen to the events in simple implementation. Ref. Code: FusionCharts("myChartId").dispose();
  8. Y-Axis Line

    Hi Paul, Welcome to FusionCharts Forum. Please use the attached XML to render the chart as per your requirement. Hope this helps. chartwithYaxis.xml
  9. Hi, Glad to know your issue has been resolved.
  10. Two Chart In One Xml

    Hi Sam, I'm afraid, it is not possible to render two charts in the same container.
  11. Fusioncharts, Portlets, Liferay

    Hey, Thanks for sharing the information. Yes, it would be of great help.
  12. Web Page Development Using J2Ee

    Hi Sreesh, The below link will guide you through to create multiple charts within a same page. http://docs.fusioncharts.com/charts/contents/Code/J2EE/JSP_BasicExample.html#multiple FusionCharts XT has a specific XML structure for each chart. For combination and multi-series charts, XML format differs from a Single Series chart(Line,bar,pie) Please refer to: Multi-Series chart: http://docs.fusioncharts.com/charts/contents/DataFormats/XML/MultiSeries.html Combination chart: http://docs.fusioncharts.com/charts/contents/DataFormats/XML/Combination.html Hope this helps.
  13. Tool Tip Positioning Issue

    Hi Anurag, Welcome to FusionCharts Forum. Apologies for the delayed response. The issue has been fixed in our latest release. Can you please update to the latest version of FusionCharts? Trial version at: http://www.fusioncharts.com/download/trials/ Hope this helps.
  14. Issue In Stacked Area 2D Chart

    Hi Fairoz, Welcome to FusionCharts Forum. Apologies for the delayed response. In Stacked Area charts, data plots are stacked on top of each other to show the cumualtaive sum of the data plots. So, 2013-03-23 displays tooltip has $5,378,750 and it has been aligned above $6,400,000 ($5,378,750 +$1,600,000) No, we do not support Stacked Area 3D chart and Stacked Area 2d Dual Y charts. Hope this helps.
  15. Hi, Welcome to FusionCharts Forum. Apologies for the delayed response. It is not possible to increase individual bar width, however by controlling the space between the columns width can be varied. Can you please try using "plotSpacePercent" attribute in the chart element? This attribute defines the spacing between two columns. Hope this helps.
  16. Hi Jeevan, Welcome to FusionCharts Forum. Apologies for the delayed response. "Chart type not supported" message occurs, since we do not support JavaScript version of Gantt chart. Hope this helps.
  17. A Problem Of Dragnode

    Hi Stephen, Apologies for the delayed response. To increase " Node 1 " font size try specifying "baseFontSize" attribute in the chart element. This attribute sets the base font size of the chart, that is, all the values and the names in the chart which lie on the canvas will be displayed using the font size provided here. Hope this helps.
  18. Infinite Loop In Certain Cases

    Hey Andrew, As mentioned earlier by Sumedh, the fix was included later to version fusioncharts/3.2.3-sr1.5347.
  19. Show Half Line In Multiline Chart

    Hey, Can you please a share a screenshot of your requirement?
  20. Pie Label Inside Slice

    Hi Alex, Welcome to FusionCharts Forum. No, it is not possible to display the labels inside the slices of Pie chart currently.
  21. Changing Legend Icon Te Color Square

    Hi Paul, Each data set series is represented by its own icon in the legend. So, it is not possible to change the legend icon to any other image.
  22. Two Chart In One Xml

    Hi Sam, Yes, it is possible to render two different charts using the same XML. However, you would need to render the chart in different div containers. Each chart should be rendered in separate HTML container (DIV, SPAN etc), Your attachment is missing . Can you please resend it? Please refer more at: http://docs.fusioncharts.com/charts/contents/FirstChart/MultipleCharts.html Hope this helps.
  23. Weather

    Hey, Thanks for sharing with us. Do let us know if you require any assistance while the development is in progress.