<?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[Legend Font Size Error]]></title><description><![CDATA[<p dir="auto">I have dragged a serial chart onto my dashboard designer area and assigned series1-values as shown below:<br />
<img src="https://camo.nodebb.org/42c3e135af240808cdd051f4efee9264482f9e3e?url=https%3A%2F%2Fi.imgur.com%2FHbfUKle.png" alt="0_1499845380478_b590b1da-4eea-402c-b14a-a8550664b3c2-image.png" class=" img-fluid img-markdown" /><br />
When I add the following command into options, it increases the font size of all the labels (as required).</p>
<pre><code>{fontSize:"18"}
</code></pre>
<p dir="auto"><img src="https://camo.nodebb.org/3023651d02861590161b68c025ec56315892be6d?url=https%3A%2F%2Fi.imgur.com%2FewtY1B6.png" alt="0_1499845488956_0496cf3c-f277-42fe-895b-2f4178fcbb44-image.png" class=" img-fluid img-markdown" /><br />
But if I add true to the legend entry, by chart now looks like this:<br />
<img src="https://camo.nodebb.org/7ea8b1f6aaeac9352daa43743e6cc12d158a13ec?url=https%3A%2F%2Fi.imgur.com%2Fc1Aos6X.png" alt="0_1499845544060_a13fcc2b-9b7a-456c-8fc2-18d4144b66a5-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Do you have any idea why the legend marker and 'Series 1' are misaligned and are taking up so much space?</p>
<p dir="auto">Cheers,<br />
Henry</p>
]]></description><link>https://forum.mango-os.com/topic/2850/legend-font-size-error</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 16:53:07 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/2850.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 12 Jul 2017 07:47:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Legend Font Size Error on Fri, 14 Jul 2017 16:00:52 GMT]]></title><description><![CDATA[<p dir="auto">You can add a stylesheet via UI Settings. e.g.<br />
<img src="https://camo.nodebb.org/54fe54b9885612527a2d6e0bdee7a1444e0a1a78?url=https%3A%2F%2Fi.imgur.com%2Fzim9JS5.png" alt="0_1500047928595_9817a9f6-6202-42f9-bc7a-243a32e40319-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">A quick example would be</p>
<pre><code>.amcharts-axis-label {
  font-size: 16px;
}
</code></pre>
<p dir="auto">You can find the classnames in the amCharts documentation or use a browser inspection tool to example the elements of the svg and check which classes are on them. (e.g. in Chrome, right click something then select "Inspect").</p>
]]></description><link>https://forum.mango-os.com/post/14895</link><guid isPermaLink="true">https://forum.mango-os.com/post/14895</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Fri, 14 Jul 2017 16:00:52 GMT</pubDate></item><item><title><![CDATA[Reply to Legend Font Size Error on Thu, 13 Jul 2017 02:18:37 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Jared,</p>
<p dir="auto">I've had a good look at their documentation but haven't found any specific solution yet. I will try to make contact with their administration but in the meantime, would you be able to post an example CSS code to change font size?</p>
]]></description><link>https://forum.mango-os.com/post/14885</link><guid isPermaLink="true">https://forum.mango-os.com/post/14885</guid><dc:creator><![CDATA[henryblu]]></dc:creator><pubDate>Thu, 13 Jul 2017 02:18:37 GMT</pubDate></item><item><title><![CDATA[Reply to Legend Font Size Error on Wed, 12 Jul 2017 15:47:01 GMT]]></title><description><![CDATA[<p dir="auto">I couldn't say exactly, we pass those options directly through to amCharts so you might want to refer to <a href="https://docs.amcharts.com/3/javascriptcharts/AmSerialChart" rel="nofollow ugc">their documentation</a>. Another option would be to change the font size using CSS.</p>
]]></description><link>https://forum.mango-os.com/post/14874</link><guid isPermaLink="true">https://forum.mango-os.com/post/14874</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Wed, 12 Jul 2017 15:47:01 GMT</pubDate></item></channel></rss>