-
Content count
1,122 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Swarnam
-
Hey, Welcome to FusionCharts Forum Post. Yes, this issue has been fixed internally and ported in our latest release. Try using the Trial version: http://www.fusioncharts.com/download/ Do test it and share your valuable feedback.
-
Hi, To render a ZoomLine chart, you will have to make use of "ZoomLine.swf"
-
Show value on the middle of bar2d
Swarnam replied to [email protected]'s topic in Using FusionWidgets XT
Hi Vishnu, Single Series Bar 2D does not support to display the value in the centre of the bar. Try using "StackedBar2D" chart and display a single dataset to reproduce a similar effect. <chart caption='Company Revenue' xAxisName='Month' yAxisName='Revenue' showValues='0' numberPrefix='$' showLegend='0'> <categories> <category label='Jan' /> <category label='Feb' /> <category label='Mar' /> <category label='Apr' /> </categories> <dataset seriesName='Product A'> <set value='27400' color='AAEEBB'/> <set value='29800' color='FFEEBB'/> <set value='25800' color='DDAACC' /> <set value='26800' color='FFAABB'/> </dataset> </chart> -
Hey, Apologies for the delay. Quoting the forum post, can you please drop a mail to "[email protected]" ?
-
Dynamically Adding/editing Nodes At Runtime With Javascript
Swarnam replied to deng's topic in Using PowerCharts XT
Hey Brad, Yes, this issue has been fixed internally. We would keep you posted once the release has been scheduled. -
Hey, To avoid the overlap b/w first data point and Y axis, try adding "canvasPadding" attribute. This attribute lets you set the space between the canvas border and first & last data points. <chart ...canvasPadding='10'> The data values are not being displayed below the line plot when"valuePosition" is set as "Below", due to less space availability, FuionCharts automatically overrides the value to improve the visualization. However, in our upcoming release, we have "valuePadding" attribute, which will help you out to an extent. Please find the attached screenshot. Hope this helps.
-
Hey, Can you please share the sample code for further investigation?
-
Hey Yes, definitely our next release has major changes in terms of new features/bugs/improvements. We have added lot of interesting features like Theme Manager, annotation supports across FusionCharts Suite, better event architecture, hover effect over dataplots, dependency on jQuery has been removed, developer friendly documentation and lots more in the way. Look forward for our next major JavaScript only release by end of next month.
-
Hey, Can you please try setting "yaxisMinValue" attribute in the chart element? <chart .....yaxisMinValue='300'>
-
Hey, FusionMaps XT does not support 3D maps as of now.
-
parseToolText is not defined after upgrade to FusionCharts XT
Swarnam replied to jpierce42's topic in Installation and Upgrades
Hi Krishna, As mentioned earlier, it has been fixed internally. We are hoping the fix to be released in the month of June. We would keep you posted.- 6 replies
-
- parsetooltext
- xt
-
(and 2 more)
Tagged with:
-
Stacked column 2D chart -- How to set different prefix or suffix to y-axis value and number in chart
Swarnam replied to cyang726's topic in General usage
Hi, Welcome to FusionCharts Forum Post. Using "numberSuffix" or "numberPrefix" attributes, you could add suffix/prefix to all the numbers visible on the graph. It is not possible to configure different suffix/prefix for the numbers visible on the graph. -
Hey, Try using "valuePosition" attribute at set element level to position a particular data value on the chart. <set border='0' value='6' valuePosition='Below' /> This attribute lets you adjust the vertical alignment of individual data values with respect to dataplots. Hope this helps.
-
MsLine categories > category - showLabel is not working properly
Swarnam replied to [email protected]'s topic in FusionCharts and JSP
-
Hi Gayathri, While changing the filter, new data which is being populated based on the selection, try passing the caption attribute along with generated data. For more information, please refer to: http://docs.fusioncharts.com/charts/contents/JavaScript/JS_ChangeData.html However, if you would like to change the caption of the rendered chart and the data remains same, try using setChartAttribute() Ref.Code: myChart.setChartAttribute( "caption" , "Data for 2014" ); For more information, please refer to: http://docs.fusioncharts.com/charts/contents/JavaScript/JS_ChangeChartProperties.html Hope this helps.
-
Hi Amol, I hope we have addressed the raised issues. . Please have a check.
-
MsLine chart - For Long Data All Labels are not displaying on X-Axis
Swarnam replied to [email protected]'s topic in General usage
Hi Amol, The reason behind this is due to advanced label management applied to the X axis label. Advanced X axis label management has been implemented to achieve the following: All the X axis labels should get centrally aligned to the respective data-plots (columns, points on line charts etc.) X axis labels should not overlap each other X axis labels should not overlap with other chart objects such as legends or X axis name Long labels should not go outside the chart Optimized truncation of longer labels and putting ellipses at the end If you would like to show the first date of every month, try setting "showLabel" as 1 and rest of the category element "showLabel" as 0. Prior to this, opt not to apply for the advanced label management feature. Ref.Code: <chart ...labeldisplay='NONE' showLabels='0' > Hope this helps. -
MsLine categories > category - showLabel is not working properly
Swarnam replied to [email protected]'s topic in FusionCharts and JSP
Hi Amol, Apologies for the delayed response. Due to advanced label management to the X axis, "showLabel" is not working as you except. You can opt not to apply the advanced label management to the X axis labels. For this, you need to set the attribute labelDisplay='none' in <chart> element. Ref. Code: <chart ....labelDisplay="NONE" rotateLabels="1" slantLabels="1"> Hope this helps. -
Hi, 1: I was wondering is it possible to render the funnel horizontally instead of vertically? >>No, it is not possible to render Horizontal Funnel chart. 2: Is it possible to render the 3d Funnel with a flat color pallet? I don't mean 2D... I just mean using solid colour so the 3d effect would be created with two tones rather than gradients. I guess im asking can the gradient but turned off on the 3d funnels. >> It is not possible to visualize 3D Funnel charts with flat/solid color.
-
SVG Converter error when downloading a fusion chart in IE 9
Swarnam replied to srpokala's topic in FusionCharts and ASP.NET
Hey, Yes, it is a known issue with the latest version of FusionCharts Suite. However, this issue has been internally fixed. We are hoping to release the fix around early next month. We would keep you posted. -
MSCombi2D (Area & Line) issue with single data point
Swarnam replied to satya400's topic in General usage
Hi Satya, For single data element, data being plotted outside canvas area has been identified as a bug. Once the issue has been fixed, we would update this forum post. -
Facing Issues in World Map with Countries in Internet Explorer 8
Swarnam replied to Abid Sofi's topic in Suggestions & Requests
Hey, This is a known issue and it has been fixed internally. The fix would be available in our next upcoming release. Hope this helps. -
Hi Durga, Since we have discontinued our extension from August 7, 2013, they are not available for download anymore.
-