<?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[Changing grid color]]></title><description><![CDATA[<p dir="auto">I would like to be able to change the  grid color on my serial chart. Here is a condensed version that shows what im doing so far.</p>
<p dir="auto">inside a container...<br />
&lt;input type="color" ng-model="theGridcolor"&gt;</p>
<p dir="auto">later, the matching serial chart code...<br />
grid-color="{{theGridcolor}}"</p>
<p dir="auto">I'm thinking grid-color isn't the right syntax.</p>
]]></description><link>https://forum.mango-os.com/topic/4701/changing-grid-color</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 13:27:49 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/4701.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 13 Feb 2020 23:42:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Changing grid color on Fri, 14 Feb 2020 19:58:07 GMT]]></title><description><![CDATA[<p dir="auto">You may need to have more array elements inside the value axes to correlate with the number of points you are inserting.<br />
Secondly, check for errors in your browser's console window.</p>
]]></description><link>https://forum.mango-os.com/post/24672</link><guid isPermaLink="true">https://forum.mango-os.com/post/24672</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Fri, 14 Feb 2020 19:58:07 GMT</pubDate></item><item><title><![CDATA[Reply to Changing grid color on Fri, 14 Feb 2020 18:18:19 GMT]]></title><description><![CDATA[<p dir="auto">here is the chart...</p>
<p dir="auto">&lt;ma-serial-chart options="{valueAxes:[ { gridColor: '#ffff00'  } ] }" style="height: 600px; width: 100%;" line-thickness="{{theLinethick}}" values="combined" points="points" legend="true" &gt;<br />
&lt;/ma-serial-chart&gt;</p>
]]></description><link>https://forum.mango-os.com/post/24670</link><guid isPermaLink="true">https://forum.mango-os.com/post/24670</guid><dc:creator><![CDATA[dgm]]></dc:creator><pubDate>Fri, 14 Feb 2020 18:18:19 GMT</pubDate></item><item><title><![CDATA[Reply to Changing grid color on Fri, 14 Feb 2020 18:09:00 GMT]]></title><description><![CDATA[<p dir="auto">Thanks,</p>
<p dir="auto">It seems like my chart wont accept any options. I have tried examples from all over the forum and im  not sure whats happening. Have tried putting an actual color in instead of "theGridColor" as well.  Do I need some other code to initialize the "options "?</p>
]]></description><link>https://forum.mango-os.com/post/24669</link><guid isPermaLink="true">https://forum.mango-os.com/post/24669</guid><dc:creator><![CDATA[dgm]]></dc:creator><pubDate>Fri, 14 Feb 2020 18:09:00 GMT</pubDate></item><item><title><![CDATA[Reply to Changing grid color on Fri, 14 Feb 2020 01:23:42 GMT]]></title><description><![CDATA[<p dir="auto">This is a valueAxes property <a class="plugin-mentions-user plugin-mentions-a" href="/user/dgm" aria-label="Profile: dgm">@<bdi>dgm</bdi></a>.<br />
<a href="https://docs.amcharts.com/3/javascriptcharts/ValueAxis#gridColor" rel="nofollow ugc">https://docs.amcharts.com/3/javascriptcharts/ValueAxis#gridColor</a></p>
<p dir="auto">So:</p>
<pre><code>&lt;input type="color" ng-model="theGridcolor"&gt;
&lt;ma-serial-chart options="{valueAxes:[ { gridColor: theGridColor  } ] }" ... &gt;&lt;/ma-serial-chart&gt;
</code></pre>
<p dir="auto">You may need {{ }}, but In haven't needed to in my charts.</p>
<p dir="auto">Fox</p>
]]></description><link>https://forum.mango-os.com/post/24659</link><guid isPermaLink="true">https://forum.mango-os.com/post/24659</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Fri, 14 Feb 2020 01:23:42 GMT</pubDate></item></channel></rss>