<?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[Remove date on mouseover from amCharts]]></title><description><![CDATA[<p dir="auto">Is it possible to remove the date from a mouse-over, as circled on my image below?</p>
<p dir="auto"><img src="https://camo.nodebb.org/5b368889f1b4a58b65c47b9d66fab3ce72aefc78?url=https%3A%2F%2Fi.imgur.com%2Fi6009HN.jpg" alt="0_1559269454805_date_on_mouseover.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">Thanks</p>
<p dir="auto">Richard</p>
]]></description><link>https://forum.mango-os.com/topic/4236/remove-date-on-mouseover-from-amcharts</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 16:12:53 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/4236.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 31 May 2019 02:12:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Remove date on mouseover from amCharts on Fri, 31 May 2019 04:51:07 GMT]]></title><description><![CDATA[<p dir="auto">Anytime</p>
]]></description><link>https://forum.mango-os.com/post/22277</link><guid isPermaLink="true">https://forum.mango-os.com/post/22277</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Fri, 31 May 2019 04:51:07 GMT</pubDate></item><item><title><![CDATA[Reply to Remove date on mouseover from amCharts on Fri, 31 May 2019 04:47:41 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/22275">Remove date on mouseover from amCharts</a>:</p>
<blockquote>
<p dir="auto">.amcharts-balloon-bg.amcharts-balloon-bg-categoryAxis,<br />
.amcharts-balloon-div.amcharts-balloon-div-categoryAxis<br />
{<br />
display:none!important;<br />
visibility:hidden!important;<br />
text-align: center;width: 0px;<br />
}</p>
</blockquote>
<p dir="auto">Thank you, Mr Fox - perfect!!</p>
<p dir="auto"><img src="https://camo.nodebb.org/dc4fe974b0103f9dfc1134232496b33217f4b923?url=https%3A%2F%2Fi.imgur.com%2FnxaXmqR.jpg" alt="0_1559278750568_date_on_mouseover-fixed.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.mango-os.com/post/22276</link><guid isPermaLink="true">https://forum.mango-os.com/post/22276</guid><dc:creator><![CDATA[richard.mortimer]]></dc:creator><pubDate>Fri, 31 May 2019 04:47:41 GMT</pubDate></item><item><title><![CDATA[Reply to Remove date on mouseover from amCharts on Fri, 31 May 2019 05:31:06 GMT]]></title><description><![CDATA[<p dir="auto">It's a bit of a hack, but this might be what you want. There's supposed to be an option regarding balloons  in graph options but I think as it applies to the balloons which are generated prior to the graph being instantiated you'd have to do it in JS.</p>
<pre><code>&lt;style&gt;.amcharts-balloon-bg.amcharts-balloon-bg-categoryAxis,
    .amcharts-balloon-div.amcharts-balloon-div-categoryAxis
    {
        display:none!important;
        visibility:hidden!important;
        text-align: center;width: 0px; 
    }
&lt;/style&gt;
</code></pre>
<p dir="auto">Fox</p>
]]></description><link>https://forum.mango-os.com/post/22275</link><guid isPermaLink="true">https://forum.mango-os.com/post/22275</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Fri, 31 May 2019 05:31:06 GMT</pubDate></item></channel></rss>