-
Content count
6 -
Joined
-
Last visited
About Sri Lalitha
-
Rank
Forum Newbie
-
Empty <set/> in stacked 2d throwing "Y is undefined" js error
Sri Lalitha replied to Sri Lalitha's topic in XML Issue
Im using Fusion Chart V3.2.3-sr1.5347 -
Empty <set/> in stacked 2d throwing "Y is undefined" js error
Sri Lalitha replied to Sri Lalitha's topic in XML Issue
My Xml is as follwos. <categories> <category name="GDFV"/> <category name="Realizable at Target"/> <category name="Realizable at Payout"/> <category name="ISS Realizable"/> <category name="Conf Bd Realizable"/> <category name="Conf Bd Realized"/> </categories> <dataset seriesName="Salary"> <set value="420"/> <set value="295"/> <set value="523"/> <set value="473"/> <set/> <set/> <set value="354"/> <set value="457"/> <set value="127"/> <set value="354"/> <set value="485"/> <set value="486"/> </dataset> <dataset seriesName="Bonus"> <set value="420"/> <set value="295"/> <set value="523"/> <set value="473"/> <set/> <set/> <set value="354"/> <set value="457"/> <set value="127"/> <set value="354"/> <set value="485"/> <set value="486"/> </dataset> <dataset seriesName="LtipCash"> <set value="420"/> <set value="295"/> <set value="523"/> <set value="473"/> <set/> <set/> <set value="354"/> <set value="457"/> <set value="127"/> <set value="354"/> <set value="485"/> <set value="486"/> </dataset> ERROR: TypeError: y is undefined ...d:!D,zIndex:4,label:{align:Y,textAlign:!c&&j===270?u<0?Oa:L:e?u<0?Oa:L:Y,offsetS... FusionC...s.HC.js (line 513) -
Empty <set/> in stacked 2d throwing "Y is undefined" js error
Sri Lalitha posted a topic in XML Issue
Hi, can we bulild empty set tag in stacked 2d Chart When im trying to build <set value=""> or <set value=null> or <set/>,Iam getting Js Exception. I need to build chart as shown in "Requirment.jpg" When im setting value="0" ShowSum is displaying sum on Top as 0. Can someone please tell me how to build chart with empty set tag Its important and immediate requirment. -
Iam facing an issue for Dual Yaxis chart while rendering as "flash". For the same xml, chart is rendered in different way when is use setCurrentRenderer('flash') and setCurrentRenderer('javascript'). Here is my Xml: ------------------ <chart canvasbgAlpha="0" formatNumberScale="1" sFormatNumberScale="1" sNumberPrefix="$" borderThickness="0" chartLeftMargin="0" chartRightMargin="0" plotSpacePercent="65" showLegend="1" borderColor="FFFFFF" bgcolor="FFFFFF" bgalpha="0,0" legendBorderColor="FFFFFF" legendBgColor="FFFFFF" animation="1" legendShadow="0" showShadow="0" caption="" xaxisname="" decimals="1" numberPrefix="" numberSuffix="" sNumberSuffix="" showPlotBorder="0" showAlternateHGridColor="0" plotgradientcolor="" SyAxisMinValue="0" SyAxisMaxValue="200" PyAxisMinValue="0" PyAxisMaxValue="0" exportCallback="FC_Exported" exportEnabled="1" exportAtClient="0" exportAction="save" exportHandler="http://localhost/app/FCExporter.jsp" exportShowMenuItem="0" showExportDialog="0">, <categories>, <category label="2005"/>, <category label="2006"/>, <category label="2007"/>, <category label="2008"/>, <category label="2009"/>, </categories>, <dataset parentYAxis='S' renderAs='COLUMN' color="E0A9A8" showValues="0">, <set />,<set />,<set />,<set />, <set value="2816130"/>, </dataset>, <dataset parentYAxis='S' renderAs='LINE' dashed="1" lineDashLen="5" lineDashGap= "6" showValues="0" anchorSides="4" showAnchors="1" anchorRadius="1" anchorBgColor="C0504D" lineThickness="3" color="C0504D" >, <set />,<set />,<set />,<set />, <set value="2816130"/>, </dataset>, <styles><definition>, <style name='myFont' type='font' color='000000' bold='1'/></definition> <application>,<apply toObject='legend' styles='myFont'/></application>, </styles>, </chart> Please find the attached images when rendered as javscript and flash
- 1 reply
-
- flash
- javascript
-
(and 1 more)
Tagged with:
-
In Multi column stacked 2D chart, currently, if we are using numberPrefix = '$' then $ is visbile as prefix in (i) Y-axis scale and (ii) ShowSum But I want prefix only in ShowSum as shown in attached image. Is there any way to display prefix only to the total sum and not for Y-axis scale.