<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Remove Timestamp &#8211; Sibeesh Passion</title>
	<atom:link href="https://sibeeshpassion.com/tag/remove-timestamp/feed/" rel="self" type="application/rss+xml" />
	<link>https://sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Mon, 25 Jan 2016 06:05:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>/wp-content/uploads/2017/04/Sibeesh_Passion_Logo_Small.png</url>
	<title>Remove Timestamp &#8211; Sibeesh Passion</title>
	<link>https://sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Remove Time Stamp Form Legend In HighChart</title>
		<link>https://sibeeshpassion.com/remove-time-stamp-form-legend-in-highchart/</link>
					<comments>https://sibeeshpassion.com/remove-time-stamp-form-legend-in-highchart/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Mon, 25 Jan 2016 06:04:08 +0000</pubDate>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[HighChart]]></category>
		<category><![CDATA[labelFormatter]]></category>
		<category><![CDATA[Remove Timestamp]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=11161</guid>

					<description><![CDATA[In this code snippet we will discuss how we can remove the time stamp from the legend in high chart. Some times it will not be good if we show the the default time stamps in the legend. So to remove the time stamp you can use the labelFormatter function. [js] labelFormatter: function () { return this.name.toString().replace(&#8216; 00:00:00.000&#8217;, &#8221;).replace(&#8216; 00:00:00.00&#8217;, &#8221;).replace(&#8216; 00:00:00&#8217;, &#8221;); } [/js] Just add that function in your legend settings will do the remaining. Happy Coding!. Please see my other posts code snippets here: Code Snippets Kindest Regards Sibeesh Venu]]></description>
										<content:encoded><![CDATA[<p>In this code snippet we will discuss how we can remove the time stamp from the legend in high chart. Some times it will not be good if we show the the default time stamps in the legend. So to remove the time stamp you can use the <em>labelFormatter </em>function. </p>
<p>[js]<br />
 labelFormatter: function () {<br />
                return this.name.toString().replace(&#8216; 00:00:00.000&#8217;, &#8221;).replace(&#8216; 00:00:00.00&#8217;, &#8221;).replace(&#8216; 00:00:00&#8217;, &#8221;);<br />
            }<br />
[/js]</p>
<p>Just add that function in your legend settings will do the remaining. Happy Coding!.</p>
<p>Please see my other posts code snippets here: <a href="http://sibeeshpassion.com/category/code-snippets/" target="_blank">Code Snippets</a></p>
<p>Kindest Regards<br />
Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sibeeshpassion.com/remove-time-stamp-form-legend-in-highchart/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
