<?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[Pie Chart Labels]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Trying to change the labels on my pie chart to a lighter colour as they are a little difficult to see on the dark theme.</p>
<p dir="auto">Feel like I have tried every which way but no luck.....</p>
<p dir="auto">Is this possible? If so, where / how in the code below (using dashboard designer) can I make this happen?</p>
<pre><code>&lt;div class="ma-designer-root" id="512ad84b-b5ba-4fda-b49b-28650948c4f8" style="width: 1366px; height: 768px; position: relative;" ma-center="false" ma-maintain-ratio="letterbox" ma-scale-to="ma-ui-page-view"&gt;

&lt;ma-get-point-value id="7ee2d296-13cd-4f5f-a504-a97d507db252" style="position: absolute; left: 138.704px; top: 1px;" point-xid="terrPlaceDP_b23647a7-d761-49cd-b257-2fd768d52515" point="myPoint"&gt;&lt;/ma-get-point-value&gt;
    
    
&lt;ma-point-statistics id="0f3c9247-5ab4-4ae4-a846-9f9835ebbb0e" from="dateBar.from" to="dateBar.to" first-last="false" rendered="true" style="position: absolute; left: 1.0625px; top: 1px;" point="myPoint" statistics="statsObj"&gt;&lt;/ma-point-statistics&gt;


&lt;ma-pie-chart id="bd979a4a-5c10-4d4b-971b-08c59b6c4f6a" style="position: absolute; width: 833px; height: 451px; left: 0px; top: 23px;" values="statsObj.startsAndRuntimes" value-labels="myPoint.rendererMap()" options="{depth3D:25,angle:30}"&gt;&lt;/ma-pie-chart&gt;
&lt;/div&gt;

</code></pre>
<p dir="auto">I'm green with this stuff so go easy.</p>
<p dir="auto">Cheers!</p>
<p dir="auto">Thanks again In advance.</p>
]]></description><link>https://forum.mango-os.com/topic/3555/pie-chart-labels</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 20:38:08 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/3555.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 06 Jun 2018 08:57:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Pie Chart Labels on Wed, 06 Jun 2018 23:20:52 GMT]]></title><description><![CDATA[<p dir="auto">Thank Jared,</p>
<p dir="auto">That is the go!</p>
]]></description><link>https://forum.mango-os.com/post/18749</link><guid isPermaLink="true">https://forum.mango-os.com/post/18749</guid><dc:creator><![CDATA[Pikey4]]></dc:creator><pubDate>Wed, 06 Jun 2018 23:20:52 GMT</pubDate></item><item><title><![CDATA[Reply to Pie Chart Labels on Wed, 06 Jun 2018 15:33:43 GMT]]></title><description><![CDATA[<p dir="auto">For some reason the defaults options don't have <code>addClassNames: true</code>, if you set the options attribute like below it will add the CSS class names to the pie chart SVG and the labels will get a more visible color (there is a style in the default style sheet already).</p>
<p dir="auto"><code>options="{depth3D:15, angle:30, addClassNames: true}"</code></p>
]]></description><link>https://forum.mango-os.com/post/18746</link><guid isPermaLink="true">https://forum.mango-os.com/post/18746</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Wed, 06 Jun 2018 15:33:43 GMT</pubDate></item></channel></rss>