<?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>Drill Down Event &#8211; Sibeesh Passion</title>
	<atom:link href="https://sibeeshpassion.com/tag/drill-down-event/feed/" rel="self" type="application/rss+xml" />
	<link>https://sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Mon, 27 Jul 2015 04:49:10 +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>Drill Down Event &#8211; Sibeesh Passion</title>
	<link>https://sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Drill Down And Drill Up Events In Drill Down Highchart</title>
		<link>https://sibeeshpassion.com/drill-down-and-drill-up-events-in-drill-down-highchart/</link>
					<comments>https://sibeeshpassion.com/drill-down-and-drill-up-events-in-drill-down-highchart/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Fri, 24 Jul 2015 12:05:21 +0000</pubDate>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[HighChart]]></category>
		<category><![CDATA[Drill Down Event]]></category>
		<category><![CDATA[Drill Up Event]]></category>
		<category><![CDATA[HighChart Events]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=7901</guid>

					<description><![CDATA[In this post, we will see how we can fire drill down and drill up events in drill down highchart. I hope you will like it. Using The Code [js] chart: { type: &#8216;column&#8217;, events: { drillup: function (e) { alert(&#8216;drill Up&#8217;); }, drilldown: function (e) { alert(&#8216;drill down&#8217;); } } } [/js] Here chart is my chart property. Please see other code snippets here: Code-Snippets Kindest Regards Sibeesh Venu]]></description>
										<content:encoded><![CDATA[<p>In this post, we will see how we can fire drill down and drill up events in drill down highchart. I hope you will like it.</p>
<p><strong>Using The Code</strong></p>
<p>[js]<br />
    chart: {<br />
            type: &#8216;column&#8217;,<br />
            events: {<br />
                drillup: function (e) {<br />
                    alert(&#8216;drill Up&#8217;);<br />
                },<br />
                drilldown: function (e) {<br />
                    alert(&#8216;drill down&#8217;);<br />
                }<br />
            }<br />
        }</p>
<p>[/js]</p>
<p>Here <em>chart</em> is my chart property.</p>
<p>Please see other 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/drill-down-and-drill-up-events-in-drill-down-highchart/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
