<?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[Graph 1 bar per day]]></title><description><![CDATA[<p dir="auto">See the attached photo, From the code I wrote. Get results as i attached the picture. But i want to get 1 bar graph per day using the maximum value.</p>
<p dir="auto">thank you support.!</p>
<p dir="auto"><img src="https://camo.nodebb.org/a287cf0f4405f361f61632696fced896e7727981?url=https%3A%2F%2Fi.imgur.com%2Fbjbn8sI.jpg" alt="1_1517202847578_396F5A19-373B-4AD3-8721-98C63988CD94.jpeg" class=" img-fluid img-markdown" /> <img src="https://camo.nodebb.org/46dfca401e7dc20c91fd7d1302cb5f8fc52e4532?url=https%3A%2F%2Fi.imgur.com%2FczBgDJW.jpg" alt="0_1517202847576_2B2E2B65-BD75-46ED-AEE4-8EBC201B1FF1.jpeg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.mango-os.com/topic/3237/graph-1-bar-per-day</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 20:40:46 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/3237.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 29 Jan 2018 05:14:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Graph 1 bar per day on Mon, 29 Jan 2018 05:45:32 GMT]]></title><description><![CDATA[<p dir="auto">Look at the API documentation for ma-point-values under /ui/docs/ng-mango/ma-point-values</p>
<p dir="auto">I think you just need to remove the <strong>auto-rollup-interval="true"</strong> add in</p>
<pre><code>rollup-interval="1 days"
</code></pre>
]]></description><link>https://forum.mango-os.com/post/17088</link><guid isPermaLink="true">https://forum.mango-os.com/post/17088</guid><dc:creator><![CDATA[JoelHaggar]]></dc:creator><pubDate>Mon, 29 Jan 2018 05:45:32 GMT</pubDate></item><item><title><![CDATA[Reply to Graph 1 bar per day on Mon, 29 Jan 2018 05:36:32 GMT]]></title><description><![CDATA[<p dir="auto">There is a way to do this exactly the way you want but I'll share a few other ideas that you might be interested in.</p>
<p dir="auto">I would suggest using the Date Bar.  To enable this edit the menu item and select "Data and Rollup".</p>
<p dir="auto">You can also make buttons to control the date bar like in this example <a href="https://help.infiniteautomation.com/buttons-to-set-date-bar/" rel="nofollow ugc">https://help.infiniteautomation.com/buttons-to-set-date-bar/</a></p>
<p dir="auto">You can also set a default rollup and chart type for each Data Point when editing the Data Point details on the Data Source page.</p>
<p dir="auto">Here is an example of using the date and rollups from the date bar.  If you set the default rollup for the Data Point then this will be passed through</p>
<pre><code>    &lt;ma-watch-list-chart 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"&gt;&lt;/ma-watch-list-chart&gt;
</code></pre>
]]></description><link>https://forum.mango-os.com/post/17087</link><guid isPermaLink="true">https://forum.mango-os.com/post/17087</guid><dc:creator><![CDATA[JoelHaggar]]></dc:creator><pubDate>Mon, 29 Jan 2018 05:36:32 GMT</pubDate></item></channel></rss>