<?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[Axes for a Tank Chart]]></title><description><![CDATA[<p dir="auto">I am trying to add an axis to the left side of the tank from the code below.  I feel it should be an easy style or option format but I have not been able to find anything thats worked.  Any help would be appreciated.</p>
<pre><code>&lt;div flex layout="column" layout-gt-sm="row"&gt;
    &lt;md-card flex&gt;
        &lt;md-card-content&gt;
            &lt;ma-get-point-value point-xid="DP_290412" point="myPoint1"&gt;
            &lt;/ma-get-point-value&gt;

            &lt;p&gt;"{{myPoint1.name}}" {{myPoint1.renderedValue}}.&lt;/p&gt;

            &lt;ma-tank-level point="myPoint1" style="position: absolute; width: 250px; height: 300px;" point-xid="zero_to_hundred" max="55" min="0"&gt;
            &lt;/ma-tank-level&gt;
        &lt;/md-card-content&gt;
    &lt;/md-card&gt;
</code></pre>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.mango-os.com/topic/3313/axes-for-a-tank-chart</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 12:59:57 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/3313.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 02 Mar 2018 00:24:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Axes for a Tank Chart on Thu, 08 Mar 2018 17:21:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jared-wiltshire" aria-label="Profile: jared-wiltshire">@<bdi>jared-wiltshire</bdi></a> said in <a href="/post/17598">Axes for a Tank Chart</a>:</p>
<blockquote>
<p dir="auto">options="{autoMargins:false, marginBottom:100, marginLeft:50, valueAxes:[{axisAlpha:1.0, labelsEnabled:true}]</p>
</blockquote>
<p dir="auto">Okay so i have an axis now.  However, the tank chart is now a 3D bar chart causing the tank to seperate into its 2 different components.  I have tried using the stack type option in Value axis but this seems to break the code because my tank disappears all together.  Any suggestions?</p>
]]></description><link>https://forum.mango-os.com/post/17666</link><guid isPermaLink="true">https://forum.mango-os.com/post/17666</guid><dc:creator><![CDATA[mangosalsa]]></dc:creator><pubDate>Thu, 08 Mar 2018 17:21:36 GMT</pubDate></item><item><title><![CDATA[Reply to Axes for a Tank Chart on Tue, 06 Mar 2018 17:54:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mangosalsa" aria-label="Profile: mangosalsa">@<bdi>mangosalsa</bdi></a></p>
<p dir="auto">Try this, you can set the AmCharts options using the <code>options</code> attribute.</p>
<pre><code>&lt;div class="ma-designer-root" id="c3c8df51-b98f-4eb7-81a8-d75f14d7f061" style="width: 1366px; height: 768px; position: relative;"&gt;
    &lt;ma-tank-level id="920c5cd7-b164-4118-ab85-b1c7f65f4439" style="position: absolute; width: 400px; height: 483px; left: 125px; top: 233px;" point="voltage" point-xid="DP_826409f7-0b92-4bdb-a8a8-f8c051ca1b27" max="300" options="{autoMargins:false, marginBottom:100, marginLeft:50, valueAxes:[{axisAlpha:1.0, labelsEnabled:true}], graphs:[{showOnAxis: true},{showOnAxis: true}]}"&gt;&lt;/ma-tank-level&gt;
    &lt;ma-point-value id="6e73f870-46c4-4d17-b266-00df00a32a24" enable-popup="hide" style="position: absolute; left: 596px; top: 268px;" point-xid="DP_826409f7-0b92-4bdb-a8a8-f8c051ca1b27"&gt;&lt;/ma-point-value&gt;
&lt;/div&gt;
</code></pre>
]]></description><link>https://forum.mango-os.com/post/17598</link><guid isPermaLink="true">https://forum.mango-os.com/post/17598</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Tue, 06 Mar 2018 17:54:28 GMT</pubDate></item><item><title><![CDATA[Reply to Axes for a Tank Chart on Mon, 05 Mar 2018 23:38:34 GMT]]></title><description><![CDATA[<p dir="auto">For another example this is the style of chart I am going for:<br />
<a href="https://www.amcharts.com/demos/cylinder-gauge/" rel="nofollow ugc">https://www.amcharts.com/demos/cylinder-gauge/</a></p>
]]></description><link>https://forum.mango-os.com/post/17566</link><guid isPermaLink="true">https://forum.mango-os.com/post/17566</guid><dc:creator><![CDATA[mangosalsa]]></dc:creator><pubDate>Mon, 05 Mar 2018 23:38:34 GMT</pubDate></item></channel></rss>