-
Content count
2,213 -
Joined
-
Last visited
-
Days Won
14
Everything posted by Sanjukta
-
Hi, You are welcome. Happy FusionCharting!
-
Hi,I am afraid, FusionCharts does not support denoting the legend marker key as a line, instead of a circle. But it can be changed to the square legend marker key. For achieving the same, please try using the attribute legendMarkerCircle='0' in the <chart> element. Hope this helps.
-
Hi, I am afraid, the Pie charts of the FusionCharts suite does not support the removal of the smart label for any one set element, as of now.
-
Hi, I am afraid, the Radar Chart of the PowerCharts suite does not support the feature of removing only the numerical value, as of now. In case, if you do not intend to display any numerical value or number unit in the chart, please try using the attribute showYAxisValues='0' in the <chart> element. Hope this helps.
-
Hi VJ, Please take a look into this forum topic and the related posts because this solves exactly the issue that you are facing. Ref.- http://www.fusioncharts.com/forum/Topic26263-3-1.aspx Hope this helps.
-
Hi, Please check with the answers to your queries: A: Please try using the attribute thickness (in Pixels) in the <trendLines> element to increase the thickness of the trendline. A: Please try using the attribute toolText='String' in the <trendlines> element to solve the purpose. Ref.- http://www.fusioncharts.com/docs?/ChartSS/MSLine.html#Anchor18 A: For solving this issue, please try setting the attribute showLabels='0' in the <chart> element and set the attribute showName='1' in the particular <category> element to display the label you wish to show. A: Please set the attribute animation to '0' in the <chart> element to reduce this issue. Hope this helps.
-
Hi, I am afraid, I could not replicate the issue after testing the XML that you have posted. Your XML is working fine in our lab. Could you please recheck with the issue you are facing? Also, could you please send us the sample code that you are using to render the chart, as an attachment?
-
Hi, We apologize for the inconvenience caused. The StackedBar2D chart of FusionCharts suite does not support yAxisMinValue attribute. Stacked charts are considered to plot increasing, positive data values from 0. Hence we intended not to support any customized minimum Y axis value other than '0'. But recently we observed a lot of our clients are preferring Stacked charts with negative values, so we have compiled a set of stacked charts that support yAxisMinValue attribute. If you wish to get the stacked charts that support this feature, please send your customer id and the request at [email protected]. Please feel free to revert in case you have further queries.
-
Hi, I am afraid, there are no possible ways to hide the dataplots in Multi Series Column2D/Bar2D charts except setting the required data values to '0'. In case, you intend to use Multi Series Line2D charts, then please try setting the value of those <set> elements blank, which you do not wish to show. Ref.- <set value='' /> Please check with the attached screen shot of the rendered Multi Series Line2D chart and its XML file for your reference. Hope this helps. MSLine.xml
-
Hi, I am afraid, I could not replicate the issue after testing the XML you posted. Please refer to the attached screenshot of the rendered chart to check if this is what you are looking for. Also, could you please let us know the version of FusionCharts v3.x that you are presently using to render your charts? To retrieve the above information, please enable the debug mode. Ref.- http://www.fusioncharts.com/docs?/Debug/Window.html
-
Three recordsets and wrong data on chart
Sanjukta replied to urbanson's topic in FusionCharts and PHP
Hi, This issue has been addressed in another identical thread. Please refer here for this! -
Overlap data values in a Stacked Bar 2D chart
Sanjukta replied to stung's topic in Suggestions & Requests
Hi, We apologize for the inconvenience caused. I am afraid, there are no other ways to resolve this issue, as of now. -
Hi Mansi, Could you please attach the code snippet of the rendered chart for testing purpose?
-
Overlap data values in a Stacked Bar 2D chart
Sanjukta replied to stung's topic in Suggestions & Requests
Hi, There are two possible ways to solve the problem of the oevrlapping of the data values inside the chart, as of now. The first one is to increase the width and height of the chart in the html page. Ref.- var chart = new FusionCharts("StackedBar2D.swf", "ChartId", "700", "500", "0", "0"); The second one is to decrease the font size of the data values, applying "styles" in the XML. Ref.- <styles> <definition> <style name='MyFirstFontStyle' type='font' font='Verdana' size='8' color='FF0000' /> </definition> <application> <apply toObject='DATAVALUES' styles='MyFirstFontStyle' /> </application> </styles> Hope this helps. -
Hi, Could you please check with the attached screen shot of the renedered Multi Series Column2D chart and its XML file for your reference? Hope this helps. MSColumn2D.xml
-
Hi Paul, I am afraid, the Error Bar chart of the PowerCharts suite does not support the above mentioned functionalities, as of now. Alternatively, you could always accomplish this by modifying the source code of PowerCharts. I hope I have been clear in my response. Please do revert on any further clarifications.
-
Hi, Could you please check with the attached screenshot of the rendered guage and the XML file for your reference? Hope this resolves your issue. Bulb1.xml
-
Hey, Pelase find my response to your queries as below. Q: How can I put the label position on the right of the Bulb? A: You may use the 'Annotations' for this. See: http://www.fusioncharts.com/widgets/docs/ > Annotations Ref.- http://www.fusioncharts.com/widgets/docs/Contents/Ann_Text.html Q: Can I write custom tooltips like if the range 0-1 tooltip='Low' and range 1-2 tooltip='High' A: I'm afraid the Bulb Gauge does not support this, as of now. Hope this helps.
-
Hi, I am afraid, the Error Bar chart of the PowerCharts suite cannot be rotated to form a bar chart instead of a column chart, as of now.
-
Is it possible to add toolText at trendSet line?
Sanjukta replied to aleksey.the's topic in PowerCharts XT
Hi, I am afraid, it is not possible to show tooltext in the <trendset> element, as of now. -
Hi, Could you please try using the attributes labelDisplay='WRAP'/ 'STAGGER'/ 'ROTATE' or rotateLabels='1' or slantLabels='1' in the <chart> element? For further details, refer to the following link: Ref.- http://www.fusioncharts.com/docs?/ChartSS/Line2D.html#Anchor1 Hope this resolves your issue.
-
Hi, FusionMaps v3 does not recommend percent based resizing. Because when you set the width/height in percentage, the control for resizing moves out from the chart to browser. FusionMaps v3 recommends the use of the pixel based resizing instead of percent based resizing. Hope this helps.
-
hiding yaxis label values of RealTimeStackedArea2D
Sanjukta replied to cy163's topic in General usage
Hi, Could you please try setting the attribute showYAxisValues of the <chart> element to '0'? Hope this helps. -
Hi Nishi, I am afraid, your requirement of dividing the axis evenly without giving any min/max value explicitly, when the data are received dynamically, is not supported by FusionCharts, as of now. Please do mention the attribute adjustDiv='0'. But as the data are received dynamically, so the chart sets the yAxisMinValue and yAxisMaxValue as per its requirement. A suggestion for solving your purpose is to modify your codes with the required logic and passing it to the XML. Hope this helps.
-
Hi Bagus, Could you please try using the attributes ledGap='0' , ledSize='0' , ledBorderColor='FFFFFF' in the <chart> element to achieve what you wish to? Please check with the attached screenshot of the rendered chart to find if this is what you are looking for. Hope this helps.