<?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[Problem with updates in svg graphics]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I'm trying to use interactive svg graphics. I've noticed, that values on the svg graphics are only updated when datapoints binded to this values are disabled/enabled and only then. The code below:</p>
<pre><code>&lt;ma-get-point-value id="ca8f3e8a-43db-464c-bcdf-ecb7efeadeb5" style="position: absolute; left: 92.9972px; top: 15px;" point-xid="DP_10aef34f-098b-446f-9f9a-69b5bf0dd422" point="KolT1"&gt;&lt;/ma-get-point-value&gt;
 &lt;ma-get-point-value point-xid="DP_69577916-528d-4007-8666-f8af9c3d0c3c" point="KolT2"&gt;&lt;/ma-get-point-value&gt;
 
&lt;div layout="column" layout-fill="" flex=""&gt;
    &lt;div flex="" layout="row" layout-xs="column" layout-fill=""&gt;
        &lt;div layout="column" flex="70" flex-xs="25"&gt;
            &lt;md-card flex=""&gt;
                &lt;md-card-content&gt;
                    Card 1
                     &lt;ma-svg id="81fde98e-1324-4f52-bd98-baf87df32b61" ng-include="'/modules/mangoUI/web/images/kolektory.svg'" style="position: absolute; width: 800px; height: 600px; left: 35px; top: 62px;"&gt;
                     &lt;div ma-selector="#kolt1value tspan" ng-bind="KolT1.renderedValue"&gt;&lt;/div&gt;
                     &lt;div ma-selector="#kolt2value tspan" ng-bind="KolT2.renderedValue"&gt;&lt;/div&gt;
                     &lt;/ma-svg&gt;
                &lt;/md-card-content&gt;
            &lt;/md-card&gt;
        &lt;/div&gt;
</code></pre>
<p dir="auto">What should I do to update this values in real time?<br />
Where can I find a link to examples/svg graphics/interactiv svg  in mango 3.0 ?</p>
]]></description><link>https://forum.mango-os.com/topic/2864/problem-with-updates-in-svg-graphics</link><generator>RSS for Node</generator><lastBuildDate>Mon, 14 Sep 2026 14:43:25 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/2864.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 22 Jul 2017 20:25:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem with updates in svg graphics on Wed, 26 Jul 2017 21:05:55 GMT]]></title><description><![CDATA[<p dir="auto">I would expect so, yes.</p>
]]></description><link>https://forum.mango-os.com/post/15084</link><guid isPermaLink="true">https://forum.mango-os.com/post/15084</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Wed, 26 Jul 2017 21:05:55 GMT</pubDate></item><item><title><![CDATA[Reply to Problem with updates in svg graphics on Wed, 26 Jul 2017 20:35:34 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for information. I have another question: I set a point link meta data source  -&gt; virtual data source and turn off polling in virtual data source. Virtual data source value should be displayed on svg image. In described situation, when meta data source receive update, a new value will be updated on svg image?</p>
]]></description><link>https://forum.mango-os.com/post/15083</link><guid isPermaLink="true">https://forum.mango-os.com/post/15083</guid><dc:creator><![CDATA[przemom]]></dc:creator><pubDate>Wed, 26 Jul 2017 20:35:34 GMT</pubDate></item><item><title><![CDATA[Reply to Problem with updates in svg graphics on Mon, 24 Jul 2017 15:39:41 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for sharing the resolution! In case you didn't see it, we added a setting to the virtual data source in Mango 3 that outright disables polling (since that's what you were going for with 8000 hours, I imagine).</p>
]]></description><link>https://forum.mango-os.com/post/15038</link><guid isPermaLink="true">https://forum.mango-os.com/post/15038</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Mon, 24 Jul 2017 15:39:41 GMT</pubDate></item><item><title><![CDATA[Reply to Problem with updates in svg graphics on Sun, 23 Jul 2017 13:47:25 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I solved the problem, virtual data point had update period set to 8000 hours. Best regards.</p>
]]></description><link>https://forum.mango-os.com/post/15029</link><guid isPermaLink="true">https://forum.mango-os.com/post/15029</guid><dc:creator><![CDATA[przemom]]></dc:creator><pubDate>Sun, 23 Jul 2017 13:47:25 GMT</pubDate></item></channel></rss>