<?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[Data rollup video]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I watched the Data rollup video <iframe class="vimeo-embed" src="//player.vimeo.com/video/268101207" width="640" height="360" frameborder="0"></iframe> and it is exactly what I'd like to do.</p>
<p dir="auto">Is there somewhere that I can see the code behind this example? I've checked the examples in my Mango installation but don't see anything close to the Data rollup example.</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.mango-os.com/topic/4643/data-rollup-video</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 21:39:27 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/4643.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Dec 2019 15:54:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Data rollup video on Wed, 18 Dec 2019 16:59:57 GMT]]></title><description><![CDATA[<p dir="auto">Is there a video that explains how it works, similar to the video for SVG graphics?</p>
]]></description><link>https://forum.mango-os.com/post/24368</link><guid isPermaLink="true">https://forum.mango-os.com/post/24368</guid><dc:creator><![CDATA[mseverin]]></dc:creator><pubDate>Wed, 18 Dec 2019 16:59:57 GMT</pubDate></item><item><title><![CDATA[Reply to Data rollup video on Wed, 18 Dec 2019 16:57:35 GMT]]></title><description><![CDATA[<p dir="auto">Thanks, this is a big help.  I'm very new to trying to make interactive pages.</p>
<p dir="auto">Is there some other setup that I need to do to get the ng-click to work?</p>
]]></description><link>https://forum.mango-os.com/post/24367</link><guid isPermaLink="true">https://forum.mango-os.com/post/24367</guid><dc:creator><![CDATA[mseverin]]></dc:creator><pubDate>Wed, 18 Dec 2019 16:57:35 GMT</pubDate></item><item><title><![CDATA[Reply to Data rollup video on Wed, 18 Dec 2019 16:00:11 GMT]]></title><description><![CDATA[<p dir="auto">Here is the code for that Demo, hope it helps!</p>
<pre><code>&lt;ma-watch-list-get ng-model="designer.watchList" parameters="designer.parameters" on-points-change="designer.points = $points" id="39ccc8e0-4146-4ef9-85bc-849e25a3837b" watch-list-xid="WL_5816774c-7cd8-4f48-b8e8-57212afbdf1c"&gt;&lt;/ma-watch-list-get&gt;
&lt;div class="ma-designer-root" id="d04a6d69-4d96-4fa7-a8ef-6fb3188bbf21" style="width: 1355px; height: 1075px; position: relative;"&gt;
    &lt;div layout="column" layout-gt-sm="row" layout-align="end center"&gt;
        &lt;div layout=""&gt;
            &lt;md-button class="md-raised md-accent md-hue-3" ng-click="dateBar.preset ='DAY_SO_FAR'"&gt;
                TODAY
            &lt;/md-button&gt;
            &lt;md-button class="md-raised md-accent md-hue-3" ng-click="dateBar.preset ='MONTH_SO_FAR'"&gt;
                THIS MONTH
            &lt;/md-button&gt;
            &lt;md-button class="md-raised md-accent md-hue-3" ng-click="dateBar.preset ='PREVIOUS_MONTH'"&gt;
                LAST MONTH
            &lt;/md-button&gt;
            &lt;md-button class="md-raised md-accent md-hue-3" ng-click="dateBar.preset ='YEAR_SO_FAR'"&gt;
                YEAR
            &lt;/md-button&gt;
        &lt;/div&gt;
    &lt;/div&gt;
   &lt;div layout="column" layout-gt-sm="row" layout-align="end center"&gt;
        &lt;div layout=""&gt;
            &lt;md-button class="md-raised md-accent md-hue-3" ng-click="dateBar.rollupType = 'POINT_DEFAULT'"&gt;
                Default
            &lt;/md-button&gt;
            &lt;md-button class="md-raised md-accent md-hue-3" ng-click="dateBar.rollupType = 'NONE'"&gt;
                None
            &lt;/md-button&gt;
            &lt;md-button class="md-raised md-accent md-hue-3" ng-click="dateBar.rollupType = 'AVERAGE'"&gt;
                Average
            &lt;/md-button&gt;
            &lt;md-button class="md-raised md-accent md-hue-3" ng-click="dateBar.rollupType = 'MINIMUM'"&gt;
                Min
            &lt;/md-button&gt;
            &lt;md-button class="md-raised md-accent md-hue-3" ng-click="dateBar.rollupType = 'MAXIMUM'"&gt;
                Max
            &lt;/md-button&gt;
            &lt;md-button class="md-raised md-accent md-hue-3" ng-click="dateBar.rollupType = 'SIMPLIFY'"&gt;
                Simplify
            &lt;/md-button&gt;
            &lt;md-button class="md-raised md-accent md-hue-3" ng-click="dateBar.rollupType = 'DELTA'"&gt;
                Delta
            &lt;/md-button&gt;

        &lt;/div&gt;
    &lt;/div&gt;
    &lt;ma-watch-list-chart id="60c8475e-6902-48d7-9388-1639801a2889" watch-list="designer.watchList" points="designer.points" from="dateBar.from" to="dateBar.to" rollup-type="dateBar.rollupType" rollup-intervals="dateBar.rollupIntervals" rollup-interval-period="dateBar.rollupIntervalPeriod" simplify-tolerance="dateBar.simplifyTolerance" style="position: absolute; width: 1020px; height: 621px; left: 0px; top: 124px;"&gt;&lt;/ma-watch-list-chart&gt;
    &lt;ma-statistics-table id="513a0e40-4ef9-4c9f-8a3c-4837f1d78069" from="dateBar.from" to="dateBar.to" hide-starts-and-runtimes="false" style="position: absolute; left: 1022px; top: 185px;" point="designer.points | filter:{name:'kW'}:true | maFirst"&gt;&lt;/ma-statistics-table&gt;
    &lt;ma-statistics-table id="4f1ad186-7d1d-4bca-8c1f-437de73aff07" from="dateBar.from" to="dateBar.to" hide-starts-and-runtimes="false" style="position: absolute; left: 1020px; top: 615px;" point="designer.points | filter:{name:'kWh'}:true | maFirst"&gt;&lt;/ma-statistics-table&gt;
    &lt;div id="cf395b95-1958-4839-a020-41feecaf8c92" style="position: absolute; left: 1022px; top: 155px; width: 194.5px; height: 30px; font-weight: bold;"&gt;kW Statistics&lt;/div&gt;
    &lt;div id="304da59c-2fa5-4ce9-bda1-44544e66123d" style="position: absolute; left: 1020px; top: 585px; width: 194.5px; height: 30px; font-weight: bold;"&gt;kWh Statistics&lt;/div&gt;
    &lt;ma-statistics-table id="aa17591e-2009-49a1-a179-dd912f7f9ca3" from="dateBar.from" to="dateBar.to" hide-starts-and-runtimes="false" style="position: absolute; left: 0px; top: 825px;" point="designer.points | filter:{name:'kW Binary'}:true | maFirst"&gt;&lt;/ma-statistics-table&gt;
    &lt;div id="62e7026a-6ff8-447c-b481-0e99be8efdbb" style="position: absolute; left: 0px; top: 795px; width: 194.5px; height: 30px; font-weight: bold;"&gt;Statistics Above 45 kW&lt;/div&gt;
    &lt;ma-gauge-chart id="e0e898f5-b0e0-4bc5-a149-dd7d7b9c38de" style="position: absolute; width: 301px; height: 184px; left: 1020px; top: 385px;" point="designer.points | filter:{name:'kW'}:true | maFirst"&gt;&lt;/ma-gauge-chart&gt;
    &lt;ma-point-value id="19258dbd-37b9-4c85-80c8-cd09acef7dbe" enable-popup="right" style="position: absolute; left: 477px; top: 824px; width: 200.906px; height: 31px;" point="designer.points | filter:{name:'kW'}:true | maFirst" flash-on-change="true" quick-info="true" label="DEVICE_AND_NAME"&gt;&lt;/ma-point-value&gt;
    &lt;ma-point-value id="6572a91c-b28d-4f9e-a17e-96c8ecda6425" enable-popup="right" style="position: absolute; left: 477px; top: 857px; width: 200.891px; height: 31px;" point="designer.points | filter:{name:'kWh'}:true | maFirst" flash-on-change="true" quick-info="true" label="DEVICE_AND_NAME"&gt;&lt;/ma-point-value&gt;
    &lt;ma-point-value id="952cf2d1-3229-4a68-845a-3933f8864443" enable-popup="right" style="position: absolute; left: 477px; top: 890px; width: 200.891px; height: 31px;" point="designer.points | filter:{name:'kW Binary'}:true | maFirst" flash-on-change="true" quick-info="true" label="DEVICE_AND_NAME"&gt;&lt;/ma-point-value&gt;
    &lt;div id="a8d8584e-6613-4f6b-8bd4-041c9b318ae0" style="position: absolute; left: 477px; top: 795px; width: 194.5px; height: 30px; font-weight: bold;"&gt;Current Values&lt;/div&gt;
&lt;/div&gt;
</code></pre>
]]></description><link>https://forum.mango-os.com/post/24366</link><guid isPermaLink="true">https://forum.mango-os.com/post/24366</guid><dc:creator><![CDATA[JoelHaggar]]></dc:creator><pubDate>Wed, 18 Dec 2019 16:00:11 GMT</pubDate></item></channel></rss>