-
Content count
1,122 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Swarnam
-
Hi Jamie, Could you please try once with the following code: <map borderColor="DEE8F4" fillColor="033c7d" hoverColor="0a579f" showCanvasBorder="0" showLabels="0" animation="0" showBevel="0" clickURL="" hoverOnEmpty="1" baseFontColor="033c7d"><data><entity id="AK" color="F57540" toolText="cdghdgd" showLabel="1" link="javascript:lightBox(AK);" /></data><styles><definition><style name="TT" type="font" color="033c7d" bgColor="ffffff"/></definition><application><apply toObject="ToolTip" styles="TT"/></application></styles></map> I hope this helps.
-
Hi Rajesh, Welcome to FusionCharts forum. I'm afraid, FusionCharts does not support individual color for data plot border. Using "plotBorderColor", it would be possible to provide different color to the border, which would over ride the default color. I hope this helps
-
Hi Steve, If you get an "Invalid XML Data" message, it means that the XML data document is malformed. Could you please try once using <categories> end with </categories> and not <Categories> or </Categories> Also, category element should be <category Label='2010' /> I hope this helps .
-
Hi Rodrigo, Welcome to FusionCharts Forum. I'm afraid, this feature is not available with FusionCharts currently
-
Hi, Welcome to FusionCharts forum. You can show the trendline label to the right of the chart canvas by setting valueOnRight ='1'. Please find the attached screenshot which display the trendline value to right in IE8. I hope this helps
-
Hey Docbee, Welcome to FusionCharts Forum. Could you please try giving the setting the value of the chart using: <value>980</value> and not inside the <chart> attribute I hope this helps.
-
Rendering Multiple Charts In Single Html \ Php File
Swarnam replied to Phanik18's topic in FusionCharts and PHP
Hi Phanik, Thank you for the mail. Could you please ensure Pie3D.swf file is present the Charts folder? -
Hi, Welcome to FusionCharts Forum. I'm afraid, PowerCharts does not support real time data feed for candle stick charts. I hope this helps.
-
Hi RodrigoReyes, Welcome to FusionCharts Forum. I'm afraid, FusionCharts does not support click event on Vertical Line attribute. I hope this helps.
-
Rendering Multiple Charts In Single Html \ Php File
Swarnam replied to Phanik18's topic in FusionCharts and PHP
Hi, Thank you for the mail. The XML data document is stored in a PHP variable "strXML" using string concatenation . Create the chart and set the dataStr parameter as strXML. We leave dataUrl parameter blank. echo renderChart("../../FusionCharts/Column3D.swf", "", $strXML , "chart1", 600, 300, false, true); //Now, create a Column 2D Chart echo renderChart("../../FusionCharts/Column2D.swf", "", $strXML , "chart2", 600, 300, false, true); //Now, create a Line 2D Chart echo renderChart("../../FusionCharts/Line.swf", "",$strXML , "chart3", 600, 300, false, true); I hope this helps. -
Problem With Setcurrentrenderer('javascript')
Swarnam replied to Bhaskar's topic in FusionCharts and JSP
Hi Bhaskar, To overcome the overlapping issue , could you please try removing the showLabels attribute from the <chart> element as a work around? I hope this helps. -
Problem With Setcurrentrenderer('javascript')
Swarnam replied to Bhaskar's topic in FusionCharts and JSP
Hi Bhaskar, I am afraid, there is no overlapping issue found in FusionCharts watermarks appearing in the Horizontal charts. Please find the attached image. I hope this helps. -
Export Multiseries fusion chart to PDF format from client side
Swarnam replied to Hari Gopal's topic in General usage
Hi Cappetta, Welcome to FusionCharts forum. With regard to your "Internal FusionCharts Objects" error occurs while calling exportChart() function on the sourceCharts provided. Could you please ensure you are using correct FusionCharts SWF files? Also, FusionCharts Export component requires FusionCharts version 3.1 or higher . This error also happens when you do not have the appropriate Local Security Settings of your Flash player plugin. When this is the case, usually you will face an error prior to the rendering of the Export Component saying, "Adobe Flash Player has stopped a potentially unsafe operation." It is recommended that you either run this application from a local/remote server or modify the "Global Security Settings" within Adobe Flash™ Player Settings Manager. I hope this helps. -
Hi, Welcome to FusionCharts forum. I'm afraid, FusionCharts for Free doesn't support rotateValues attribute in the <graph> element. FusionCharts v3 supports rotateValues attribute. You can follow the below link to download the evaluation version of FusionCharts: http://www.fusioncharts.com/download/ I hope this helps.
-
Hi, I'm afraid, FusionCharts for Free doesn't support an attribute "autoplay" in the <chart> element. If you would like to control animation in your charts, try using the "animation" attribute in the <chart> element. If you do not want to animate any part of the chart, set this as 0. I hope this helps.
-
How To Dynamically Create A Marker In Line Chart?
Swarnam replied to dhydrated's topic in General usage
Hi, Welcome to FusionCharts forum. Could you please elaborate a little more on the issue? -
Hi, Welcome to FusionCharts forum, Could you please try setting the same value for "pieRadius" attribute in the <chart> element for both the chart? I hope this helps.
-
Hi, Welcome to FusionCharts forum. I'm afraid, FusionCharts doesn't support different style property for each dataseries in the chart. By using Style element, it would be applied to all datavalues displayed in the chart. I hope this helps.
-
Different Number Of Points With Mutliseries Line Chart
Swarnam replied to gurufocus's topic in General usage
Hi GuruFocus, Welcome to FusionCharts forum. MultiSeries Line chart could have different number of data points for different series. I hope this helps. -
Hey Dan, As a workaround for Caption to be displayed for Gauges, FusionWidgets has "Annotations", let you create your own custom objects (shapes, images, text etc.) in the charts. Rendering of text, with customizable properties, at any position of the chart could be created using Annotations. For more information on Annotations, refer to the following link: http://www.fusioncharts.com/widgets/docs/Contents/Ann_Text.html I hope this helps.
-
Hi, Could you try using Stacked Column 3D Line Dual Y Combination Chart? For more information, please refer the following link http://www.fusioncharts.com/docs/ChartSS/StCol3DLineDY.html I hope this helps.
-
Hi, Welcome to FusionCharts forum. Yes, when legend has too may datasets, scroll bar would appear automatically. Legend positioned to the bottom or right, scrollbar appears when datasets grows in size. I'm afraid, FusionCharts doesn't force to render the chart bigger than the other elements. To display a long label, any of the below could be used: Wrap mode Rotated and slanted mode Staggered mode with customizable staggered lines Every n-th label By default, FusionCharts uses auto mode, the chart automatically chooses the most appropriate display mode for data labels - depending on availability of space. Also, by setting <useEllipsesWhenOverflow='1' > attribute in the chart element, long labels would be truncated and ellipses would be added to the end. I hope this helps.
-
Hi Venkat, Yes, it is possible to apply Styles to the DataPoints. Background color and border color are obtained using Style element. For more information regarding Style, please refer the following link: http://www.fusioncharts.com/docs/Styles/Font.html I hope this helps.
-
Hi Dantrech, Welcome to FusionCharts forum. I'm afraid, FusionCharts doesn't support caption property for Gauges. I hope this helps .