<?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[Change shape size]]></title><description><![CDATA[<p dir="auto">Is there a way to update the size of a shape based off data? For instance, if I want to show a user’s usage of a utility (75%) can Templater change the length of a bar or percentage completion of a stroke to match the data?</p>
<p dir="auto">Thank you!</p>
]]></description><link>https://forums.dataclay.com/topic/69/change-shape-size</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 11:43:46 GMT</lastBuildDate><atom:link href="https://forums.dataclay.com/topic/69.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 17 Feb 2019 00:40:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Change shape size on Sun, 17 Feb 2019 01:30:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rivalpro">@<bdi>rivalpro</bdi></a> Yes, you can pull in the value as a text layer, then use an expression to tie your shape size / percent completion to the SourceText property of the text layer by wrapping it in a parseInt(). If your text layer is “text-1”, and your text layer is in the same comp as whatever numerical value you are using to control your bar, the expression would be:</p>
<pre><code>parseInt(thisComp.layer("text-1").text.sourceText)
</code></pre>
<p dir="auto">That would convert your text value from being just a text string into a number.</p>
]]></description><link>https://forums.dataclay.com/post/153</link><guid isPermaLink="true">https://forums.dataclay.com/post/153</guid><dc:creator><![CDATA[Jon]]></dc:creator><pubDate>Sun, 17 Feb 2019 01:30:42 GMT</pubDate></item></channel></rss>