sacssuresh Report post Posted May 19, 2014 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 Share this post Link to post Share on other sites
Bindhu Report post Posted May 20, 2014 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
sacssuresh Report post Posted May 21, 2014 You are my hero! Works lika charm Share this post Link to post Share on other sites
sacssuresh Report post Posted June 6, 2014 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
sacssuresh Report post Posted June 6, 2014 Found answer . plotgradientcolor=' ' - works. Thanks, Suresh Share this post Link to post Share on other sites