<?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[Fix Cursor-Point position on ma-serial-chart]]></title><description><![CDATA[<p dir="auto">Hey,</p>
<p dir="auto">My current (always learning and fiddling) Mango site has some ma-serial-charts.</p>
<p dir="auto">I have the Ballon enabled, but the cursor position and the datetime shown on hover have a large offset in the X axis.</p>
<p dir="auto">Here is an image, the screenshot does not show cursor position, but I have the tip of the pointer touching the left end of the orange data line.</p>
<p dir="auto">Ideas on how to address?</p>
<p dir="auto">Running latest Mango, Chrome.</p>
<p dir="auto">Thanks,<br />
Alex</p>
<p dir="auto"><img src="https://camo.nodebb.org/769baa122ef48a92af4ed281217d47af154b9a43?url=https%3A%2F%2Fi.imgur.com%2FLTVcB3S.png" alt="0_1535566878689_b72237ce-539b-48c6-ad04-aa8f87db810b-image.png" class=" img-fluid img-markdown" /></p>
<pre><code>&lt;ma-serial-chart id="d8fc3719-74b4-4ed6-bc08-071e849590a2" style="position: absolute; width: 500px; height: 200px; left: 0px; top: 27.0625px;" balloon="true" legend="true" series-1-point="pt_Meter1.kWh" series-1-values="pt_Meter1.kWh_Values" point-title="JHodges.Meter1.kWh" default-type="line" series-1-title="JHodges.Meter1.kWh" export="true"&gt;
&lt;/ma-serial-chart&gt;
</code></pre>
]]></description><link>https://forum.mango-os.com/topic/3744/fix-cursor-point-position-on-ma-serial-chart</link><generator>RSS for Node</generator><lastBuildDate>Fri, 13 Mar 2026 10:45:41 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/3744.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 29 Aug 2018 18:17:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fix Cursor-Point position on ma-serial-chart on Mon, 10 Sep 2018 20:26:12 GMT]]></title><description><![CDATA[<p dir="auto">My advice is to just keep it simple. If you know what you want to achieve, work back from that and break it down.<br />
All else fails, you know we're all here to assist.</p>
<p dir="auto">Fox</p>
]]></description><link>https://forum.mango-os.com/post/19809</link><guid isPermaLink="true">https://forum.mango-os.com/post/19809</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Mon, 10 Sep 2018 20:26:12 GMT</pubDate></item><item><title><![CDATA[Reply to Fix Cursor-Point position on ma-serial-chart on Mon, 10 Sep 2018 20:24:36 GMT]]></title><description><![CDATA[<p dir="auto">I am sure some of the tags / attributes are not needed here and there, if anyone is willing to clean this up a bit or describe the thought process I would appreciate it.</p>
<p dir="auto">Or, do nothing, because you know what they say, if it is not broken, don't fix it...</p>
<p dir="auto">Thanks for all the help. Will continue to RTFM...</p>
<p dir="auto">-Alex</p>
]]></description><link>https://forum.mango-os.com/post/19808</link><guid isPermaLink="true">https://forum.mango-os.com/post/19808</guid><dc:creator><![CDATA[mrlucretius]]></dc:creator><pubDate>Mon, 10 Sep 2018 20:24:36 GMT</pubDate></item><item><title><![CDATA[Reply to Fix Cursor-Point position on ma-serial-chart on Mon, 10 Sep 2018 20:16:37 GMT]]></title><description><![CDATA[<p dir="auto">Bravo! Well done, really good to see you were able to use the bones provided and fix your own layout.</p>
]]></description><link>https://forum.mango-os.com/post/19806</link><guid isPermaLink="true">https://forum.mango-os.com/post/19806</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Mon, 10 Sep 2018 20:16:37 GMT</pubDate></item><item><title><![CDATA[Reply to Fix Cursor-Point position on ma-serial-chart on Mon, 10 Sep 2018 20:13:40 GMT]]></title><description><![CDATA[<p dir="auto">Ok,</p>
<p dir="auto">Here is the latest flex page.</p>
<p dir="auto">-Alex</p>
<pre><code>&lt;div class="ma-designer-root" id="jhodges" style="max-width: 1024px;"&gt;
    &lt;ma-now output="time" update-interval="1 SECONDS"&gt;&lt;/ma-now&gt;

	&lt;div flex="" layout="row" layout-xs="column" layout-fill="" layout-wrap=""&gt;
        &lt;div flex="" layout-xs="column"&gt;	
	
        	&lt;!-- ##################### chart1: meter 1 charts kWh ######################### --&gt;
        
            &lt;div id="title-m1-kWh" style="width:100%; text-align: center;"&gt;St. Clair Walker Middle  - Total kWh Generated&lt;/div&gt;
            &lt;ma-serial-chart id="chart-m1-kW" style="width:100%; height: 200px;" balloon="true" legend="true" series-1-point="pt_Meter1.kWh" series-1-values="pt_Meter1.kWh_Values" point-title="JHodges.Meter1.kWh" default-type="line" series-1-title="JHodges.Meter1.kWh" export="true"&gt;
            &lt;/ma-serial-chart&gt;
        	
    	&lt;/div&gt;
        &lt;div flex="" layout-xs="column"&gt;
        	
        	&lt;!-- ##################### chart2: meter 1 charts kW ######################### --&gt;
        
            &lt;div id="title-m1-kW" style="width:100%; text-align: center;"&gt;St. Clair Walker - Realtime kW Generation&lt;/div&gt;
            &lt;ma-serial-chart id="chart-m1-kWh" style="width:100%; height: 200px;" balloon="true" legend="true" series-1-point="pt_Meter1.kW" series-1-values="pt_Meter1.kW_Values" point-title="JHodges.Meter1.kW" default-type="line" series-1-title="JHodges.Meter1.kW"&gt;
            &lt;/ma-serial-chart&gt;
            
    	&lt;/div&gt;
	&lt;/div&gt;
            
    &lt;div flex layout="row" layout-xs="column" layout-fill layout-wrap&gt;
        &lt;div flex layout-xs="column"&gt;	
	
        	&lt;!-- ##################### stats1 ######################### --&gt;
        	
        	&lt;div layout="row"&gt;
        	    &lt;div id="lb-m1-title" style="width:100%; height: 25px; text-align: center; margin: 10px;"&gt;St. Clair Walker Middle Annual Offsets:&lt;/div&gt;
        	&lt;/div&gt;
        	
        	&lt;div layout="row"&gt;
                &lt;div id="lb-m1-miles" style="width:60%; height: 25px; text-align: right;"&gt;Miles Driven in a Car:&lt;/div&gt;
                &lt;ma-point-value id="dp-m1-miles" style="width: 40%; height: 25px; text-align: left; margin-left: 20px;" point-xid="DP_4e6c1706-9429-42da-9852-dcdcc74c72b2" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
            &lt;/div&gt;
        
            &lt;div layout="row"&gt;
                &lt;div id="lb-m1-houses" style="width:60%; height: 25px; text-align: right;"&gt;Single House Energy Usage:&lt;/div&gt;
                &lt;ma-point-value id="dp-m1-houses" style="width: 40%; height: 25px; text-align: left; margin-left: 20px;" point-xid="DP_4d6ba9d6-116a-4922-9841-515a22710174" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
            &lt;/div&gt;
            
            &lt;div layout="row"&gt;
                &lt;div id="lb-m1-forest" style="width:60%; height: 25px; text-align: right;"&gt;Acres of U.S. Forest:&lt;/div&gt;
                &lt;ma-point-value id="dp-m1-forest" style="width: 40%; height: 25px; text-align: left; margin-left: 20px;" point-xid="DP_2dc969dd-e452-4ead-b321-b95d9e726058" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
            &lt;/div&gt;
            
            &lt;div layout="row"&gt;
                &lt;div id="lb-m1-co2" style="width:60%; height: 25px; text-align: right;"&gt;Metric Tons of CO2:&lt;/div&gt;
                &lt;ma-point-value id="dp-m1-co2" style="width: 40%; height: 25px; text-align: left; margin-left: 20px;" point-xid="DP_b6888a31-5473-4af1-bb40-e300767de812" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
            &lt;/div&gt;
            
        
        &lt;/div&gt;
        &lt;div flex="" layout-xs="column"&gt;
    	
        	&lt;!-- ##################### gauges m1 ######################### --&gt;
        
        	&lt;div flex layout="row"&gt;
                &lt;div layout="column" style="width: 50%;"&gt;	
                    &lt;ma-gauge-chart id="gauge-m1-irradiance" style="width: 200px; height: 200px; margin-left: auto;" point-xid="JHodges_DP_e0f6a6e0-1022-42af-8d0b-a7a87f0189ca" end="1300" start="0" interval="100" band3-color="rgb(0, 163, 0)" band3-end="1300" band2-end="800" band1-color="rgb(255, 0, 0)" band1-end="400"&gt;&lt;/ma-gauge-chart&gt;  
                &lt;/div&gt;
                &lt;div layout="column" style="width: 50%;"&gt;	
        	        &lt;ma-gauge-chart id="gauge-m1-kW" style="width: 200px; height: 200px; margin-right: auto;" point-xid="JHodges_DP_4d0640de-59a5-488c-8f90-6924dcf44be5" end="500" start="0" interval="100"&gt;&lt;/ma-gauge-chart&gt;
        	    &lt;/div&gt;
        	&lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;	
    	
    	
	&lt;div flex="" layout="row" layout-xs="column" layout-align="space-between" layout-fill="" layout-wrap=""&gt;
        &lt;div flex="" layout-xs="column"&gt;	
	
        	&lt;!-- ##################### chart3: meter 2 chart kW ######################### --&gt;
        
            &lt;div id="title-m2-kWh" style="width:100%; text-align: center;"&gt;Elementary School - Total kWh Generated&lt;/div&gt;
            &lt;ma-serial-chart id="chart-m2-kW" style="width:100%; height: 200px;" balloon="true" legend="true" series-1-point="pt_Meter2.kWh" series-1-values="pt_Meter2.kWh_Values" point-title="JHodges.Meter2.kWh" default-type="line" series-1-title="JHodges.Meter2.kWh" export="true"&gt;
            &lt;/ma-serial-chart&gt;
    	
	    &lt;/div&gt;
        &lt;div flex="" layout-xs="column"&gt;
    	
        	&lt;!-- ##################### chart4: meter 2 chart kW ######################### --&gt;
        
            &lt;div id="title-m2-kW" style="width:100%; text-align: center;"&gt;Elementary School -  Realtime kW Generation&lt;/div&gt;
            &lt;ma-serial-chart id="chart-m2-kWh" style="width:100%; height: 200px;" balloon="true" legend="true" series-1-point="pt_Meter2.kW" series-1-values="pt_Meter2.kW_Values" point-title="JHodges.Meter2.kW" default-type="line" series-1-title="JHodges.Meter2.kW"&gt;
            &lt;/ma-serial-chart&gt;
    	
        &lt;/div&gt;
    &lt;/div&gt;	
    
    &lt;div flex="" layout="row" layout-xs="column" layout-align="space-between" layout-fill="" layout-wrap=""&gt;
        &lt;div flex layout-xs="column"&gt;	
    
            &lt;!-- ##################### stats2 ######################### --&gt;

        	&lt;div layout="row"&gt;
        	    &lt;div id="lb-m2-title" style="width:100%; height: 25px; text-align: center; margin: 10px;"&gt;Elementary School Annual Offsets:&lt;/div&gt;
        	&lt;/div&gt;
        	
        	&lt;div layout="row"&gt;
                &lt;div id="lb-m2-miles" style="width:60%; height: 25px; text-align: right;"&gt;Miles Driven in a Car:&lt;/div&gt;
                &lt;ma-point-value id="dp-m2-miles" style="width: 40%; height: 25px; text-align: left; margin-left: 20px;" point-xid="DP_c1da17c5-d74e-4aac-8abb-206d6c659ca8" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
            &lt;/div&gt;
        
            &lt;div layout="row"&gt;
                &lt;div id="lb-m2-houses" style="width:60%; height: 25px; text-align: right;"&gt;Single House Energy Usage:&lt;/div&gt;
                &lt;ma-point-value id="dp-m2-houses" style="width: 40%; height: 25px; text-align: left; margin-left: 20px;" point-xid="DP_5a2e9fc3-f3f7-48b7-8deb-ea2b94acadf5" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
            &lt;/div&gt;
            
            &lt;div layout="row"&gt;
                &lt;div id="lb-m2-forest" style="width:60%; height: 25px; text-align: right;"&gt;Acres of U.S. Forest:&lt;/div&gt;
                &lt;ma-point-value id="dp-m2-forest" style="width: 40%; height: 25px; text-align: left; margin-left: 20px;" point-xid="DP_e2f44dbe-151d-43d3-a124-bb335bd1e81e" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
            &lt;/div&gt;
            
            &lt;div layout="row"&gt;
                &lt;div id="lb-m2-co2" style="width:60%; height: 25px; text-align: right;"&gt;Metric Tons of CO2:&lt;/div&gt;
                &lt;ma-point-value id="dp-m2-co2" style="width: 40%; height: 25px; text-align: left; margin-left: 20px;" point-xid="DP_627b4c23-461a-47f8-9d44-437d54b7128c" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
            &lt;/div&gt;

        &lt;/div&gt;
        &lt;div flex="" layout-xs="column"&gt;
    	
        	&lt;!-- ##################### gauges m2 ######################### --&gt;
        	 &lt;div flex="" layout="row"&gt;
                &lt;div layout-xs="column" style="width: 50%;"&gt;	
                &lt;ma-gauge-chart id="gauge-m2-irradiance" style="width: 200px; height: 200px; margin-left: auto;" point-xid="JHodges_DP_e0f6a6e0-1022-42af-8d0b-a7a87f0189ca" end="1300" start="0" interval="100" band3-color="rgb(0, 163, 0)" band3-end="1300" band2-end="800" band1-color="rgb(255, 0, 0)" band1-end="400"&gt;&lt;/ma-gauge-chart&gt;
                &lt;/div&gt;
                &lt;div layout-xs="column" style="width: 50%;"&gt;	
    	            &lt;ma-gauge-chart id="gauge-m2-kW" style="width: 200px; height: 200px; margin-right: auto;" point-xid="JHodges_DP_1ec557de-0f77-4436-bf2c-3d276e4ccabf" end="500" start="0" interval="100"&gt;&lt;/ma-gauge-chart&gt;
    	        &lt;/div&gt;
            &lt;/div&gt;   
        &lt;/div&gt;
	&lt;/div&gt;
	
	    &lt;!-- ##################### meter 1 ma-point-values ######################### --&gt;
    
    &lt;ma-point-values id="pt-m1-kWh" style="width:100%; height: 20px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="SIMPLIFY" values="pt_Meter1.kWh_Values" point="pt_Meter1.kWh" point-xid="JHodges_DP_ec50e6e5-95bb-40f2-850c-96c7c712baa8"&gt;
    &lt;/ma-point-values&gt;
        
    &lt;ma-point-values id="pt-m1-kW" style="width:100%; height: 20px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="SIMPLIFY" values="pt_Meter1.kW_Values" point="pt_Meter1.kW" point-xid="JHodges_DP_4d0640de-59a5-488c-8f90-6924dcf44be5"&gt;
    &lt;/ma-point-values&gt;

    &lt;!-- ##################### meter 2 ma-point-values ######################### --&gt;
    
    &lt;ma-point-values id="pt-m2-kWh" style="width:100%; height: 20px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="SIMPLIFY" values="pt_Meter2.kWh_Values" point="pt_Meter2.kWh" point-xid="JHodges_DP_c56ff01c-a145-408d-bdfb-65322622c164"&gt;
    &lt;/ma-point-values&gt;
        
    &lt;ma-point-values id="pt-m2-kW" style="width:100%; height: 20px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="SIMPLIFY" values="pt_Meter2.kW_Values" point="pt_Meter2.kW" point-xid="JHodges_DP_1ec557de-0f77-4436-bf2c-3d276e4ccabf"&gt;
    &lt;/ma-point-values&gt;

&lt;/div&gt;
</code></pre>
]]></description><link>https://forum.mango-os.com/post/19805</link><guid isPermaLink="true">https://forum.mango-os.com/post/19805</guid><dc:creator><![CDATA[mrlucretius]]></dc:creator><pubDate>Mon, 10 Sep 2018 20:13:40 GMT</pubDate></item><item><title><![CDATA[Reply to Fix Cursor-Point position on ma-serial-chart on Fri, 07 Sep 2018 20:12:33 GMT]]></title><description><![CDATA[<p dir="auto">Nicely done, looking forward to seeing the finished product!<br />
Fox</p>
]]></description><link>https://forum.mango-os.com/post/19781</link><guid isPermaLink="true">https://forum.mango-os.com/post/19781</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Fri, 07 Sep 2018 20:12:33 GMT</pubDate></item><item><title><![CDATA[Reply to Fix Cursor-Point position on ma-serial-chart on Fri, 07 Sep 2018 20:05:58 GMT]]></title><description><![CDATA[<p dir="auto">Hey,</p>
<p dir="auto">Thanks guys. The template was close...</p>
<p dir="auto">I added the layout-xs="column" to each of the four row tags and now it collapses like so:</p>
<pre><code>&lt;div flex layout="row" layout-xs="column" layout-fill layout-wrap&gt;
        &lt;div flex layout-xs="column" &gt;
</code></pre>
<p dir="auto">I will work on the Grid stuff, and see how far I get. Thanks for the pointers.</p>
<p dir="auto">Edit: I was able to set a max width like so on the root div style:</p>
<pre><code>&lt;div class="ma-designer-root" id="jhodges" style="max-width: 800px;"&gt;
</code></pre>
<p dir="auto">-Alex</p>
]]></description><link>https://forum.mango-os.com/post/19779</link><guid isPermaLink="true">https://forum.mango-os.com/post/19779</guid><dc:creator><![CDATA[mrlucretius]]></dc:creator><pubDate>Fri, 07 Sep 2018 20:05:58 GMT</pubDate></item><item><title><![CDATA[Reply to Fix Cursor-Point position on ma-serial-chart on Fri, 07 Sep 2018 18:01:54 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Craig. Yes the layout is already mobile ready for you. Any other issues, just shout.<br />
Fox</p>
]]></description><link>https://forum.mango-os.com/post/19776</link><guid isPermaLink="true">https://forum.mango-os.com/post/19776</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Fri, 07 Sep 2018 18:01:54 GMT</pubDate></item><item><title><![CDATA[Reply to Fix Cursor-Point position on ma-serial-chart on Fri, 07 Sep 2018 16:49:34 GMT]]></title><description><![CDATA[<p dir="auto">If I look at Mats html it should already be mobile friendly. <code>&lt;div flex layout="row" layout-xs="column"&gt;</code><br />
means that the div is a row but if the window is extra small then it will be a column.<br />
As for what you want to accomplish with the stats box go through this page : <a href="https://material.angularjs.org/latest/layout/alignment" rel="nofollow ugc">https://material.angularjs.org/latest/layout/alignment</a> give it a shot and if you don't come right paste your code and ask for help.  Don't be afraid to copy code from the angular material site and play with it until it does what you want.</p>
]]></description><link>https://forum.mango-os.com/post/19775</link><guid isPermaLink="true">https://forum.mango-os.com/post/19775</guid><dc:creator><![CDATA[CraigWeb]]></dc:creator><pubDate>Fri, 07 Sep 2018 16:49:34 GMT</pubDate></item><item><title><![CDATA[Reply to Fix Cursor-Point position on ma-serial-chart on Fri, 07 Sep 2018 15:27:14 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Thanks so much for your help. Now it is behaving about how I would expect.</p>
<p dir="auto">Can you show me how to implement Grid on the Stats "box". I would like the labels to be right aligned to a column border in a 3x4 (wxh) grid, left most column, and then the values to be right aligned, center column, and then the right hand column is just for padding. Approximately like so:</p>
<p dir="auto"><img src="https://camo.nodebb.org/9f68e4649cdede8a2b2847c1a553eaefd30b8f82?url=https%3A%2F%2Fi.imgur.com%2FBMEjmeo.png" alt="0_1536334260100_de65565b-ca29-45b9-bb2d-496362eff58a-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">The next step is to make it phone happy. How can I make the two columns collapse to one column for phone viewing?</p>
<p dir="auto">Ie, Chart2 lands in a new row under Chart1, then Stats1, Gauges1, Chart3, Chart4, Stats2, Gauges2 all stacked up.</p>
<p dir="auto">I really appreciate the assistance, and you are now owed a token for a pitcher of beer.</p>
<p dir="auto">Thanks,<br />
Alex</p>
]]></description><link>https://forum.mango-os.com/post/19772</link><guid isPermaLink="true">https://forum.mango-os.com/post/19772</guid><dc:creator><![CDATA[mrlucretius]]></dc:creator><pubDate>Fri, 07 Sep 2018 15:27:14 GMT</pubDate></item><item><title><![CDATA[Reply to Fix Cursor-Point position on ma-serial-chart on Fri, 07 Sep 2018 02:28:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrlucretius" aria-label="Profile: mrlucretius">@<bdi>mrlucretius</bdi></a> said in <a href="/post/19766">Fix Cursor-Point position on ma-serial-chart</a>:</p>
<blockquote>
<p dir="auto">Is this your favorite Flex reference: <a href="https://material.angularjs.org/latest/layout/introduction" rel="nofollow ugc">https://material.angularjs.org/latest/layout/introduction</a> ??</p>
</blockquote>
<p dir="auto">No I prefer using CSS and a mix of block, inline-block, and grid...<br />
However Flex is good for ensuring a fit to page view.</p>
<p dir="auto">I've made some tiny amendments like a missing flex parameter for the first row of charts. I've also made the charts fit the full width of the container otherwise everything looks lop sided. Same with your text. Have also left-aligned your text, can always make it right again if needs be,<br />
If you are able to provide more instruction as to how you want to it to look I can likely be of more assistance.</p>
<pre><code>&lt;div class="ma-designer-root" id="jhodges"&gt;
    &lt;ma-now output="time" update-interval="1 SECONDS"&gt;&lt;/ma-now&gt;

	&lt;div flex layout="row" layout-xs="column"&gt;
        &lt;div flex layout="column" &gt;	
	
        	&lt;!-- ##################### chart1: meter 1 charts kWh ######################### --&gt;
        
            &lt;div id="title-m1-kWh"&gt;St. Clair Walker Middle  - Total kWh Generated&lt;/div&gt;
            &lt;ma-serial-chart id="chart-m1-kW" style="width:100%; height: 200px;" balloon="true" legend="true" series-1-point="pt_Meter1.kWh" series-1-values="pt_Meter1.kWh_Values" point-title="JHodges.Meter1.kWh" default-type="line" series-1-title="JHodges.Meter1.kWh" export="true"&gt;
            &lt;/ma-serial-chart&gt;
        	
    	&lt;/div&gt;
        &lt;div flex layout="column"&gt;
        	
        	&lt;!-- ##################### chart2: meter 1 charts kW ######################### --&gt;
        
            &lt;div id="title-m1-kW"&gt;St. Clair Walker - Realtime kW Generation&lt;/div&gt;
            &lt;ma-serial-chart id="chart-m1-kWh" style="width:100%; height: 200px;" balloon="true" legend="true" series-1-point="pt_Meter1.kW" series-1-values="pt_Meter1.kW_Values" point-title="JHodges.Meter1.kW" default-type="line" series-1-title="JHodges.Meter1.kW"&gt;
            &lt;/ma-serial-chart&gt;
            
    	&lt;/div&gt;
	&lt;/div&gt;
            
    &lt;div flex layout="row" layout-xs="column"&gt;
        &lt;div flex layout="column"&gt;	
	
        	&lt;!-- ##################### stats1 ######################### --&gt;
            &lt;div id="lb-m1-miles" style="width:100%; height: 25px; text-align: left;"&gt;Number of Miles Driven in a Car Annually Offset:&lt;/div&gt;
            &lt;ma-point-value id="dp-m1-miles" style="width: 90px; height: 25px; text-align: left;" point-xid="DP_4e6c1706-9429-42da-9852-dcdcc74c72b2" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
        
            &lt;div id="lb-m1-houses" style="width:100%; height: 25px; text-align: left;"&gt;Number of Annual House Energy Use Offset:&lt;/div&gt;
            &lt;ma-point-value id="dp-m1-houses" style="width: 90px; height: 25px; text-align: left;" point-xid="DP_4d6ba9d6-116a-4922-9841-515a22710174" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
        	
            &lt;div id="lb-m1-forest" style="width:100%; height: 25px; text-align: left;"&gt;Annual Acres of U.S. Forest Offset:&lt;/div&gt;
            &lt;ma-point-value id="dp-m1-forest" style="width: 90px; height: 25px; text-align: left;" point-xid="DP_2dc969dd-e452-4ead-b321-b95d9e726058" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
        	
            &lt;div id="lb-m1-co2" style="width:100%; height: 25px; text-align: left;"&gt;Annual Metric Tons of CO2 Offset:&lt;/div&gt;
            &lt;ma-point-value id="dp-m1-co2" style="width: 90px; height: 25px; text-align: left;" point-xid="DP_b6888a31-5473-4af1-bb40-e300767de812" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
        
        &lt;/div&gt;
        &lt;div flex layout="column"&gt;
    	
        	&lt;!-- ##################### gauges m1 ######################### --&gt;
        
        	&lt;div flex layout="row"&gt;
                &lt;div layout-xs="column"&gt;	
                    &lt;ma-gauge-chart id="gauge-m1-irradiance" style="width: 200px; height: 200px;" point-xid="JHodges_DP_e0f6a6e0-1022-42af-8d0b-a7a87f0189ca" end="1300" start="0" interval="100" band3-color="rgb(0, 163, 0)" band3-end="1300" band2-end="800" band1-color="rgb(255, 0, 0)" band1-end="400"&gt;&lt;/ma-gauge-chart&gt;  
                &lt;/div&gt;
                &lt;div layout-xs="column"&gt;	
        	        &lt;ma-gauge-chart id="gauge-m1-kW" style="width: 200px; height: 200px;" point-xid="JHodges_DP_4d0640de-59a5-488c-8f90-6924dcf44be5" end="500" start="0" interval="100"&gt;&lt;/ma-gauge-chart&gt;
        	    &lt;/div&gt;
        	&lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;	
    	
    	
	&lt;div flex layout="row" layout-xs="column"&gt;
        &lt;div flex layout="column"&gt;	
	
        	&lt;!-- ##################### chart3: meter 2 chart kW ######################### --&gt;
        
            &lt;div id="title-m2-kWh"&gt;Elementary School - Total kWh Generated&lt;/div&gt;
            &lt;ma-serial-chart id="chart-m2-kW" style="width:100%; height: 200px;" balloon="true" legend="true" series-1-point="pt_Meter2.kWh" series-1-values="pt_Meter2.kWh_Values" point-title="JHodges.Meter2.kWh" default-type="line" series-1-title="JHodges.Meter2.kWh" export="true"&gt;
            &lt;/ma-serial-chart&gt;
    	
	    &lt;/div&gt;
        &lt;div flex layout="column"&gt;
    	
        	&lt;!-- ##################### chart4: meter 2 chart kW ######################### --&gt;
        
            &lt;div id="title-m2-kW"&gt;Elementary School -  Realtime kW Generation&lt;/div&gt;
            &lt;ma-serial-chart id="chart-m2-kWh" style="width:100%; height: 200px;" balloon="true" legend="true" series-1-point="pt_Meter2.kW" series-1-values="pt_Meter2.kW_Values" point-title="JHodges.Meter2.kW" default-type="line" series-1-title="JHodges.Meter2.kW"&gt;
            &lt;/ma-serial-chart&gt;
    	
        &lt;/div&gt;
    &lt;/div&gt;	
    
    &lt;div flex layout="row" layout-xs="column"&gt;
        &lt;div flex layout="column"&gt;	
    
            &lt;!-- ##################### stats2 ######################### --&gt;
            
            &lt;div id="lb-m2-miles" style="width:100%; height: 25px; text-align: left;"&gt;Number of Miles Driven in a Car Annually Offset:&lt;/div&gt;
            &lt;ma-point-value id="dp-m2-miles" style="width: 90px; height: 25px; text-align: left;" point-xid="DP_c1da17c5-d74e-4aac-8abb-206d6c659ca8" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
        	
            &lt;div id="lb-m2-houses" style="width:100%; height: 25px; text-align: left;"&gt;Number of Annual House Energy Use Offset:&lt;/div&gt;
            &lt;ma-point-value id="dp-m2-houses" style="width: 90px; height: 25px; text-align: left;" point-xid="DP_5a2e9fc3-f3f7-48b7-8deb-ea2b94acadf5" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
        	
            &lt;div id="lb-m2-forest" style="width:100%; height: 25px; text-align: left;"&gt;Annual Acres of U.S. Forest Offset:&lt;/div&gt;
            &lt;ma-point-value id="dp-m2-forest" style="width: 90px; height: 25px; text-align: left;" point-xid="DP_e2f44dbe-151d-43d3-a124-bb335bd1e81e" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
        	
            &lt;div id="lb-m2-co2" style="width:100%; height: 25px; text-align: left;"&gt;Annual Metric Tons of CO2 Offset:&lt;/div&gt;
            &lt;ma-point-value id="dp-m2-co2" style="width: 90px; height: 25px; text-align: left;" point-xid="DP_627b4c23-461a-47f8-9d44-437d54b7128c" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
        
        	
        &lt;/div&gt;
        &lt;div flex layout="column"&gt;
    	
        	&lt;!-- ##################### gauges m2 ######################### --&gt;
        	 &lt;div flex layout="row"&gt;
                &lt;div layout-xs="column"&gt;	
                &lt;ma-gauge-chart id="gauge-m2-irradiance" style="width: 200px; height: 200px;" point-xid="JHodges_DP_e0f6a6e0-1022-42af-8d0b-a7a87f0189ca" end="1300" start="0" interval="100" band3-color="rgb(0, 163, 0)" band3-end="1300" band2-end="800" band1-color="rgb(255, 0, 0)" band1-end="400"&gt;&lt;/ma-gauge-chart&gt;
                &lt;/div&gt;
                &lt;div layout-xs="column"&gt;	
    	            &lt;ma-gauge-chart id="gauge-m2-kW" style="width: 200px; height: 200px;" point-xid="JHodges_DP_1ec557de-0f77-4436-bf2c-3d276e4ccabf" end="500" start="0" interval="100"&gt;&lt;/ma-gauge-chart&gt;
    	        &lt;/div&gt;
            &lt;/div&gt;   
        &lt;/div&gt;
	&lt;/div&gt;
	
	    &lt;!-- ##################### meter 1 ma-point-values ######################### --&gt;
    
    &lt;ma-point-values id="pt-m1-kWh" style="width:100%; height: 20px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="{{dateBar.rollupType}}" values="pt_Meter1.kWh_Values" point="pt_Meter1.kWh" point-xid="JHodges_DP_ec50e6e5-95bb-40f2-850c-96c7c712baa8"&gt;
    &lt;/ma-point-values&gt;
        
    &lt;ma-point-values id="pt-m1-kW" style="width:100%; height: 20px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="{{dateBar.rollupType}}" values="pt_Meter1.kW_Values" point="pt_Meter1.kW" point-xid="JHodges_DP_4d0640de-59a5-488c-8f90-6924dcf44be5"&gt;
    &lt;/ma-point-values&gt;

    &lt;!-- ##################### meter 2 ma-point-values ######################### --&gt;
    
    &lt;ma-point-values id="pt-m2-kWh" style="width:100%; height: 20px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="{{dateBar.rollupType}}" values="pt_Meter2.kWh_Values" point="pt_Meter2.kWh" point-xid="JHodges_DP_c56ff01c-a145-408d-bdfb-65322622c164"&gt;
    &lt;/ma-point-values&gt;
        
    &lt;ma-point-values id="pt-m2-kW" style="width:100%; height: 20px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="{{dateBar.rollupType}}" values="pt_Meter2.kW_Values" point="pt_Meter2.kW" point-xid="JHodges_DP_1ec557de-0f77-4436-bf2c-3d276e4ccabf"&gt;
    &lt;/ma-point-values&gt;

&lt;/div&gt;
</code></pre>
<p dir="auto">Fox</p>
]]></description><link>https://forum.mango-os.com/post/19767</link><guid isPermaLink="true">https://forum.mango-os.com/post/19767</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Fri, 07 Sep 2018 02:28:06 GMT</pubDate></item><item><title><![CDATA[Reply to Fix Cursor-Point position on ma-serial-chart on Thu, 06 Sep 2018 20:06:50 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I implemented your markup. Still needs some work. I will see if I can sort it out, however, if you see any obvious omissions or errors I appreciate your help and feedback.</p>
<p dir="auto">Is this your favorite Flex reference: <a href="https://material.angularjs.org/latest/layout/introduction" rel="nofollow ugc">https://material.angularjs.org/latest/layout/introduction</a> ??</p>
<p dir="auto">Thanks,<br />
Alex</p>
<p dir="auto">Edit: I have been updating the source as I have fiddled it.</p>
<pre><code>&lt;div class="ma-designer-root" id="jhodges"&gt;
    &lt;ma-now output="time" update-interval="1 SECONDS"&gt;&lt;/ma-now&gt;

	&lt;div flex layout="row"&gt;
        &lt;div layout="column"&gt;	
	
        	&lt;!-- ##################### chart1: meter 1 charts kWh ######################### --&gt;
        
            &lt;div id="title-m1-kWh"&gt;St. Clair Walker Middle  - Total kWh Generated&lt;/div&gt;
            &lt;ma-serial-chart id="chart-m1-kW" style="width: 500px; height: 200px;" balloon="true" legend="true" series-1-point="pt_Meter1.kWh" series-1-values="pt_Meter1.kWh_Values" point-title="JHodges.Meter1.kWh" default-type="line" series-1-title="JHodges.Meter1.kWh" export="true"&gt;
            &lt;/ma-serial-chart&gt;
        	
    	&lt;/div&gt;
        &lt;div layout="column"&gt;
        	
        	&lt;!-- ##################### chart2: meter 1 charts kW ######################### --&gt;
        
            &lt;div id="title-m1-kW"&gt;St. Clair Walker - Realtime kW Generation&lt;/div&gt;
            &lt;ma-serial-chart id="chart-m1-kWh" style="width: 500px; height: 200px;" balloon="true" legend="true" series-1-point="pt_Meter1.kW" series-1-values="pt_Meter1.kW_Values" point-title="JHodges.Meter1.kW" default-type="line" series-1-title="JHodges.Meter1.kW"&gt;
            &lt;/ma-serial-chart&gt;
            
    	&lt;/div&gt;
	&lt;/div&gt;
            
    &lt;div flex layout="row"&gt;
        &lt;div flex layout="column"&gt;	
	
        	&lt;!-- ##################### stats1 ######################### --&gt;
            &lt;div id="lb-m1-miles" style="width: 325px; height: 25px; text-align: right;"&gt;Number of Miles Driven in a Car Annually Offset:&lt;/div&gt;
            &lt;ma-point-value id="dp-m1-miles" style="width: 90px; height: 25px; text-align: left;" point-xid="DP_4e6c1706-9429-42da-9852-dcdcc74c72b2" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
        
            &lt;div id="lb-m1-houses" style="width: 325px; height: 25px; text-align: right;"&gt;Number of Annual House Energy Use Offset:&lt;/div&gt;
            &lt;ma-point-value id="dp-m1-houses" style="width: 90px; height: 25px; text-align: left;" point-xid="DP_4d6ba9d6-116a-4922-9841-515a22710174" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
        	
            &lt;div id="lb-m1-forest" style="width: 325px; height: 25px; text-align: right;"&gt;Annual Acres of U.S. Forest Offset:&lt;/div&gt;
            &lt;ma-point-value id="dp-m1-forest" style="width: 90px; height: 25px; text-align: left;" point-xid="DP_2dc969dd-e452-4ead-b321-b95d9e726058" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
        	
            &lt;div id="lb-m1-co2" style="width: 325px; height: 25px; text-align: right;"&gt;Annual Metric Tons of CO2 Offset:&lt;/div&gt;
            &lt;ma-point-value id="dp-m1-co2" style="width: 90px; height: 25px; text-align: left;" point-xid="DP_b6888a31-5473-4af1-bb40-e300767de812" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
        
        &lt;/div&gt;
        &lt;div flex layout="column"&gt;
    	
        	&lt;!-- ##################### gauges m1 ######################### --&gt;
        
        	&lt;div flex layout="row"&gt;
                &lt;div layout-xs="column"&gt;	
                    &lt;ma-gauge-chart id="gauge-m1-irradiance" style="width: 200px; height: 200px;" point-xid="JHodges_DP_e0f6a6e0-1022-42af-8d0b-a7a87f0189ca" end="1300" start="0" interval="100" band3-color="rgb(0, 163, 0)" band3-end="1300" band2-end="800" band1-color="rgb(255, 0, 0)" band1-end="400"&gt;&lt;/ma-gauge-chart&gt;  
                &lt;/div&gt;
                &lt;div layout-xs="column"&gt;	
        	        &lt;ma-gauge-chart id="gauge-m1-kW" style="width: 200px; height: 200px;" point-xid="JHodges_DP_4d0640de-59a5-488c-8f90-6924dcf44be5" end="500" start="0" interval="100"&gt;&lt;/ma-gauge-chart&gt;
        	    &lt;/div&gt;
        	&lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;	
    	
    	
	&lt;div flex layout="row"&gt;
        &lt;div flex layout="column"&gt;	
	
        	&lt;!-- ##################### chart3: meter 2 chart kW ######################### --&gt;
        
            &lt;div id="title-m2-kWh"&gt;Elementary School - Total kWh Generated&lt;/div&gt;
            &lt;ma-serial-chart id="chart-m2-kW" style="width: 500px; height: 200px;" balloon="true" legend="true" series-1-point="pt_Meter2.kWh" series-1-values="pt_Meter2.kWh_Values" point-title="JHodges.Meter2.kWh" default-type="line" series-1-title="JHodges.Meter2.kWh" export="true"&gt;
            &lt;/ma-serial-chart&gt;
    	
	    &lt;/div&gt;
        &lt;div flex layout="column"&gt;
    	
        	&lt;!-- ##################### chart4: meter 2 chart kW ######################### --&gt;
        
            &lt;div id="title-m2-kW"&gt;Elementary School -  Realtime kW Generation&lt;/div&gt;
            &lt;ma-serial-chart id="chart-m2-kWh" style="width: 500px; height: 200px;" balloon="true" legend="true" series-1-point="pt_Meter2.kW" series-1-values="pt_Meter2.kW_Values" point-title="JHodges.Meter2.kW" default-type="line" series-1-title="JHodges.Meter2.kW"&gt;
            &lt;/ma-serial-chart&gt;
    	
        &lt;/div&gt;
    &lt;/div&gt;	
    
    &lt;div flex layout="row"&gt;
        &lt;div flex layout="column"&gt;	
    
            &lt;!-- ##################### stats2 ######################### --&gt;
            
            &lt;div id="lb-m2-miles" style="width: 325px; height: 25px; text-align: right;"&gt;Number of Miles Driven in a Car Annually Offset:&lt;/div&gt;
            &lt;ma-point-value id="dp-m2-miles" style="width: 90px; height: 25px; text-align: right;" point-xid="DP_c1da17c5-d74e-4aac-8abb-206d6c659ca8" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
        	
            &lt;div id="lb-m2-houses" style="width: 325px; height: 25px; text-align: right;"&gt;Number of Annual House Energy Use Offset:&lt;/div&gt;
            &lt;ma-point-value id="dp-m2-houses" style="width: 90px; height: 25px; text-align: right;" point-xid="DP_5a2e9fc3-f3f7-48b7-8deb-ea2b94acadf5" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
        	
            &lt;div id="lb-m2-forest" style="width: 325px; height: 25px; text-align: right;"&gt;Annual Acres of U.S. Forest Offset:&lt;/div&gt;
            &lt;ma-point-value id="dp-m2-forest" style="width: 90px; height: 25px; text-align: right;" point-xid="DP_e2f44dbe-151d-43d3-a124-bb335bd1e81e" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
        	
            &lt;div id="lb-m2-co2" style="width: 325px; height: 25px; text-align: right;"&gt;Annual Metric Tons of CO2 Offset:&lt;/div&gt;
            &lt;ma-point-value id="dp-m2-co2" style="width: 90px; height: 25px; text-align: right;" point-xid="DP_627b4c23-461a-47f8-9d44-437d54b7128c" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
        
        	
        &lt;/div&gt;
        &lt;div flex layout="column"&gt;
    	
        	&lt;!-- ##################### gauges m2 ######################### --&gt;
        	 &lt;div flex layout="row"&gt;
                &lt;div layout-xs="column"&gt;	
                &lt;ma-gauge-chart id="gauge-m2-irradiance" style="width: 200px; height: 200px;" point-xid="JHodges_DP_e0f6a6e0-1022-42af-8d0b-a7a87f0189ca" end="1300" start="0" interval="100" band3-color="rgb(0, 163, 0)" band3-end="1300" band2-end="800" band1-color="rgb(255, 0, 0)" band1-end="400"&gt;&lt;/ma-gauge-chart&gt;
                &lt;/div&gt;
                &lt;div layout-xs="column"&gt;	
    	            &lt;ma-gauge-chart id="gauge-m2-kW" style="width: 200px; height: 200px;" point-xid="JHodges_DP_1ec557de-0f77-4436-bf2c-3d276e4ccabf" end="500" start="0" interval="100"&gt;&lt;/ma-gauge-chart&gt;
    	        &lt;/div&gt;
            &lt;/div&gt;   
        &lt;/div&gt;
	&lt;/div&gt;
	
	    &lt;!-- ##################### meter 1 ma-point-values ######################### --&gt;
    
    &lt;ma-point-values id="pt-m1-kWh" style="width: 200px; height: 20px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="{{dateBar.rollupType}}" values="pt_Meter1.kWh_Values" point="pt_Meter1.kWh" point-xid="JHodges_DP_ec50e6e5-95bb-40f2-850c-96c7c712baa8"&gt;
    &lt;/ma-point-values&gt;
        
    &lt;ma-point-values id="pt-m1-kW" style="width: 200px; height: 20px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="{{dateBar.rollupType}}" values="pt_Meter1.kW_Values" point="pt_Meter1.kW" point-xid="JHodges_DP_4d0640de-59a5-488c-8f90-6924dcf44be5"&gt;
    &lt;/ma-point-values&gt;

    &lt;!-- ##################### meter 2 ma-point-values ######################### --&gt;
    
    &lt;ma-point-values id="pt-m2-kWh" style="width: 200px; height: 20px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="{{dateBar.rollupType}}" values="pt_Meter2.kWh_Values" point="pt_Meter2.kWh" point-xid="JHodges_DP_c56ff01c-a145-408d-bdfb-65322622c164"&gt;
    &lt;/ma-point-values&gt;
        
    &lt;ma-point-values id="pt-m2-kW" style="width: 200px; height: 20px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="{{dateBar.rollupType}}" values="pt_Meter2.kW_Values" point="pt_Meter2.kW" point-xid="JHodges_DP_1ec557de-0f77-4436-bf2c-3d276e4ccabf"&gt;
    &lt;/ma-point-values&gt;

&lt;/div&gt;
</code></pre>
]]></description><link>https://forum.mango-os.com/post/19766</link><guid isPermaLink="true">https://forum.mango-os.com/post/19766</guid><dc:creator><![CDATA[mrlucretius]]></dc:creator><pubDate>Thu, 06 Sep 2018 20:06:50 GMT</pubDate></item><item><title><![CDATA[Reply to Fix Cursor-Point position on ma-serial-chart on Wed, 05 Sep 2018 21:08:40 GMT]]></title><description><![CDATA[<p dir="auto">Here's your markup. Be sure to remove the position:absolute and top and left values in your style attribute. Can style further once you've put them all in the right place. Am a little tight for time so I can't be of help more today.</p>
<pre><code>&lt;div flex layout="row"   layout-fill layout-wrap&gt;
    &lt;div flex layout-xs="column"&gt;
        
            Chart 1
      
    &lt;/div&gt;
    &lt;div flex layout-xs="column"&gt;
     
            Chart 2
        
    &lt;/div&gt;
&lt;/div&gt;
    
&lt;div flex layout="row" layout-align="space-between"  layout-fill layout-wrap&gt;
    &lt;div flex layout-xs="column"&gt;
             Stats 1
        
    &lt;/div&gt;
    &lt;div flex layout-xs="column"&gt;
       
            Gauge 1 &amp; 2
       
    &lt;/div&gt;
&lt;/div&gt;

&lt;div flex layout="row" layout-align="space-between"  layout-fill layout-wrap&gt;
    &lt;div flex layout-xs="column"&gt;
   
           Chart 3
       
    &lt;/div&gt;
    &lt;div flex layout-xs="column"&gt;
       
            Chart 4
       
    &lt;/div&gt;
&lt;/div&gt;

   &lt;div flex layout="row" layout-align="space-between"  layout-fill layout-wrap&gt;
    &lt;div flex layout-xs="column"&gt;
   
           Stats 2
       
    &lt;/div&gt;
    &lt;div flex layout-xs="column"&gt;
       
            Gauges 3 &amp; 4
       
    &lt;/div&gt;
&lt;/div&gt;
</code></pre>
]]></description><link>https://forum.mango-os.com/post/19757</link><guid isPermaLink="true">https://forum.mango-os.com/post/19757</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Wed, 05 Sep 2018 21:08:40 GMT</pubDate></item><item><title><![CDATA[Reply to Fix Cursor-Point position on ma-serial-chart on Wed, 05 Sep 2018 14:17:34 GMT]]></title><description><![CDATA[<p dir="auto">Hey,</p>
<p dir="auto">Thanks for looking at this.</p>
<p dir="auto">I want to implement Flex for phone / other happiness.</p>
<p dir="auto">This is a (quick and dirty) last minute prototype on a solar power plant.</p>
<p dir="auto">While being the first, it will not be the last. There may be hundreds in a few years.</p>
<p dir="auto">As I learn about mango / angular, I am simultaneously deciding the template and tech for future installs.</p>
<p dir="auto">I have various web / sysadmin experience but angular / mango is new to me...</p>
<p dir="auto">So I appreciate any guidance and support you guys may have.</p>
<p dir="auto">Thanks,<br />
Alex</p>
]]></description><link>https://forum.mango-os.com/post/19752</link><guid isPermaLink="true">https://forum.mango-os.com/post/19752</guid><dc:creator><![CDATA[mrlucretius]]></dc:creator><pubDate>Wed, 05 Sep 2018 14:17:34 GMT</pubDate></item><item><title><![CDATA[Reply to Fix Cursor-Point position on ma-serial-chart on Wed, 05 Sep 2018 03:38:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrlucretius" aria-label="Profile: mrlucretius">@<bdi>mrlucretius</bdi></a>   I was able to reproduce the offset on my pc.  The more I change the window size the bigger the offset.  I believe it has something to do with the auto-scale. if I change your main div to</p>
<pre><code> &lt;div class="ma-designer-root" id="jhodges"  ma-scale-to="ma-ui-page-view" ma-maintain-ratio="letterbox"&gt;
</code></pre>
<p dir="auto">The offset goes away but the page doesn't scale. I think implementing flex might be a solution.  Will see if  I can modify the code for your today.</p>
]]></description><link>https://forum.mango-os.com/post/19748</link><guid isPermaLink="true">https://forum.mango-os.com/post/19748</guid><dc:creator><![CDATA[CraigWeb]]></dc:creator><pubDate>Wed, 05 Sep 2018 03:38:30 GMT</pubDate></item><item><title><![CDATA[Reply to Fix Cursor-Point position on ma-serial-chart on Wed, 05 Sep 2018 01:41:19 GMT]]></title><description><![CDATA[<p dir="auto">Ah apologies, you have too.<br />
That was definitely an oversight on my part. However I still recommend you keep things clean and clearly labelled.<br />
I can't honestly see why you would be having an offset. The values would have to be out timestamp wise from your rollup.<br />
Start with having statically defined rollups rather than using the datebar for a start.</p>
<pre><code>{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}} --&gt; "1 HOURS"
</code></pre>
<p dir="auto">As for flex, what is it you want to achieve?<br />
Make the graphs full width?</p>
]]></description><link>https://forum.mango-os.com/post/19747</link><guid isPermaLink="true">https://forum.mango-os.com/post/19747</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Wed, 05 Sep 2018 01:41:19 GMT</pubDate></item><item><title><![CDATA[Reply to Fix Cursor-Point position on ma-serial-chart on Wed, 05 Sep 2018 01:28:46 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Thanks for the feedback.</p>
<p dir="auto">I see the error and removed the ng-model tag..</p>
<p dir="auto">I don't see reused variable names. They are close but different (kW vs kWh):</p>
<p dir="auto"><img src="https://camo.nodebb.org/93015ab4b907d82922b9b60bbdd957c4076ffada?url=https%3A%2F%2Fi.imgur.com%2F0pFN2gI.png" alt="0_1536110747254_0ecb170a-72aa-483e-acb2-d0f4294030d8-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Also the id for the ma-point-values is nearly the same, but unique letter at end.</p>
<p dir="auto">I am a total beginner here so I appreciate any help.</p>
<p dir="auto">Interestingly, the offset seems to change with chrome zoom. On my laptop, I set zoom to 100%, load page, cursor is offset to left of pointer. As I zoom out (less than 100%) the cursor and pointer get closer. At 50% the red cursor line jumps to the right of the pointer (when it was to left).</p>
<p dir="auto">I need to get flex implemented here for other obvious reasons... Maybe it will fix itself?</p>
<p dir="auto">Any thoughts, suggestions appreciated.</p>
<p dir="auto">Thanks,<br />
Alex</p>
]]></description><link>https://forum.mango-os.com/post/19746</link><guid isPermaLink="true">https://forum.mango-os.com/post/19746</guid><dc:creator><![CDATA[mrlucretius]]></dc:creator><pubDate>Wed, 05 Sep 2018 01:28:46 GMT</pubDate></item><item><title><![CDATA[Reply to Fix Cursor-Point position on ma-serial-chart on Tue, 04 Sep 2018 21:18:42 GMT]]></title><description><![CDATA[<p dir="auto">The answer is in your error:<br />
<code>ngModel="myDecimal | number:0" is non assignable</code></p>
<p dir="auto">secondly, ma-point-value does not support ng-Model, refer to the components api to see what it supports.<br />
[your mango address]/ui/docs/ng-mango/ma-point-value</p>
<p dir="auto">Start with removing all error related issues first.<br />
Thirdly:</p>
<pre><code>    &lt;ma-point-values id="9a25abfb-0604-4545-82a9-6ae347c37c3c" style="position: absolute; width: 200px; height: 20px; left: 0px; top: 899.24px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="{{dateBar.rollupType}}" values="pt_Meter1.kWh_Values" point="pt_Meter1.kWh" point-xid="JHodges_DP_ec50e6e5-95bb-40f2-850c-96c7c712baa8"&gt;
    &lt;/ma-point-values&gt;
        
    &lt;ma-point-values id="9a25abfb-0604-4545-82a9-6ae347c37c3d" style="position: absolute; width: 200px; height: 20px; left: 0px; top: 843.482px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="{{dateBar.rollupType}}" values="pt_Meter1.kW_Values" point="pt_Meter1.kW" point-xid="JHodges_DP_4d0640de-59a5-488c-8f90-6924dcf44be5"&gt;
    &lt;/ma-point-values&gt;
    
    &lt;!-- ##################### meter 1 charts ######################### --&gt;

    &lt;div id="5e2f3c36-0342-4f5c-920a-4ce263b1a5b5" style="position: absolute; left: 0px; top: 0px; width: 344.813px; height: 27.0625px;"&gt;St. Clair Walker Middle  - Total kWh Generated&lt;/div&gt;
</code></pre>
<p dir="auto">Why are you using points and values with the same variable name for different point XIDs? You'll only end up overwriting the same values in the same scope!</p>
<p dir="auto">Make sure all point names and values are unique to avoid both confusion in the markup and for angular itself.<br />
It is quite possible you have variables overwriting each other in areas meaning your data will never reflect the actual points you want to show...</p>
]]></description><link>https://forum.mango-os.com/post/19733</link><guid isPermaLink="true">https://forum.mango-os.com/post/19733</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Tue, 04 Sep 2018 21:18:42 GMT</pubDate></item><item><title><![CDATA[Reply to Fix Cursor-Point position on ma-serial-chart on Tue, 04 Sep 2018 16:47:09 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Here is page source.</p>
<p dir="auto">I notice that on the left side of a chart, the cursor and red marker line overlap. As you move right, the separation increases.</p>
<p dir="auto">I tried the above code but not sure what you want me to look for...</p>
<p dir="auto">There is an error, I am not familiar at the moment with debugging this stuff but will have a go at it.</p>
<p dir="auto"><img src="https://camo.nodebb.org/a365bb261375b8440b65876bde0fecb24e13d30b?url=https%3A%2F%2Fi.imgur.com%2FURaQGTi.png" alt="0_1536078211093_485cd79c-5382-49c3-971c-7174818f2f94-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I created a demo user, if you want to see the live site in action I can send you the password.</p>
<p dir="auto">Thanks,<br />
Alex</p>
<pre><code>&lt;div class="ma-designer-root" id="jhodges" style="width: 1366px; height: 820px; position: relative; text-align: center; top: 626px;" ma-scale-to="ma-ui-page-view" ma-maintain-ratio="letterbox"&gt;
 &lt;ma-now output="time" update-interval="1 SECONDS"&gt;&lt;/ma-now&gt;

    

    
    &lt;!-- ##################### meter 1 ######################### --&gt;
    
    &lt;!-- ##################### meter 1 ma-point-values ######################### --&gt;
    
    &lt;ma-point-values id="9a25abfb-0604-4545-82a9-6ae347c37c3c" style="position: absolute; width: 200px; height: 20px; left: 0px; top: 899.24px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="{{dateBar.rollupType}}" values="pt_Meter1.kWh_Values" point="pt_Meter1.kWh" point-xid="JHodges_DP_ec50e6e5-95bb-40f2-850c-96c7c712baa8"&gt;
    &lt;/ma-point-values&gt;
        
    &lt;ma-point-values id="9a25abfb-0604-4545-82a9-6ae347c37c3d" style="position: absolute; width: 200px; height: 20px; left: 0px; top: 843.482px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="{{dateBar.rollupType}}" values="pt_Meter1.kW_Values" point="pt_Meter1.kW" point-xid="JHodges_DP_4d0640de-59a5-488c-8f90-6924dcf44be5"&gt;
    &lt;/ma-point-values&gt;
    
    &lt;!-- ##################### meter 1 charts ######################### --&gt;

    &lt;div id="5e2f3c36-0342-4f5c-920a-4ce263b1a5b5" style="position: absolute; left: 0px; top: 0px; width: 344.813px; height: 27.0625px;"&gt;St. Clair Walker Middle  - Total kWh Generated&lt;/div&gt;
    &lt;ma-serial-chart id="d8fc3719-74b4-4ed6-bc08-071e849590a2" style="position: absolute; width: 500px; height: 200px; left: 0px; top: 27.0625px;" balloon="true" legend="true" series-1-point="pt_Meter1.kWh" series-1-values="pt_Meter1.kWh_Values" point-title="JHodges.Meter1.kWh" default-type="line" series-1-title="JHodges.Meter1.kWh" export="true"&gt;
    &lt;/ma-serial-chart&gt;

    &lt;div id="a124df35-3280-49e8-9f38-904b527f8f2e" style="position: absolute; left: 500px; top: 0px; width: 344.813px; height: 27.0625px;"&gt;St. Clair Walker - Realtime kW Generation&lt;/div&gt;
    &lt;ma-serial-chart id="60193726-1a16-4e59-9361-340c2d982012" style="position: absolute; width: 500px; height: 200px; left: 500px; top: 27.0625px;" balloon="true" legend="true" series-1-point="pt_Meter1.kW" series-1-values="pt_Meter1.kW_Values" point-title="JHodges.Meter1.kW" default-type="line" series-1-title="JHodges.Meter1.kW"&gt;
    &lt;/ma-serial-chart&gt;
    
    &lt;!-- ##################### meter 1 stats ######################### --&gt;
    
    &lt;div id="2956c909-4a52-441b-be13-5745ebf73042" style="position: absolute; left: 0px; top: 250px; width: 325px; height: 25px; text-align: right;"&gt;Number of Miles Driven in a Car Annually Offset:&lt;/div&gt;
    &lt;ma-point-value id="428c9737-8747-4fe4-b5d0-90fdac4eec0a" style="position: absolute; left: 325px; top: 250px; width: 90.6563px; height: 25px; text-align: right;" point-xid="DP_4e6c1706-9429-42da-9852-dcdcc74c72b2" enable-popup="hide"&gt;&lt;/ma-point-value&gt;

    &lt;div id="9238795f-d98a-4505-a2fe-8c3257069197" style="position: absolute; left: 0px; top: 275px; width: 325px; height: 26.0469px; text-align: right;"&gt;Number of Annual House Energy Use Offset:&lt;/div&gt;
    &lt;ma-point-value id="6700dcdb-1b74-4b08-9faf-a2de4bca1100" style="position: absolute; left: 325px; top: 275px; width: 90.6563px; height: 25px; text-align: right;" ng-model="myDecimal | number : 0" point-xid="DP_4d6ba9d6-116a-4922-9841-515a22710174" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
    &lt;div id="c84170a7-83e2-4d80-94f6-2b862184f40f" style="position: absolute; left: 0px; top: 300px; width: 325px; height: 25px; text-align: right;"&gt;Annual Acres of U.S. Forest Offset:&lt;/div&gt;
    &lt;ma-point-value id="2053e860-a76c-4cf2-a6e7-7dd372d2d430" style="position: absolute; left: 325px; top: 300px; width: 90.6563px; height: 25px; text-align: right;" point-xid="DP_2dc969dd-e452-4ead-b321-b95d9e726058" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
    &lt;div id="124dc661-f96f-471e-9ce1-9e310bacddbb" style="position: absolute; left: 0px; top: 325px; width: 325px; height: 26.0469px; text-align: right;"&gt;Annual Metric Tons of CO2 Offset:&lt;/div&gt;

    
    &lt;!-- ##################### meter 2 ######################### --&gt;
    
    &lt;ma-point-values id="9a25abfb-0604-4545-82a9-6ae347c37c3e" style="position: absolute; width: 200px; height: 20px; left: 0px; top: 980px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="{{dateBar.rollupType}}" values="pt_Meter2.kWh_Values" point="pt_Meter2.kWh" point-xid="JHodges_DP_c56ff01c-a145-408d-bdfb-65322622c164" &gt;
    &lt;/ma-point-values&gt;
        
    &lt;ma-point-values id="9a25abfb-0604-4545-82a9-6ae347c37c3f" style="position: absolute; width: 200px; height: 20px; left: 0px; top: 939.24px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="{{dateBar.rollupType}}" values="pt_Meter2.kW_Values" point="pt_Meter2.kW" point-xid="JHodges_DP_1ec557de-0f77-4436-bf2c-3d276e4ccabf"&gt;
    &lt;/ma-point-values&gt;
    
    &lt;!-- ##################### meter 2 charts ######################### --&gt;
    
    &lt;ma-point-value id="06c3dcd4-a18c-486a-9dc4-962961ce3327" style="position: absolute; left: 325px; top: 325px; width: 90.6563px; height: 25px; text-align: right;" point-xid="DP_b6888a31-5473-4af1-bb40-e300767de812" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
    &lt;div id="9d8691fc-413f-4325-bbcb-e127f78fed48" style="position: absolute; left: 0px; top: 420px; width: 344.813px; height: 27.0625px;"&gt;Elementary School - Total kWh Generated&lt;/div&gt;
    
    &lt;ma-serial-chart id="b9fa98ba-879d-4b6e-b406-bbc6c32d36cd" style="position: absolute; width: 500px; height: 200px; left: 0px; top: 450px;" balloon="true" legend="true" series-1-point="pt_Meter2.kWh" series-1-values="pt_Meter2.kWh_Values" point-title="JHodges.Meter2.kWh" default-type="line" series-1-title="JHodges.Meter2.kWh" export="true"&gt;
    &lt;/ma-serial-chart&gt;
    
    &lt;div id="86580f7e-cf3b-4760-9c35-2882c5ef0d77" style="position: absolute; left: 500px; top: 420px; width: 344.813px; height: 27.0625px;"&gt;Elementary School -  Realtime kW Generation&lt;/div&gt;
    &lt;ma-serial-chart id="46672ffd-fbeb-4547-b8be-197cd414654b" style="position: absolute; width: 500px; height: 200px; left: 500px; top: 450px;" balloon="true" legend="true" series-1-point="pt_Meter2.kW" series-1-values="pt_Meter2.kW_Values" point-title="JHodges.Meter2.kW" default-type="line" series-1-title="JHodges.Meter2.kW"&gt;
    &lt;/ma-serial-chart&gt;
    
    &lt;!-- ##################### meter 2 stats ######################### --&gt;
    
    &lt;div id="09b2f4fa-9425-4c50-a05d-4fcb99672c53" style="position: absolute; left: 0px; top: 675px; width: 325px; height: 25px; text-align: right;"&gt;Number of Miles Driven in a Car Annually Offset:&lt;/div&gt;
    &lt;ma-point-value id="30b9113d-4230-435d-97be-244bbb112955" style="position: absolute; left: 325px; top: 675px; width: 90.6563px; height: 25px; text-align: right;" point-xid="DP_c1da17c5-d74e-4aac-8abb-206d6c659ca8" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
    &lt;div id="b76d9280-d04c-495c-87b4-b5697c6ee557" style="position: absolute; left: 0px; top: 700px; width: 325px; height: 25px; text-align: right;"&gt;Number of Annual House Energy Use Offset:&lt;/div&gt;
    &lt;ma-point-value id="a8e5a45e-57df-475d-a742-b6176c27e56f" style="position: absolute; left: 325px; top: 700px; width: 90.6563px; height: 25px; text-align: right;" point-xid="DP_5a2e9fc3-f3f7-48b7-8deb-ea2b94acadf5" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
    &lt;div id="8d724f31-7578-4083-8142-1ed6f6358e32" style="position: absolute; left: 0px; top: 725px; width: 325px; height: 25px; text-align: right;"&gt;Annual Acres of U.S. Forest Offset:&lt;/div&gt;
    &lt;ma-point-value id="9ec58890-1abf-4dc3-921e-1275c0fcec5c" style="position: absolute; left: 325px; top: 725px; width: 90.6563px; height: 25px; text-align: right;" point-xid="DP_e2f44dbe-151d-43d3-a124-bb335bd1e81e" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
    &lt;div id="ab356e50-6e0e-4207-ae38-d297013406a4" style="position: absolute; left: 0px; top: 750px; width: 325px; height: 25px; text-align: right;"&gt;Annual Metric Tons of CO2 Offset:&lt;/div&gt;
    &lt;ma-point-value id="fc2bcdff-0104-41b2-8187-915d18ad47fa" style="position: absolute; left: 325px; top: 750px; width: 90.6563px; height: 25px; text-align: right;" point-xid="DP_627b4c23-461a-47f8-9d44-437d54b7128c" enable-popup="hide"&gt;&lt;/ma-point-value&gt;

&lt;ma-gauge-chart id="34146c95-dca1-4ca3-acaf-049031177945" style="position: absolute; width: 200px; height: 200px; left: 775px; top: 650px;" point-xid="JHodges_DP_1ec557de-0f77-4436-bf2c-3d276e4ccabf" end="500" start="0" interval="100"&gt;&lt;/ma-gauge-chart&gt;
    &lt;ma-gauge-chart id="ebe552a6-f212-48a0-9eef-1cdb4406023c" style="position: absolute; width: 200px; height: 200px; left: 775px; top: 225px;" point-xid="JHodges_DP_4d0640de-59a5-488c-8f90-6924dcf44be5" end="500" start="0" interval="100"&gt;&lt;/ma-gauge-chart&gt;
    &lt;ma-gauge-chart id="5f637307-b466-45d2-8cd7-19d70c085194" style="position: absolute; width: 200px; height: 200px; left: 575px; top: 225px;" point-xid="JHodges_DP_e0f6a6e0-1022-42af-8d0b-a7a87f0189ca" end="1300" start="0" interval="100" band3-color="rgb(0, 163, 0)" band3-end="1300" band2-end="800" band1-color="rgb(255, 0, 0)" band1-end="400"&gt;&lt;/ma-gauge-chart&gt;
    &lt;ma-gauge-chart id="0758b808-5d65-41b2-82ce-6cfb8649894e" style="position: absolute; width: 200px; height: 200px; left: 575px; top: 650px;" point-xid="JHodges_DP_e0f6a6e0-1022-42af-8d0b-a7a87f0189ca" end="1300" start="0" interval="100" band3-color="rgb(0, 163, 0)" band3-end="1300" band2-end="800" band1-color="rgb(255, 0, 0)" band1-end="400"&gt;&lt;/ma-gauge-chart&gt;
    &lt;ma-point-value id="fdf16fc2-6133-43bc-85ea-b2f4aaf03981" style="position: absolute; left: 208.35px; top: 187.183px; width: 90.6563px; height: 25px; text-align: right;" point-xid="JHodges_DP_ec50e6e5-95bb-40f2-850c-96c7c712baa8" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
    &lt;ma-point-value id="713f41d3-0fa6-4a28-b54a-b8bc66c1dd57" style="position: absolute; left: 213.833px; top: 610.35px; width: 90.6563px; height: 25px; text-align: right;" point-xid="JHodges_DP_c56ff01c-a145-408d-bdfb-65322622c164" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
&lt;/div&gt;
</code></pre>
]]></description><link>https://forum.mango-os.com/post/19732</link><guid isPermaLink="true">https://forum.mango-os.com/post/19732</guid><dc:creator><![CDATA[mrlucretius]]></dc:creator><pubDate>Tue, 04 Sep 2018 16:47:09 GMT</pubDate></item><item><title><![CDATA[Reply to Fix Cursor-Point position on ma-serial-chart on Thu, 30 Aug 2018 15:10:04 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/mrlucretius" aria-label="Profile: mrlucretius">@<bdi>mrlucretius</bdi></a></p>
<p dir="auto">I used your code and put in my own data point XID  and it worked perfectly.  with out seeing the rest of your code it is hard to do any more.  could you share the rest of the page code.</p>
<p dir="auto">Could you also check if there are any errors on your chrome dev tools console.</p>
<p dir="auto">Also just a shot in the dark here. paste this code into your page and have a look what the actual data you giving the chart is:</p>
<pre><code>&lt;md-card &gt;
                &lt;md-toolbar class="md-whiteframe-1dp md-hue-3"&gt;
                    &lt;div class="md-toolbar-tools"&gt;
                        &lt;h3 &gt;
                            values

                        &lt;/h3&gt;
                    &lt;/div&gt;
                &lt;/md-toolbar&gt;
                &lt;md-card-content layout="row"&gt;
                  &lt;md-list class="md-dense" flex &gt;
                            
                            &lt;md-list-item layout="row" ng-repeat="v in pt_Meter1.kWh_Values " &gt;
                                &lt;span &gt; {{v.timestamp | maMoment:'format':'ll LTS'}} :&lt;/span&gt;
                                &lt;span flex&gt; &lt;/span&gt;
                                &lt;span &gt; {{v.value}} &lt;/span&gt;
                            &lt;/md-list-item&gt;
            &lt;/md-card-content&gt;
            &lt;/md-card&gt;
            &lt;/div&gt;
&lt;/div&gt;
</code></pre>
]]></description><link>https://forum.mango-os.com/post/19686</link><guid isPermaLink="true">https://forum.mango-os.com/post/19686</guid><dc:creator><![CDATA[CraigWeb]]></dc:creator><pubDate>Thu, 30 Aug 2018 15:10:04 GMT</pubDate></item></channel></rss>