Haritha

Members
  • Content count

    489
  • Joined

  • Last visited

Everything posted by Haritha

  1. Hi, The JavaScript charts seem to be working fine after setting the said attribute. Since we are moving to JavaScript charts from Flash, it will take some time for us to investigate on Flash as of now. Hope this helps
  2. IE8 Maps Rendering is Running Slow

    Hi, We tried to render a USA map on IE 8 and it seems that the map gets rendered fine at our end. Please find the attached screenshot of the same. Also, we have used the version v3.3.1 SR2 in the sample. Could you please check if you are using the same version? If not, you may download the trail copy of the same from http://www.fusioncharts.com/download/trials/ And, please check if you are able to see the map from the following link from our demo gallery. Link: http://www.fusioncharts.com/demos/gallery/maps/GalleryMap.asp?mapName=USA+%28States%29 Awaiting your response.
  3. New graph VLinearGauge

    Hi, Glad that it helped Happy FusionCharting!
  4. IE8 Maps Rendering is Running Slow

    Hi, Welcome to FusionCharts Forum We are testing the scenario you have talked about and shall get back to you soon.
  5. New graph VLinearGauge

    Hi, It is possible to align the half circle created using Angular gauge to right side of the chart. Ref. <chart .. gaugeStartAngle="90" gaugeEndAngle="270" > Please find the screenshot attached. Do you want the tick values to displayed as mirrored too?
  6. plus character is getting converted in post method

    Hi, We tried to pass + in the XML data of the chart and the chart seems to be displaying it fine. Please find the attached screenshot. Ref. code used : <set label='Jan +' value='420000' /> Could you please let us know how you are fetching the XML/JSON data on the server ( from database or from another view page ) and the environment in which you are rendering the chart? Also, could you please give us code snippets of sending data from the server and XML/JSON data that is being passed to the chart so that we can help you better? Awaiting your response.
  7. New graph VLinearGauge

    Hi, 1. It will interesting to have a VLinearGauge , exactly the same than HLinearGauge but vertical >> Please refer : http://forum.fusioncharts.com/topic/15142-vertical-linear-gauge/ 2. another thing is for angulargauge to have a -90,90 different than 90,-90 (to have half circle left or right .. >> It is possible to display a half circle using Angular gauge. Please refer the screenshot attached. Ref. <chart .. gaugeStartAngle="-90" gaugeEndAngle="90" > Hope this helps.
  8. Vertical linear gauge ?

    Hi, The pointers similar to horizontal linear gauge can be created using Annotations. Please refer annotations at : http://docs.fusioncharts.com/widgets/Contents/index.html?Annotations/Introduction.html Hope this helps.
  9. bug with brLabel in HeatMap / javascript

    Hi, The issue reported by you "passing bottom right label[brlabel] only does not display a label on the bottom-right corner of a data plot" has been identified as a bug. The fix shall be available in our next upcoming release.
  10. GetXMLData Bug

    Hi, The issue reported by you has been identified as a bug and shall be fixed in our next upcoming release.
  11. plus character is getting converted in post method

    Hi, + sign has a semantic meaning in the query string. Most server side scripts would decode the query parameters before using them. If you want a literal + to be present in the query string, you need to specify %2B instead. If this does not help, could you please give us code snippets of sending data from the server and XML/JSON data that is being passed to the chart? Awaiting your response.
  12. Vertical linear gauge ?

    Hi, FusionCharts does not support Vertical Linear gauge as of now. You may please try Vertical LED from http://docs.fusioncharts.com/widgets/Contents/LED/VerticalXMLAPI.html and check if it satisfies your requirements. Hope this helps.
  13. Hi, If you have varying range of data on Y-axis, then you need to use logarithmic axis instead of linear axis. You can select any positive base (apart from 1) for your logarithmic scale and the chart gets plotted accordingly to the scale provided. Following are the two charts that support Logarithmic axis: 1. Log Line 2D chart - Similar to Multi-series Line 2D chart except that this chart uses Logarithmic axis. For information on this chart, please refer : http://docs.fusioncharts.com/powercharts/Contents/index.html?Log/Overview.html 2. Zoom Line chart - It is meant for plotting large quantities of data , which if plotted on an ordinary line chart will produce indecipherable results. You can use this chart, if you have many datasets too along with them being in varying ranges. For information on this chart, please refer :http://docs.fusioncharts.com/charts/contents/AttDesc/ZoomLine.html Also, it is not possible to have the user hide one of the lines and have the chart Y axis regenerate or break up the range,as of now. Hope this helps.
  14. Thanks. we have received your mail and have replied to it.
  15. Logo in Evaluation Version

    Hi, Are you able to see the logo at the correct place in other browsers? Please give us screenshots of what you see on other browsers and the browser Firefox 23.0.1 along with the XML/JSON data being used. We tried to render a ScrollCombiDY2D chart with a logo and it seems to be rendered fine. Please find a screenshot of the same. Awaiting your response.
  16. Hi, Please send us the PNG file that you see when you export the chart. Also, please try setting the attribute "exportAtClient" to '0' and "exportAction" to 'download'. It would be good if you send us the sample at [email protected] so that we can have a look at the entire application.
  17. markerToolText and AngularGauge with javascript

    Hi, We tried to render JavaScript variant of Angular gauge using FusionWidgets v3.3.1 SR2 and it seems that the chart gets rendered fine even with "markerToolText". Please find the attached screenshot of the same. Could you please send us a live URL or a scaled down sample replicating the problem so that we can test it at our end? Awaiting your response.
  18. windows 8 slow, unusable

    Hi Alex, Welcome to FusionCharts Forum Can you please let us know the number of data plots that you are trying to render? Also, do let us know the FusionCharts version that you are using. Awaiting your response.
  19. Hi, Please send us your entire sample of export to [email protected] Also, you may consider using PhantomJS for your requirement. For information on the same, you may refer : http://blog.fusioncharts.com/2013/03/how-to-save-charts-as-images-at-server-side/
  20. 2D pie chart space utilization issue

    Hi Vijay, Could you please use the attribute "pieRadius" to set the outer radius of the Pie 2D chart ? FusionCharts XT automatically calculates the best fit pie radius for the chart. This attribute is useful if you want to enforce one of your own values. Ref. <chart ... pieRadius='100' > Hope this helps.
  21. Zoomline (JS) with horizontal label

    Hi Markus, Please try setting "labelDisplay" to 'AUTO' and "rotateLabels" to '0' in your chart XML data. Ref. <chart ... labelDisplay='AUTO' rotateLabels='0' > Hope this helps.
  22. Gantt: isUnderline property on WebKit browsers not working

    Hi, Glad that you could resolve your problem yourself. Happy FusionCharting!
  23. Problem with stacked bar charts 2d

    Hi bmcwhorter, There seems to a minor problem with data plotting in JavaScript variant. Our team will take time in fixing this and this cannot be done instantly. We shall update this thread when the fix happens.
  24. Please check your post http://forum.fusioncharts.com/topic/15098-exported-svg-of-javscript-based-gantt-chart-has-zero-width-task-bars/
  25. Hi, For testing purposes, can you please connect to "export.api3.fusioncharts.com" instead of using Batik and check if your chart gets exported fine? For connecting to export.api3, use only the attribute "exportEnabled" and set it to 1 and remove all the other export attributes. Awaiting your response.