<?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>how to create a stacked chart in appian</title><link>https://community.appian.com/discussions/f/user-interface/37479/how-to-create-a-stacked-chart-in-appian</link><description>Good afternoon, 
 I&amp;#39;m looking for a way to create something similar to this picture. 
 
 Do you know if there is any component for this? 
 
 thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: how to create a stacked chart in appian</title><link>https://community.appian.com/thread/140425?ContentTypeID=1</link><pubDate>Tue, 10 Sep 2024 06:14:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:27739d6d-4a03-470a-91fc-c222d3f91162</guid><dc:creator>Kumar Agniwesh</dc:creator><description>&lt;p&gt;&lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f600.svg" title="Grinning"&gt;&amp;#x1f600;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to create a stacked chart in appian</title><link>https://community.appian.com/thread/140423?ContentTypeID=1</link><pubDate>Tue, 10 Sep 2024 05:54:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1e5495e3-241e-4fec-a6bb-d42ee30e04e4</guid><dc:creator>Luis Miguel</dc:creator><description>&lt;p&gt;&lt;span&gt;Great, thank you very much, that&amp;#39;s exactly what I was looking to do.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to create a stacked chart in appian</title><link>https://community.appian.com/thread/140403?ContentTypeID=1</link><pubDate>Mon, 09 Sep 2024 13:31:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:efae97a9-d252-40d6-9d75-c28de86528e5</guid><dc:creator>Kumar Agniwesh</dc:creator><description>&lt;p&gt;this might be helpful&lt;pre class="ui-code" data-mode="text"&gt;{
  a!barChartField(
    label: &amp;quot;Bar Chart&amp;quot;,
    labelPosition: &amp;quot;COLLAPSED&amp;quot;,
    categories: { &amp;quot;Category 1&amp;quot; },
    series: {
      a!chartSeries(label: &amp;quot;A&amp;quot;, data: { 35 }),
      a!chartSeries(label: &amp;quot;B&amp;quot;, data: { 15 }),
      a!chartSeries(label: &amp;quot;C&amp;quot;, data: { 20 }),
      a!chartSeries(label: &amp;quot;D&amp;quot;, data: { 10 }),
      a!chartSeries(label: &amp;quot;E&amp;quot;, data: { 10 }),
      a!chartSeries(label: &amp;quot;F&amp;quot;, data: { 10 })
    },
    stacking: &amp;quot;PERCENT_TO_TOTAL&amp;quot;,
    showLegend: true(),
    showDataLabels: true(),
    showTooltips: true,
    allowImageDownload: false(),
    colorScheme: &amp;quot;RAINFOREST&amp;quot;,
    height: &amp;quot;MICRO&amp;quot;,
    xAxisStyle: &amp;quot;NONE&amp;quot;,
    yAxisStyle: &amp;quot;NONE&amp;quot;
  )
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to create a stacked chart in appian</title><link>https://community.appian.com/thread/140394?ContentTypeID=1</link><pubDate>Mon, 09 Sep 2024 12:30:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fb22af9d-db1b-4660-95ed-e4dcf41dd20a</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;Buenas Luis MIguel&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Desde Appian puedes usar el&amp;nbsp;componente milestone para obtener un grafico con las caracteristicas que comentas.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/24.1/Milestone_Component.html"&gt;docs.appian.com/.../Milestone_Component.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>