Swarnam

Administrators
  • Content count

    1,122
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Swarnam

  1. Background image issue

    Hey, Can you try using "bgImage" by replacing "bgSWF" attribute to display the background image / SWF file? "bgSWF" attribute is deprecated. Please check out our similar example at: http://docs.fusioncharts.com/charts/Code/JavaScript/bgImageTryout/index.html Hope this helps.
  2. Background image issue

    Hi, "bgImageValign" and "bgImageHalign" attributes are supported from FusionCharts v3.2.2. If you wish to make use of any new features, then you will have to modify your code to include the same. To use these attributes, please try using SWF files from v3.2.2. Hope this helps.
  3. How to show vertical scroll in gantt

    Hi Jeff, Can you please try loading the Gantt chart using native IE 9 and IE 8? Also, please try explicitly loading the FusionCharts.HC.Gantt.js in the head section?
  4. Hi Jitesh, The issue of overlapping labels in JS charts is due to the space character included in the label attribute. As a workaround, can you please try rendering the chart by removing the space in the label attribute of category element?
  5. Funnel chart

    Hi Sergey, Welcome to FusionCharts Forum Post. It is not possible to create a Funnel chart to appear in the shape of nozzle. However, closest match would be to render a Funnel charts as a Section funnel chart. This type of funnel chart displays data that equals 100% when totaled. In this chart, there is no streamlining of data. The height of each funnel segment with respect to the entire funnel height depicts the value for that particular dataset. Please find the attached screenshot for your reference. Hope this helps.
  6. Hey, It is a known issue and our developers have internally fixed the issue. Glad to know you have resolved the issue at your end. :-)
  7. How to show vertical scroll in gantt

    Hi Jeff, Can you drop a mail to "[email protected]" , quoting the forum post?
  8. Hi, The values appears above the line plot due to limited space. FusionCharts automatically overrides the attribute[valuePosition] because of label management. Try increasing the height of the chart, the values will appear below the line plot and overlapping does not occur. Hope this helps.
  9. Hey, Welcome to FusionCharts Forum Post. Can you share a screenshot of the issue faced?
  10. Alert Manager not working

    Hi Abid, Alert Manager works for Real Time charts and Gauges. Can you please try for Real Time Bulb Gauge? Please find the attached screenshot for your reference.
  11. Hi Brad, As per the current schedule, the fix would be included in the next upcoming release which is around beginning of second quarter of 2014. We would keep you posted about further developments.
  12. Slow rendering Gantt chart

    Hey, As Sumedh mentioned earlier, with regard to performance issue of Gantt chart, please note that FusionCharts Suite XT performance depends on various factors as machine configuration (RAM capacity, Processor speed), number of processes running at the time of rendering the chart, number of data points plotted, number of charts loaded per page, browser version etc. However, JavaScript charts take time during initial loading and subsequent loading of charts in the browser takes less time for the charts to render. This happens because the browser does not have to reload the JS files in subsequent rendering. Meanwhile, we are constantly putting in our effort to improve the performance of JS charts over various versions of FusionCharts. Can you please let us know the browser details where the issue has been faced? At my end, it took around 30 secs to load in a Chrome browser. Hope this helps.
  13. how can i add a datepicker on chart

    Hi Venu, Welcome to FusionCharts Forum Post. No, it is not possible to add data picker/button or any other control within the chart canvas area. However, these controls can be placed out of the chart div container and it can be refreshed based on the selection. Demo link: http://docs.fusioncharts.com/charts/Code/JavaScript/ExampleApplication/index.html Hope this helps.
  14. Cannot scroll over Flash pie charts

    Hi, Welcome to FusionCharts Forum. Yes, it is a known issue with Pie charts in Flash mode, because mouse listener is been added to rotation movement of the pie slices along with mouse. When one mouse event is registered in any component no other external mouse event works on that component. Please refer to the following forum post : http://forum.fusioncharts.com/topic/15637-pie-chart-mouse-a-problem/ Hope this helps.
  15. Click one legend and hide more than one dataset

    Hi, Oops...."visible" attribute works only for JS charts and "LegendItemClicked" event are supported by Flash/JavaScript charts. Glad to know you have identified a solution to satisfy your client.
  16. Change text on back button

    Hi, Welcome to FusionCharts Forum Post. "message" attribute can be set through overlayButton property, to change the text appearing in the Back button. FusionCharts("myChartId").configureLink ( { swfUrl : "../../../../Charts/Pie3D.swf", overlayButton: { message: 'close', ....... } }, 0 ); Hope this helps.
  17. No Bars Gant chart

    Hey, Sincere apologies for the delayed response. The bars were not visible because one of the task process end attribute was defined as "01-01-0001 00:00:00" <task start="15/01/2014 16:56:37" end="01-01-0001 00:00:00" tooltext="<b>GET </b><br /><b>Status: </b>0 FIDDLER GENERATED - RESPONSE DATA WAS MISSING<br /><b>MIME: </b><br /><b>Dns Lookup: </b>0 ms<br /><b>Connection: </b>0 ms<br /><b>SSL: </b>0 ms<br /><b>Waiting: </b>0 ms<br /><b>Receiving: </b>0 ms<br />" height="10" animation="0" /> with the following code: <task start="15/01/2014 16:56:37" end="15/01/2014 16:56:37" tooltext="<b>GET </b><br /><b>Status: </b>0 FIDDLER GENERATED - RESPONSE DATA WAS MISSING<br /><b>MIME: </b><br /><b>Dns Lookup: </b>0 ms<br /><b>Connection: </b>0 ms<br /><b>SSL: </b>0 ms<br /><b>Waiting: </b>0 ms<br /><b>Receiving: </b>0 ms<br />" height="10" animation="0" /> Please find the screenshot and updated XML attached. Hope this helps. NoBars2.xml
  18. Weird Output from Multseries Chart

    Hey, It was known issue using the older version of FusionCharts Suite. For more information, please refer to : http://forum.fusioncharts.com/topic/12300-datapoints-do-not-render-on-jquery-180/ Try upgrading to the latest version to resolve the jQuery v1.8 compatibility issue. To download the latest Evaluation version :http://www.fusioncharts.com/download/trials/ Hope this helps.
  19. Click one legend and hide more than one dataset

    Hey, "visible" attribute and "LegendItemClicked" event are supported only for JavaScript charts. For Flash, we do not have any workarounds to suggest. Since we are moving out of Flash, new features/events are developed for JavaScript charts only. As a suggestion, you can move to JavaScript version to ensure that your charts work the same across devices. Hope this helps.
  20. How to remove a Node from DragNode Chart

    Hi, Yes, we were able to replicate the issue. We are looking into deeply to identify the root cause of the issue. We would update you soon.
  21. Click one legend and hide more than one dataset

    Hi, Nope.."visible" attribute works only with JavaScript variant. You can use "LegendItemClicked" event as per Haritha's earlier suggestion.