<?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[Mango State Chart]]></title><description><![CDATA[<p dir="auto">Hi all<br />
i use a serial chart combined with a state chart<br />
when selecting specific date range, the values coming correct, but the time at the state chart is off</p>
<p dir="auto"><img src="https://camo.nodebb.org/9ed251f63123916a0e97c88b7a4c34f78648ea43?url=https%3A%2F%2Fi.imgur.com%2FGntZKR2.png" alt="0_1584007509012_Screenshot 2020-03-12 at 17.58.15.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">&lt;ma-serial-chart id="48ebbc26-4836-4ca0-b4ee-49f47dd0ad82" style="position: absolute; width: 100%; height: 400px; left: -14px; top: 161px;" series-1-values="point1Values" series-1-point="point1" series-1-type="line" series-1-title="TBM 1 Earth Pressure 1" series-2-values="point2Values" series-2-point="point2" series-2-type="line" series-2-title="TBM 1 Earth Pressure 2" series-3-values="point4Values" series-3-point="point4" series-3-type="line" series-3-title="TBM 1 Earth Pressure 3" series-4-values="point5Values" series-4-point="point5" series-4-type="line" series-4-title="TBM 1 Earth Pressure 4" series-5-values="point6Values" series-5-point="point6" series-5-type="line" series-5-title="TBM 1 Earth Pressure 5" series-6-values="point7Values" series-6-point="point7" series-6-type="line" series-6-title="TBM 1 Earth Pressure 6" legend="true" balloon="true" export="false" options="{synchronizeGrid: true, valueAxes:[{title:'Bar'}], categoryAxis:{labelRotation:45}}"&gt;&gt;&gt;&lt;/ma-serial-chart&gt;<br />
&lt;ma-state-chart id="1bea8253-7d93-41a7-8e18-a3887c67ba23" series1-values="point3Values" style="position: absolute; width: 100%; height: 80px; left: 3px; top: 130px;" series1-title="Ring" option="{categoryAxis:{labelTime: transparent}}"&gt;&gt;&lt;/ma-state-chart&gt;</p>
<p dir="auto">all series values are configured with the rollup</p>
<p dir="auto">&lt;ma-point-values point-xid="DP_efcdc3c7-25da-48b2-8422-8dbaf2fd879f" point="point3" values="point3Values" from="dateBar.from" to="<a href="http://dateBar.to" rel="nofollow ugc">dateBar.to</a>" rollup="{{dateBar.rollupType}}" rollup-interval="{{dateBar.rollupIntervals}} {{dateBar.rollupIntervalPeriod}}"&gt;<br />
&lt;/ma-point-values&gt;</p>
<p dir="auto">as well the state chart won't accept any option, like to transparent the displayed date, but keep the data value label.</p>
<p dir="auto">Has any one a idea how to hide the categoryAxis at the state chart?</p>
]]></description><link>https://forum.mango-os.com/topic/4745/mango-state-chart</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 20:07:27 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/4745.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 12 Mar 2020 09:54:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Mango State Chart on Wed, 08 Apr 2020 19:45:52 GMT]]></title><description><![CDATA[<p dir="auto">Ronny if you're still around:<br />
valuesAxes should be implemented like so:</p>
<pre><code>options="{valueAxes:[{autoGridCount:false,gridCount:10}]}"
</code></pre>
<p dir="auto">Value axes hold each graph in an array, one javascript object per chart. Happy to expand further if you hit any other speed bumps<br />
Also great thinking with the two ma-serial charts stacked on top of one another. Definitely gives the effect you were going for.<br />
Fox</p>
]]></description><link>https://forum.mango-os.com/post/25015</link><guid isPermaLink="true">https://forum.mango-os.com/post/25015</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Wed, 08 Apr 2020 19:45:52 GMT</pubDate></item><item><title><![CDATA[Reply to Mango State Chart on Fri, 13 Mar 2020 09:20:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/craigweb" aria-label="Profile: craigweb">@<bdi>craigweb</bdi></a><br />
Hi Craig, this option is unfortunately not working too</p>
]]></description><link>https://forum.mango-os.com/post/24917</link><guid isPermaLink="true">https://forum.mango-os.com/post/24917</guid><dc:creator><![CDATA[RonnyHinkel]]></dc:creator><pubDate>Fri, 13 Mar 2020 09:20:34 GMT</pubDate></item><item><title><![CDATA[Reply to Mango State Chart on Thu, 12 Mar 2020 12:20:13 GMT]]></title><description><![CDATA[<p dir="auto">The options are definitely merging with the default options. try this  on both chartsand see if it lines up the xAxis<br />
<code>options="{valueAxis:{autoGridCount:false,gridCount:10}}"</code></p>
]]></description><link>https://forum.mango-os.com/post/24910</link><guid isPermaLink="true">https://forum.mango-os.com/post/24910</guid><dc:creator><![CDATA[CraigWeb]]></dc:creator><pubDate>Thu, 12 Mar 2020 12:20:13 GMT</pubDate></item><item><title><![CDATA[Reply to Mango State Chart on Thu, 12 Mar 2020 11:29:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/craigweb" aria-label="Profile: craigweb">@<bdi>craigweb</bdi></a><br />
have tryed it, but looks like the state chart isn't taking options</p>
]]></description><link>https://forum.mango-os.com/post/24909</link><guid isPermaLink="true">https://forum.mango-os.com/post/24909</guid><dc:creator><![CDATA[RonnyHinkel]]></dc:creator><pubDate>Thu, 12 Mar 2020 11:29:52 GMT</pubDate></item><item><title><![CDATA[Reply to Mango State Chart on Thu, 12 Mar 2020 11:02:24 GMT]]></title><description><![CDATA[<p dir="auto">The graphs are displaying different date ranges because the data sets are very different.  I assume the state points are logged on change.  I also would not use simplfy on the state points if they are logged on change. You will need to find a way to match the grid count on both charts x axis.</p>
<p dir="auto">You could try <code>axisAlpha : 0</code> instead of <code>labelTime: transparent</code></p>
]]></description><link>https://forum.mango-os.com/post/24908</link><guid isPermaLink="true">https://forum.mango-os.com/post/24908</guid><dc:creator><![CDATA[CraigWeb]]></dc:creator><pubDate>Thu, 12 Mar 2020 11:02:24 GMT</pubDate></item><item><title><![CDATA[Reply to Mango State Chart on Thu, 12 Mar 2020 10:21:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/craigweb" aria-label="Profile: craigweb">@<bdi>craigweb</bdi></a></p>
<pre><code>&lt;ma-point-values point-xid="DP_efcdc3c7-25da-48b2-8422-8dbaf2fd879f" point="point3" values="point3Values" from="dateBar.from" to="dateBar.to" rollup="{{dateBar.rollupType}}" rollup-interval="{{dateBar.rollupIntervals}} {{dateBar.rollupIntervalPeriod}}"&gt;
&lt;/ma-point-values&gt;


&lt;ma-point-values point-xid="DP_4159a949-2267-4487-8c4d-eee7a2bbe5a6" point="point1" values="point1Values" from="dateBar.from" to="dateBar.to" rollup="{{dateBar.rollupType}}" rollup-interval="{{dateBar.rollupIntervals}} {{dateBar.rollupIntervalPeriod}}"&gt;
&lt;/ma-point-values&gt;
    &lt;ma-point-values point-xid="DP_a5993877-9c52-4814-a3fc-bc9d2e915dde" point="point2" values="point2Values" from="dateBar.from" to="dateBar.to" rollup="{{dateBar.rollupType}}" rollup-interval="{{dateBar.rollupIntervals}} {{dateBar.rollupIntervalPeriod}}"&gt;
&lt;/ma-point-values&gt;
 &lt;ma-point-values point-xid="DP_7e26a972-510c-4fa0-aea7-9e6183219289" point="point4" values="point4Values" from="dateBar.from" to="dateBar.to" rollup="{{dateBar.rollupType}}" rollup-interval="{{dateBar.rollupIntervals}} {{dateBar.rollupIntervalPeriod}}"&gt;
&lt;/ma-point-values&gt;
 &lt;ma-point-values point-xid="DP_c9d4c9e5-a2a0-4aae-a0bc-0cf42358be92" point="point5" values="point5Values" from="dateBar.from" to="dateBar.to" rollup="{{dateBar.rollupType}}" rollup-interval="{{dateBar.rollupIntervals}} {{dateBar.rollupIntervalPeriod}}"&gt;
&lt;/ma-point-values&gt;
 &lt;ma-point-values point-xid="DP_16174ae7-b83f-4352-b7b9-3fa3c963de5b" point="point6" values="point6Values" from="dateBar.from" to="dateBar.to" rollup="{{dateBar.rollupType}}" rollup-interval="{{dateBar.rollupIntervals}} {{dateBar.rollupIntervalPeriod}}"&gt;
&lt;/ma-point-values&gt;
 &lt;ma-point-values point-xid="DP_66f1217d-a9dc-40cc-91c3-d6b4cdbcb149" point="point7" values="point7Values" from="dateBar.from" to="dateBar.to" rollup="{{dateBar.rollupType}}" rollup-interval="{{dateBar.rollupIntervals}} {{dateBar.rollupIntervalPeriod}}"&gt;
&lt;/ma-point-values&gt;
    &lt;ma-serial-chart id="48ebbc26-4836-4ca0-b4ee-49f47dd0ad82" style="position: absolute; width: 100%; height: 400px; left: -14px; top: 161px;" series-1-values="point1Values" series-1-point="point1" series-1-type="line" series-1-title="TBM 1 Earth Pressure 1" series-2-values="point2Values" series-2-point="point2" series-2-type="line" series-2-title="TBM 1 Earth Pressure 2" series-3-values="point4Values" series-3-point="point4" series-3-type="line" series-3-title="TBM 1 Earth Pressure 3" series-4-values="point5Values" series-4-point="point5" series-4-type="line" series-4-title="TBM 1 Earth Pressure 4" series-5-values="point6Values" series-5-point="point6" series-5-type="line" series-5-title="TBM 1 Earth Pressure 5" series-6-values="point7Values" series-6-point="point7" series-6-type="line" series-6-title="TBM 1 Earth Pressure 6" legend="true" balloon="true" export="false" options="{synchronizeGrid: true, valueAxes:[{title:'Bar'}], categoryAxis:{labelRotation:45}}"&gt;&amp;gt;&amp;gt;&lt;/ma-serial-chart&gt;
    &lt;ma-state-chart id="1bea8253-7d93-41a7-8e18-a3887c67ba23" series1-values="point3Values" style="position: absolute; width: 100%; height: 80px; left: 3px; top: 130px;" series1-title="Ring" option="{categoryAxis:{labelTime: transparent}}"&gt;&amp;gt;&lt;/ma-state-chart&gt;
</code></pre>
]]></description><link>https://forum.mango-os.com/post/24907</link><guid isPermaLink="true">https://forum.mango-os.com/post/24907</guid><dc:creator><![CDATA[RonnyHinkel]]></dc:creator><pubDate>Thu, 12 Mar 2020 10:21:45 GMT</pubDate></item><item><title><![CDATA[Reply to Mango State Chart on Thu, 12 Mar 2020 10:12:27 GMT]]></title><description><![CDATA[<p dir="auto">Hi Ronny<br />
Please always put code or logs in a code element ``` 3 back ticks</p>
]]></description><link>https://forum.mango-os.com/post/24906</link><guid isPermaLink="true">https://forum.mango-os.com/post/24906</guid><dc:creator><![CDATA[CraigWeb]]></dc:creator><pubDate>Thu, 12 Mar 2020 10:12:27 GMT</pubDate></item></channel></rss>