Sign in to follow this  
sacssuresh

Multiseries Stacked bar 2D - user values for ShowSum attribute?

Recommended Posts

Hi,

 

I created a multi series stacked bar chart with ease. Now i need to show manual values for show sum attribute. Is this possible?

 

If not possible post me some work around to achieve the same.

 

attached my chart image.

 

 

Suresh

post-62700-0-88490200-1400502893_thumb.png

Share this post


Link to post
Share on other sites

Hi,

 

You may try using vLines to suffice your requirement. Use vLines between categories element.

 

Ref. Code:

<categories>
    <category label='Jan' />
 <vLine color='000000' thickness='2' labelPosition='0.59' linePosition='0' label='101' alpha='0' showLabelBorder='0'/>
    <category label='Feb' />
 <vLine color='000000' thickness='2' labelPosition='0.33' linePosition='0' label='179' alpha='0' showLabelBorder='0'/>
    <category label='MAr' />
</category>
 
Hope this helps!

Share this post


Link to post
Share on other sites

Hi,

 

I have 1 more clarification. By default the dataset color is coming in gradient mode,is there any ways to set this as solid color?

 

My code snippet : 

 

"<dataSet seriesName='Detractors(0-6)' color='#ff0000' showValues= '1'>";
"<set  value='40%' displayValue = '40%' />";
"<set  value='25%' displayValue = '25%' />";
"<set  value='20%' displayValue = '20%' />";
"</dataSet>";
 
Please help! 
 
 
Thanks in advance,
Suresh

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