<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Serial Chart Stacking]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I need to alter this column chart so that the seperate columns are side by side instead of over top of each other as it is difficult to see one of the series due to it mostly being behind. I tried a few things but could't get a result.</p>
<p dir="auto">Screenshot</p>
<p dir="auto"><img src="https://camo.nodebb.org/287fd8c58e755076584d55dba833d0b9cebbe477?url=https%3A%2F%2Fi.imgur.com%2FqTc4JTX.jpg" alt="0_1515576746346_Untitled.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto">The code is below, any guidance would be very greatfull.</p>
<p dir="auto">Thanks in advance!</p>
<pre><code>&lt;md-card&gt;
    &lt;md-toolbar class="md-whiteframe-1dp md-hue-1"&gt;
		&lt;div class="md-toolbar-tools"&gt;
			&lt;h2 flex&gt;
				&lt;span&gt;Hot Water System &amp; Hot Water Gas&lt;/span&gt;
			&lt;/h2&gt;
		&lt;/div&gt;
	&lt;/md-toolbar&gt;
    &lt;md-card-content&gt;
        &lt;ma-serial-chart points="[hws1WaterPoint, hotWaterSystemGasPoint, hws1WaterPointDelta, hotWaterSystemGasPointDelta]" series-1-values="hotWaterValues" series-2-values="hotWaterGasValues" style="height: 400px; width: 100%" series-1-color="#ff4d4d" series-1-axis="left" series-2-color="#e6e600" series-2-axis="right" default-type="column" legend="true" balloon="true" default-balloon-text="&lsqb;&lsqb;title&rsqb;&rsqb;: &lsqb;&lsqb;value&rsqb;&rsqb;" export="true" options="{valueAxes:[{title: 'Hot Water - (Kl)', titleColor: '#ff4d4d'}, {title: 'Hot Water Gas - (m³)', titleColor: '#e6e600'}]}"&gt;&lt;/ma-serial-chart&gt;
    &lt;/md-card-content&gt;
&lt;/md-card&gt;</code></pre>
]]></description><link>https://forum.mango-os.com/topic/3201/serial-chart-stacking</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 13:57:54 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/3201.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 Jan 2018 09:37:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Serial Chart Stacking on Thu, 11 Jan 2018 22:37:05 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Jared,</p>
<p dir="auto">Option 1 worked a treat.</p>
<p dir="auto">Cheers!</p>
]]></description><link>https://forum.mango-os.com/post/16817</link><guid isPermaLink="true">https://forum.mango-os.com/post/16817</guid><dc:creator><![CDATA[Pikey4]]></dc:creator><pubDate>Thu, 11 Jan 2018 22:37:05 GMT</pubDate></item><item><title><![CDATA[Reply to Serial Chart Stacking on Thu, 11 Jan 2018 17:17:19 GMT]]></title><description><![CDATA[<p dir="auto">hey <a class="plugin-mentions-user plugin-mentions-a" href="/user/pikey4" aria-label="Profile: Pikey4">@<bdi>Pikey4</bdi></a> try these options</p>
<pre><code>graph-options="[{clustered: true},{clustered: true}]" 
</code></pre>
<p dir="auto">or</p>
<pre><code> series-1-graph-options="{clustered: true}" series-2-graph-options="{clustered: true}"
</code></pre>
]]></description><link>https://forum.mango-os.com/post/16805</link><guid isPermaLink="true">https://forum.mango-os.com/post/16805</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Thu, 11 Jan 2018 17:17:19 GMT</pubDate></item></channel></rss>