Haritha

Members
  • Content count

    489
  • Joined

  • Last visited

Everything posted by Haritha

  1. Hi, The problems seems to be with baseFont="Arial Narrow". When I removed this attribute, chart seems to be getting exported fine without any overlap or label truncation. Could you please try removing this at your end too and let me know your feedback? Meanwhile, I shall investigate more on this and get back to you shortly.
  2. Create a calendar for FusionCharts

    Hi, This feature is not in our roadmap as of now, as we believe there are calendar components out there which do a better job at it. If you want to do it with FusionCharts, you may use PowerCharts XT Heat Map or FusionWidgets XT Drawing pad to simulate calendar in conjunction with popular JS date library like Date.js or Memento.js. Hope this helps.
  3. Customizable Legend in tabular formate

    Hi, If your requirement is to display legend in the form of a table, then you may use any one of the following approaches: 1. Grid Component You may disable showing legend for the chart and use grid component along with it to show the legend in similar format. However, when you use this method, legend interactivity will no longer be available since Grid is a separate component. For information on Grid component, you may refer : http://docs.fusioncharts.com/charts/contents/index.html?grid-component/Grid_Overview.html 2. Use Legend and give spaces in values You may use the legend of the chart and give spaces in values of "legendCaption" and "seriesName" so that they get displayed like a table. Eg. <chart ... legendNumColumns='1' legendCaption=' Property Change(%)' <dataset seriesName='Demo 20%'> In the above example is used to give spaces in XML data. Since, legend is a part of the chart, legend interactivity is still available. Hope this helps.
  4. Hi Sudheesh, It appears that FusionCharts.js is not able to load the other required files. This happens when the HTML (or JSP) file is not present in the same path where JS files of FusionCharts are present. You are able to see Flash charts because flash chart does not require the other JS files to be present along with FusionCharts.js. For testing this, you may try opening the other files from the URL in the error you pasted above. It is more likely that you will not be able to access these files using this URL. For avoiding this, please try explicitly loading all the JS files using the script tag (same like you load FusionCharts.js) and let me know if this helps. Awaiting your response.
  5. Trial version and Javascript renderer

    Hi, Welcome to FusionCharts Forum Your code seems to be working fine at my end and I am able to see the Column 2D chart too. Please check if you have placed the files FusionCharts.js,FusionCharts.HC.js, FusionCharts.HC.Charts.js and jquery.min.js in your "Charts" folder. Please find a sample attached, which is created using your code, for your reference. Hope this helps. Column 2D.zip
  6. issue in Ie10- Download Black and white image

    Hi, We have created a new ticket with ID :217205 in our support portal to address this problem. Please reply with the requested sample.
  7. bug with brLabel in HeatMap / javascript

    Hi, We are glad to inform you that the latest version of FusionCharts XT v3.3.1 SR3 has been released, where this issue has been fixed. Could you please upgrade to the latest version and let us know your feedback? To download the trial version of latest FusionCharts XT v3.3.1 SR3, please visit the link: http://www.fusioncharts.com/download/trials/ Hope this helps!
  8. Converting to javascript

    Hi, The HTML and XML files look fine. Please check if you have the following files present in your "FusionCharts" folder : FusionCharts.js, FusionCharts.HC.js, FusionCharts.HC.Widgets.js and jquery.min.js You need to have all the above listed files for rendering a JavaScript variant of FusionWidgets XT. Hope this helps.
  9. Hi, It is not possible to show an icon with each data plot or label of a chart, as of now. Hope this helps.
  10. Hi, It seems that you want to re-scale your y-axis when you click on a legend to hide the corresponding dataset series. It is not possible to scale Y-axis when a dataset is hidden by clicking on legend, as of now. However, as a workaround, you may use "LegendItemClicked" event to scale y-axis when a dataset is hidden by clicking on legend. Please find an attached sample created using this workaround. Hope this helps. Rescaling yAxis Demo.zip
  11. Converting to javascript

    Hi, Yes, charts in FusionWidgets XT too can be rendered in JavaScript mode, similar to the charts in FusionCharts XT.
  12. Create a calendar for FusionCharts

    Hi, We shall look into the feasibility of this request and get back to you soon.
  13. Export Fusion Chart To PDF file..

    Hi, 1. Is there any way how to export fusion chart with some data displayed in table tag related to fusion chart .i want export both to same PDF file in jsp ..please help me .. have u any example in wkhtmltopdf file. >> As you said you may use third party tools like wkhtmltopdf or PhantomJS. You may refer the link : http://blog.fusioncharts.com/2013/03/how-to-save-charts-as-images-at-server-side/ However, we donot have any ready sample available as of now. 2. can i export gird chart to PDF file.i tried but only fusion chart is export but fusion grid chart is not exporting to PDF file. >> Yes it is possible to export single series Grid component. But since it is a charting component, it does not get exported automatically along with the chart. You need to export it separately like you export other FusionCharts. If you want to export it along with some other chart, then you may use Batch export (if you are using Flash) or wkhtmltopdf mentioned above. Hope this helps.
  14. Duplicate id error

    Glad that you could figure it our yourself Happy FusionCharting!
  15. Problem with stacked bar charts 2d

    Hi, Thank you for your patience. The issue reported by you has been fixed and is available in the latest version of FusionCharts v3.3.1 SR3. To download the trial version of FusionCharts v3.3.1 SR3, please visit the link: http://www.fusioncharts.com/download/trials/ Hope this helps!
  16. Hi, This fix has been released officially and is available in the latest version of FusionCharts v3.3.1 SR3. To download the trial version of FusionCharts v3.3.1 SR3, please visit the link: http://www.fusioncharts.com/download/trials/ Hope this helps!
  17. GetXMLData Bug

    Hi, Thank you for your patience. The issue reported by you "Drag Node Chart - does not return connectors using getXMLData() , when none are present during chart creation" has been fixed and is available in the latest version of FusionCharts v3.3.1 SR3. To download the trial version of FusionCharts v3.3.1 SR3, please visit the link: http://www.fusioncharts.com/download/trials/ Hope this helps!
  18. 3D Column Chart remove gradient from canvas base

    Hi, This bug has been fixed and is available in the latest version of FusionCharts v3.3.1 SR3. To download the trial version of FusionCharts v3.3.1 SR3, please visit the link: http://www.fusioncharts.com/download/trials/ Hope this helps.
  19. Hi, This problem has been identified as a bug. Our developers have fixed it internally. The fix shall be made available in the next upcoming release.
  20. Special characters in Fusion chart label

    Hi, Yes, you need to encode the special characters if you want to use them in your data. We do not have any documentation for a complete list of special characters along with their encodings, since this list is huge. You may google out the same to find encodings used for desired characters. For eg, For left quote ‘ is used and for right quote ’ is used. Ref. <set label='Jan‘' ..../> <set label='Feb’' .... /> Also, the code you have pasted for encoding Japanese characters in a JSP page seems to be appropriate. Hope this helps.
  21. issue in Ie10- Download Black and white image

    Hi, Could you please send us your "FCExporter.jsp" that you are using?
  22. Displaying Delta line in a 2 series line chart

    Hi Satya, Is there any specific functionality that you are looking out for? It would be good if you could drop us a mail to [email protected] about your requirements so that we can assist you accordingly.
  23. Gantt Chart Task Label Alignment

    Hi, FusionCharts v3.3.1 Sr3 has been released which includes this feature. You may download the trial copy of the same from http://www.fusioncharts.com/download/trials/ The attribute "taskLabelsAlign" is used to align all the task labels present in the chart. Ref. <chart ... taskLabelsAlign='right' > The attribute "labelAlign" works at task level to align task labels. Ref. <task .. labelAlign='left' /> Hope this helps.
  24. Displaying Delta line in a 2 series line chart

    Hi Satya, It is not possible to obtain a vertical line between two lines when the user hovers on a line. It is also not possible to obtain x and y co-ordinates of mouse pointer natively using FusionCharts. Hope this helps.
  25. Hi Sudheesh, The Stacked Area 2D chart shows up fine using the above given XML data. You can see the Stacked Area 2D chart on browsers in desktop devices but not on iPad/iPhone, since you are seeing a Flash chart on desktop devices while you are seeing a JavaScript chart on iPad/iPhone devices. For testing purposes, make you code look like the one given below to see JavaScript charts on all devices. Ref. var myChart; FusionCharts.setCurrentRenderer('javascript'); myChart = new FusionCharts( "StackedArea2D", "myChartId", "800", "400", "0","1"); ............... myChart.render("chartContainer"); Try using the above code and check if the chart gets rendered on all devices. Do let us know your feedback.