Sign in to follow this  
Sri Lalitha

Empty <set/> in stacked 2d throwing "Y is undefined" js error

Recommended Posts

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.

post-62769-0-15239700-1405409672_thumb.jpg

post-62769-0-66274500-1405409677_thumb.jpg

Share this post


Link to post
Share on other sites

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:

Share this post


Link to post
Share on other sites

HI Administrator,

I have verified in my application, we are using Fusioncharts version 3.5.1. But still we are facing this issue. Please advice?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this