<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Bar Chart Stacking</title><link>https://community.appian.com/discussions/f/general/27064/bar-chart-stacking</link><description>I am creating a bar chart with two measures: GST and TotalBill. 
 If I use normal stacking both the values get on top of each other. 
 like if GST = 20 and TotalBill = 100 then the bar length will be 120 as shown in the attached image. 
 But I want the</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Bar Chart Stacking</title><link>https://community.appian.com/thread/106239?ContentTypeID=1</link><pubDate>Wed, 04 Jan 2023 07:55:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b8f10ac5-8572-4f0b-8ebe-eb26bbad1e56</guid><dc:creator>gauravg568</dc:creator><description>&lt;p&gt;The chartSeries data is provided programmatically. Since in your use case, the stacked bar is meant to show the components of the bill, you could construct one of the Chart Series to be&amp;nbsp;the GST component, and&amp;nbsp;the other Chart Series&amp;nbsp;to be the Remaining Bill component (instead of Total Bill).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>