Haritha
Members-
Content count
489 -
Joined
-
Last visited
Everything posted by Haritha
-
Axis problems with scatter chart - javascript render not working proper
Haritha replied to bmcwhorter's topic in General usage
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 -
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.
-
Hi, Glad that it helped Happy FusionCharting!
-
Hi, Welcome to FusionCharts Forum We are testing the scenario you have talked about and shall get back to you soon.
-
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?
-
plus character is getting converted in post method
Haritha replied to pratik556's topic in Bug Reports
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. -
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.
-
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.
-
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.
-
Hi, The issue reported by you has been identified as a bug and shall be fixed in our next upcoming release.
-
plus character is getting converted in post method
Haritha replied to pratik556's topic in Bug Reports
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. -
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.
-
How to deal with charts flat lining due to huge range in data?
Haritha replied to nemesis256's topic in General usage
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. -
Exported SVG of Javscript-based Gantt chart has zero-width task bars
Haritha replied to mperez's topic in Bug Reports
Thanks. we have received your mail and have replied to it.- 8 replies
-
- ruby-on-rails
- taskbars
-
(and 3 more)
Tagged with:
-
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.
-
Exported SVG of Javscript-based Gantt chart has zero-width task bars
Haritha replied to mperez's topic in Bug Reports
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.- 8 replies
-
- ruby-on-rails
- taskbars
-
(and 3 more)
Tagged with:
-
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.
-
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.
-
Exported SVG of Javscript-based Gantt chart has zero-width task bars
Haritha replied to mperez's topic in Bug Reports
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/- 8 replies
-
- ruby-on-rails
- taskbars
-
(and 3 more)
Tagged with:
-
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.
-
Zoomline (JS) with horizontal label
Haritha replied to Markus Brechbühler's topic in Using FusionWidgets XT
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. -
Gantt: isUnderline property on WebKit browsers not working
Haritha replied to Elger van Boxtel's topic in Bug Reports
Hi, Glad that you could resolve your problem yourself. Happy FusionCharting!- 3 replies
-
- gant
- isUnderline
-
(and 1 more)
Tagged with:
-
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.
-
server-side export Javascript-rendered Gantt
Haritha replied to mperez's topic in Using FusionWidgets XT
Please check your post http://forum.fusioncharts.com/topic/15098-exported-svg-of-javscript-based-gantt-chart-has-zero-width-task-bars/ -
Exported SVG of Javscript-based Gantt chart has zero-width task bars
Haritha replied to mperez's topic in Bug Reports
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.- 8 replies
-
- ruby-on-rails
- taskbars
-
(and 3 more)
Tagged with: