<?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[dygraph - color labels and scale of both axes.]]></title><description><![CDATA[<p dir="auto">How can we change the color of the labels/scale of the x- and y-axis? I have a dark background and the black labels are almost not visible.</p>
<p dir="auto"><img src="/assets/uploads/files/1610379948412-2021-01-11-16_25_50.png" alt="2021-01-11 16_25_50.png" class=" img-fluid img-markdown" /> image url)</p>
]]></description><link>https://forum.rexygen.com/topic/185/dygraph-color-labels-and-scale-of-both-axes</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 10:57:16 GMT</lastBuildDate><atom:link href="https://forum.rexygen.com/topic/185.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 11 Jan 2021 15:48:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to dygraph - color labels and scale of both axes. on Thu, 14 Jan 2021 10:13:25 GMT]]></title><description><![CDATA[<p dir="auto">Awesome! Thanks for feedback <img src="https://forum.rexygen.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=rfreqd0ultg" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /></p>
<p dir="auto">Cheers,<br />
Tomas</p>
]]></description><link>https://forum.rexygen.com/post/718</link><guid isPermaLink="true">https://forum.rexygen.com/post/718</guid><dc:creator><![CDATA[cechurat]]></dc:creator><pubDate>Thu, 14 Jan 2021 10:13:25 GMT</pubDate></item><item><title><![CDATA[Reply to dygraph - color labels and scale of both axes. on Thu, 14 Jan 2021 10:10:35 GMT]]></title><description><![CDATA[<p dir="auto">Hi Tomas,</p>
<p dir="auto">Thanks for the swift reply, it's working like a charm..... and we learned again something <img src="https://forum.rexygen.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=rfreqd0ultg" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /></p>
<p dir="auto"><img src="/assets/uploads/files/1610618883985-f2a242d1-b56c-4451-abc0-bf2400c4044b-image.png" alt="f2a242d1-b56c-4451-abc0-bf2400c4044b-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Grtz,</p>
<p dir="auto">Kris</p>
]]></description><link>https://forum.rexygen.com/post/717</link><guid isPermaLink="true">https://forum.rexygen.com/post/717</guid><dc:creator><![CDATA[Apollo]]></dc:creator><pubDate>Thu, 14 Jan 2021 10:10:35 GMT</pubDate></item><item><title><![CDATA[Reply to dygraph - color labels and scale of both axes. on Thu, 14 Jan 2021 09:54:40 GMT]]></title><description><![CDATA[<p dir="auto">Hi Kris,</p>
<p dir="auto">thanks for asking this question. It is possible to change the color of axes labels by introducing CSS style - see Dygraph doc: <a href="https://dygraphs.com/css.html">https://dygraphs.com/css.html</a></p>
<p dir="auto">In order to make it running with REXYGEN HMI follow these instructions and see also example attached - <a href="/assets/uploads/files/1610617881139-dygraph-axis-label-css.zip">dygraph-axis-label-css.zip</a></p>
<ul>
<li>Create "CUSTOM" directory in hmisrc directory</li>
<li>Create "css" directory in "CUSTOM" directory</li>
<li>Create CSS file in "css" directory with following naming convention: "anyName".css</li>
<li>Paste following code (it will change color of x and y labels to yellow):</li>
</ul>
<pre><code>.dygraph-axis-label-x{
	color:yellow;
}

.dygraph-axis-label-y{
	color:yellow;
}
</code></pre>
<ul>
<li>Open your *.hmi.svg file containing the TRND component</li>
<li>Open Configuration dialog (Ctrl + E) and manually fill all used libraries in most cases GENERAL and CUSTOM. Be sure to include all of them - e.g. if you use any component from HVAC library, add line containing HVAC.</li>
</ul>
<p dir="auto"><img src="/assets/uploads/files/1610617869825-f4feda21-e855-4d4e-b81f-983e0118d6fd-image.png" alt="f4feda21-e855-4d4e-b81f-983e0118d6fd-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">If you need any assistance, let me know.</p>
<p dir="auto">Cheers,<br />
Tomas</p>
]]></description><link>https://forum.rexygen.com/post/716</link><guid isPermaLink="true">https://forum.rexygen.com/post/716</guid><dc:creator><![CDATA[cechurat]]></dc:creator><pubDate>Thu, 14 Jan 2021 09:54:40 GMT</pubDate></item></channel></rss>