<?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[serial chart lineThickness]]></title><description><![CDATA[<p dir="auto">in my serial chart  there are 8 pens. I need the ability to change the lineThickness of each pen individually. So far  i have only been able to change all at once only using :</p>
<pre><code>line-Thickness="4"   ....
</code></pre>
<p dir="auto">I think there must be a way to do this in the Options much like minimum, maximum, axisColor etc.. maybe in valueAxes or amGraph or somewheres like that, but so far i havent got it right.</p>
<p dir="auto">would also be nice to be able to turn each pen on/off as well using the Options</p>
]]></description><link>https://forum.mango-os.com/topic/4724/serial-chart-linethickness</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 16:21:40 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/4724.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 25 Feb 2020 00:24:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to serial chart lineThickness on Tue, 25 Feb 2020 06:53:12 GMT]]></title><description><![CDATA[<p dir="auto">We were all noobs at one point! I'm glad you're able to apply what you've learnt.<br />
I don't mind helping, I learned a boatload here over the last few years.<br />
But I think it's always good to have a good search. If not here, there's stackoverflow and other sites. Sometimes I'll get a private message because it's one of those things that is there in your face but as you've said - you've stared at for hours and have made zero progress and need a fresh pair of eyes.</p>
<p dir="auto">Everyone is happy to help here, I just like loitering here more than I <em>probably</em> should!</p>
]]></description><link>https://forum.mango-os.com/post/24791</link><guid isPermaLink="true">https://forum.mango-os.com/post/24791</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Tue, 25 Feb 2020 06:53:12 GMT</pubDate></item><item><title><![CDATA[Reply to serial chart lineThickness on Tue, 25 Feb 2020 06:31:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mattfox" aria-label="Profile: mattfox">@<bdi>mattfox</bdi></a> said in <a href="/post/24787">serial chart lineThickness</a>:</p>
<blockquote>
<p dir="auto">{lineThickness:4}</p>
</blockquote>
<p dir="auto">MattFox,</p>
<p dir="auto">Thanks for your input. I was missing something simple and now it is working. I spent several hours sifting through AmGraph  , AmCharts etc. The example at the top of AmGraph shows  "graphs": [    not  "graph-options":[  so that threw me off. As far as the API  docs, they point to AmGraph with the link , i just missed the hyphen.</p>
<p dir="auto">The legend="true" is something I learned from the docs and have been using that to show the legend but I was wanting   learn how to toggle pens on/off without having the legend on. So far I havent found it.</p>
<p dir="auto">I always try to read the docs first, but when I spin my wheels for several hours I figure Iv'e missed something simple and should just ask.  Reading the threads on this forum exposes you to new ideas from people who have gone through the learning process . I had no Idea that I was wasting peoples time.</p>
]]></description><link>https://forum.mango-os.com/post/24790</link><guid isPermaLink="true">https://forum.mango-os.com/post/24790</guid><dc:creator><![CDATA[dgm]]></dc:creator><pubDate>Tue, 25 Feb 2020 06:31:49 GMT</pubDate></item><item><title><![CDATA[Reply to serial chart lineThickness on Tue, 25 Feb 2020 01:51:57 GMT]]></title><description><![CDATA[<pre><code>line-Thickness="4"   
</code></pre>
<p dir="auto">Is case sensitive/worded specifically, so it should be</p>
<pre><code>lineThickness:4
</code></pre>
<p dir="auto"><a href="https://docs.amcharts.com/3/javascriptcharts/AmGraph" rel="nofollow ugc">https://docs.amcharts.com/3/javascriptcharts/AmGraph</a></p>
<p dir="auto">Inside of either <code>graph-options="[{ lineThickness:4 }]"</code> OR <code>series-x-graph-options="{lineThickness:4}"</code> where x is your serial chart number.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dgm" aria-label="Profile: dgm">@<bdi>dgm</bdi></a> said in <a href="/post/24786">serial chart lineThickness</a>:</p>
<blockquote>
<p dir="auto">would also be nice to be able to turn each pen on/off as well using the Options</p>
</blockquote>
<p dir="auto"><code> http://[YOURMANGODOMAIN]/ui/docs/ng-mango/ma-serial-chart</code><br />
Use <code>legends="true"</code><br />
This will enable you to toggle the charts.</p>
<p dir="auto">Please read the docs, all of the information is there. It explicitly tells you what attribute does what for the ma-serial-chart directive.</p>
]]></description><link>https://forum.mango-os.com/post/24787</link><guid isPermaLink="true">https://forum.mango-os.com/post/24787</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Tue, 25 Feb 2020 01:51:57 GMT</pubDate></item></channel></rss>