<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>highcharts Issue Tracker Rss Feed</title><link>http://highcharts.codeplex.com/workitem/list/basic</link><description>highcharts Issue Tracker Rss Description</description><item><title>Created Unassigned: Fire click events [2030]</title><link>http://highcharts.codeplex.com/workitem/2030</link><description>Hi,&lt;br /&gt;&lt;br /&gt;Can I know how can I fire my highchart click event when user click on it. &lt;br /&gt;I am going to get the series name when user click on it. It is possible to be happen in highchart.net&amp;#63;&lt;br /&gt;&lt;br /&gt;Thank you. I need your help very much. Appreciate it very much.&lt;br /&gt;</description><author>hueywoen</author><pubDate>Fri, 31 May 2013 09:18:21 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Fire click events [2030] 20130531091821A</guid></item><item><title>Created Unassigned: Converted code in vb.net not working [2020]</title><link>http://highcharts.codeplex.com/workitem/2020</link><description>I have converted the running code in C&amp;#35; into vb.net with help of online converter but vb.net code generated after this has some syntax errors&lt;br /&gt;&lt;br /&gt;__Please code in the below__&lt;br /&gt;&lt;br /&gt;Protected Sub Page_Load&amp;#40;ByVal sender As Object, ByVal e As System.EventArgs&amp;#41; Handles Me.Load&lt;br /&gt;        hcExperienceKPIs.Title.text &amp;#61; &amp;#34;Experience KPIs&amp;#34;&lt;br /&gt;&lt;br /&gt;hcExperienceKPIs.YAxis.Add&amp;#40;New YAxisItem&amp;#40;&amp;#41; With &amp;#123; Key .title &amp;#61; New Title&amp;#40;&amp;#34;Attribute Scores&amp;#34;&amp;#41; &amp;#125;&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hcExperienceKPIs.XAxis.Add&amp;#40;New XAxisItem&amp;#40;&amp;#41; With &amp;#123; _&lt;br /&gt;&amp;#9;Key.categories &amp;#61; New &amp;#40;&amp;#41; &amp;#123;&amp;#34;OSAT&amp;#34;, &amp;#34;KNOW&amp;#34;, &amp;#34;FRND&amp;#34;, &amp;#34;WAIT&amp;#34;&amp;#125; _&lt;br /&gt;&amp;#125;&amp;#41;&lt;br /&gt;&lt;br /&gt;        &amp;#39; data binding&lt;br /&gt;&lt;br /&gt;        Dim series &amp;#61; New List&amp;#40;Of Serie&amp;#41;&amp;#40;&amp;#41;&lt;br /&gt;&lt;br /&gt;series.Add&amp;#40;New Serie&amp;#40;&amp;#41; With &amp;#123; _&lt;br /&gt;&amp;#9;Key.name &amp;#61; &amp;#34;YTD&amp;#34;, _&lt;br /&gt;&amp;#9;Key.data &amp;#61; New Object&amp;#40;&amp;#41; &amp;#123;177, 218, 245, 217&amp;#125; _&lt;br /&gt;&amp;#125;&amp;#41;&lt;br /&gt;series.Add&amp;#40;New Serie&amp;#40;&amp;#41; With &amp;#123; _&lt;br /&gt;&amp;#9;Key.name &amp;#61; &amp;#34;May&amp;#34;, _&lt;br /&gt;&amp;#9;Key.data &amp;#61; New Object&amp;#40;&amp;#41; &amp;#123;247, 207, 187, 156&amp;#125; _&lt;br /&gt;&amp;#125;&amp;#41;&lt;br /&gt;series.Add&amp;#40;New Serie&amp;#40;&amp;#41; With &amp;#123; _&lt;br /&gt;&amp;#9;Key.name &amp;#61; &amp;#34;June&amp;#34;, _&lt;br /&gt;&amp;#9;Key.data &amp;#61; New Object&amp;#40;&amp;#41; &amp;#123;197, 241, 214, 156&amp;#125; _&lt;br /&gt;&amp;#125;&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;        &amp;#39; bind chart&lt;br /&gt;&lt;br /&gt;        hcExperienceKPIs.DataSource &amp;#61; series&lt;br /&gt;        hcExperienceKPIs.DataBind&amp;#40;&amp;#41;&lt;br /&gt;    End Sub&lt;br /&gt;</description><author>Mintu</author><pubDate>Tue, 21 May 2013 10:35:58 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Converted code in vb.net not working [2020] 20130521103558A</guid></item><item><title>Created Unassigned: Queries related to Column chart [2019]</title><link>http://highcharts.codeplex.com/workitem/2019</link><description>Query 1. how to reduce space between column bar in chat&lt;br /&gt;I am having spaces in the bars of the chart&lt;br /&gt;&lt;br /&gt;Query2. How to make legend, I want legend in form of table&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#91;Image&amp;#93;&amp;#40;http&amp;#58;&amp;#47;&amp;#47;i44.tinypic.com&amp;#47;30ti3wx.png&amp;#41;&lt;br /&gt;</description><author>Mintu</author><pubDate>Tue, 21 May 2013 09:49:58 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Queries related to Column chart [2019] 20130521094958A</guid></item><item><title>Created Issue: how to enable scrollbar [1978]</title><link>http://highcharts.codeplex.com/workitem/1978</link><description>Hi, &lt;br /&gt;&lt;br /&gt;How to enable scrollbar in dotnet highcharts like shown in example below&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;var chart &amp;#61; new Highcharts.Chart&amp;#40;&amp;#123;&lt;br /&gt;&lt;br /&gt;    chart&amp;#58; &amp;#123;&lt;br /&gt;        renderTo&amp;#58; &amp;#39;container&amp;#39;&lt;br /&gt;    &amp;#125;,&lt;br /&gt;&lt;br /&gt;    xAxis&amp;#58; &amp;#123;&lt;br /&gt;        categories&amp;#58; &amp;#91;&amp;#39;Jan&amp;#39;, &amp;#39;Feb&amp;#39;, &amp;#39;Mar&amp;#39;, &amp;#39;Apr&amp;#39;, &amp;#39;May&amp;#39;, &amp;#39;Jun&amp;#39;, &amp;#39;Jul&amp;#39;, &amp;#39;Aug&amp;#39;, &amp;#39;Sep&amp;#39;, &amp;#39;Oct&amp;#39;, &amp;#39;Nov&amp;#39;, &amp;#39;Dec&amp;#39;&amp;#93;,&lt;br /&gt;        min&amp;#58; 6&lt;br /&gt;    &amp;#125;,&lt;br /&gt;    &lt;br /&gt;    legend&amp;#58; &amp;#123;&lt;br /&gt;        verticalAlign&amp;#58; &amp;#39;top&amp;#39;,&lt;br /&gt;        y&amp;#58; 100,&lt;br /&gt;        align&amp;#58; &amp;#39;right&amp;#39;&lt;br /&gt;    &amp;#125;,&lt;br /&gt;    &lt;br /&gt;  scrollbar&amp;#58; &amp;#123;&lt;br /&gt;        enabled&amp;#58; true&lt;br /&gt;    &amp;#125;,&lt;br /&gt;&lt;br /&gt;    series&amp;#58; &amp;#91;&amp;#123;&lt;br /&gt;        data&amp;#58; &amp;#91;29.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4&amp;#93;&lt;br /&gt;    &amp;#125;&amp;#93;&lt;br /&gt;&amp;#125;&amp;#41;&amp;#59;&lt;br /&gt;</description><author>rajusg</author><pubDate>Thu, 04 Apr 2013 08:04:35 GMT</pubDate><guid isPermaLink="false">Created Issue: how to enable scrollbar [1978] 20130404080435A</guid></item><item><title>Created Issue: How can I add settings "sliced:true, selected:true" in data object on Serie with RenderType.pie? [1922]</title><link>http://highcharts.codeplex.com/workitem/1922</link><description>How can I add settings &amp;#34;sliced&amp;#58;true, selected&amp;#58;true&amp;#34; in data object on Serie with RenderType.pie&amp;#63;&lt;br /&gt;&lt;br /&gt;Like this in javascript&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;series&amp;#58; &amp;#91;&amp;#123;&lt;br /&gt;                type&amp;#58; &amp;#39;pie&amp;#39;,&lt;br /&gt;                name&amp;#58; &amp;#39;Browser share&amp;#39;,&lt;br /&gt;                data&amp;#58; &amp;#91;&lt;br /&gt;                    &amp;#91;&amp;#39;Firefox&amp;#39;,   45.0&amp;#93;,&lt;br /&gt;                    &amp;#91;&amp;#39;IE&amp;#39;,       26.8&amp;#93;,&lt;br /&gt;                    &amp;#123;&lt;br /&gt;                        name&amp;#58; &amp;#39;Chrome&amp;#39;,&lt;br /&gt;                        y&amp;#58; 12.8,&lt;br /&gt;                        sliced&amp;#58; true,&lt;br /&gt;                        selected&amp;#58; true&lt;br /&gt;                    &amp;#125;,&lt;br /&gt;                    &amp;#91;&amp;#39;Safari&amp;#39;,    8.5&amp;#93;,&lt;br /&gt;                    &amp;#91;&amp;#39;Opera&amp;#39;,     6.2&amp;#93;,&lt;br /&gt;                    &amp;#91;&amp;#39;Others&amp;#39;,   0.7&amp;#93;&lt;br /&gt;                &amp;#93;&lt;br /&gt;            &amp;#125;&amp;#93;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;</description><author>vndevil</author><pubDate>Fri, 22 Feb 2013 19:02:16 GMT</pubDate><guid isPermaLink="false">Created Issue: How can I add settings "sliced:true, selected:true" in data object on Serie with RenderType.pie? [1922] 20130222070216P</guid></item><item><title>Created Issue: UpdatePanel problem [1820]</title><link>http://highcharts.codeplex.com/workitem/1820</link><description>How to update chart data in UpdatePanel. in asp.net, I have try it but chart is not going to update.&lt;br /&gt;</description><author>jayle_m</author><pubDate>Wed, 07 Nov 2012 08:10:25 GMT</pubDate><guid isPermaLink="false">Created Issue: UpdatePanel problem [1820] 20121107081025A</guid></item><item><title>Created Issue: I.E Problem / Problema usando Internet Explorer [1791]</title><link>http://highcharts.codeplex.com/workitem/1791</link><description>Ol&amp;#225;.&lt;br /&gt;&lt;br /&gt;Inicialmente gostaria de parabeniza-los pelo excelente trabalho. Gostaria de comentar que estou tendo um problema na gera&amp;#231;&amp;#227;o do gr&amp;#225;fico no I.E.. Neste navegador ele demora pra carregar, fica super pesado e distorce todas as fontes. Abrindo os exemplos do site no I.E. funciona normalmente por&amp;#233;m quando tento abrir o gr&amp;#225;fico que eu gerei fica da forma comentada acima.&lt;br /&gt;&lt;br /&gt;Tamb&amp;#233;m n&amp;#227;o consigo alterar as fontes e adicionar os milhares  &amp;#40;ex.&amp;#58; Hoje -&amp;#38;gt&amp;#59; 1000,00 &amp;#47; Como deveria ser -&amp;#38;gt&amp;#59; 1.000,00 &amp;#41;&lt;br /&gt;&lt;br /&gt;No arquivo em anexo o primeiro &amp;#233; o gr&amp;#225;fico no chrome e o segundo no IE.&lt;br /&gt;&lt;br /&gt;Aguardo e obrigado pela aten&amp;#231;&amp;#227;o&lt;br /&gt;</description><author>AndreSampaio</author><pubDate>Wed, 03 Oct 2012 12:38:18 GMT</pubDate><guid isPermaLink="false">Created Issue: I.E Problem / Problema usando Internet Explorer [1791] 20121003123818P</guid></item><item><title>Created Issue: How to set text color to datalebel on mouseover event in pie chart. [1776]</title><link>http://highcharts.codeplex.com/workitem/1776</link><description>How to set text color to datalebel on mouseover event in pie chart.&lt;br /&gt;</description><author>varshavmane</author><pubDate>Tue, 18 Sep 2012 06:45:03 GMT</pubDate><guid isPermaLink="false">Created Issue: How to set text color to datalebel on mouseover event in pie chart. [1776] 20120918064503A</guid></item><item><title>Created Issue: Modify WebForm Project to Use Online Hicharts Js File [1697]</title><link>http://highcharts.codeplex.com/workitem/1697</link><description>Modify WebForm Project to Use Online Hicharts Js File&lt;br /&gt;</description><author>chalk</author><pubDate>Tue, 26 Jun 2012 17:09:23 GMT</pubDate><guid isPermaLink="false">Created Issue: Modify WebForm Project to Use Online Hicharts Js File [1697] 20120626050923P</guid></item><item><title>Created Issue: ScatterChartFor is Plotting A LineChart (WTF) [1696]</title><link>http://highcharts.codeplex.com/workitem/1696</link><description>When using ScatterChartFor a LineChart is Plotted&lt;br /&gt;</description><author>chalk</author><pubDate>Tue, 26 Jun 2012 17:06:10 GMT</pubDate><guid isPermaLink="false">Created Issue: ScatterChartFor is Plotting A LineChart (WTF) [1696] 20120626050610P</guid></item><item><title>Created Issue: AJAXSource [1658]</title><link>http://highcharts.codeplex.com/workitem/1658</link><description>jquery cache must be off when AJAXSource trigger update and get data from url&lt;br /&gt;</description><author>mgenovese</author><pubDate>Mon, 21 May 2012 22:30:28 GMT</pubDate><guid isPermaLink="false">Created Issue: AJAXSource [1658] 20120521103028P</guid></item><item><title>Closed Issue: Multiple Axes not being rendered [1409]</title><link>http://highcharts.codeplex.com/workitem/1409</link><description>There is a problem in the YAxis class because of which multiple X or Y axes are not being rendered correctly.&lt;br /&gt;Issue discussion &amp;#91;http&amp;#58;&amp;#47;&amp;#47;highcharts.codeplex.com&amp;#47;discussions&amp;#47;285900&amp;#93;&lt;br /&gt;Comments: &lt;p&gt;Resolved in change set &amp;#35;16495 &lt;/p&gt;</description><author>testmyo</author><pubDate>Sun, 22 Jan 2012 21:13:38 GMT</pubDate><guid isPermaLink="false">Closed Issue: Multiple Axes not being rendered [1409] 20120122091338P</guid></item><item><title>Created Issue: Multiple Axes not being rendered [1409]</title><link>http://highcharts.codeplex.com/workitem/1409</link><description>There is a problem in the YAxis class because of which multiple X or Y axes are not being rendered correctly.&lt;br /&gt;Issue discussion &amp;#91;http&amp;#58;&amp;#47;&amp;#47;highcharts.codeplex.com&amp;#47;discussions&amp;#47;285900&amp;#93;&lt;br /&gt;</description><author>testmyo</author><pubDate>Sun, 15 Jan 2012 08:42:52 GMT</pubDate><guid isPermaLink="false">Created Issue: Multiple Axes not being rendered [1409] 20120115084252A</guid></item><item><title>Closed Issue: Issues in Change Set 8854, render column chart [743]</title><link>http://highcharts.codeplex.com/workitem/743</link><description>The render of the chart in the attach file is not correct.&lt;br /&gt;When I try to use Change Set 5908 the render is correct.&lt;br /&gt;Comments: &lt;p&gt;Corrected on newer versions&lt;/p&gt;</description><author>alrcastro</author><pubDate>Fri, 23 Dec 2011 10:34:56 GMT</pubDate><guid isPermaLink="false">Closed Issue: Issues in Change Set 8854, render column chart [743] 20111223103456A</guid></item><item><title>Closed Issue: Cant connect to TFS while connection this [771]</title><link>http://highcharts.codeplex.com/workitem/771</link><description>i m new to this project.and not at all sure if i should ask this here or not ... can someone tell me how to connect to the team foundation server for this project &amp;#63; does this require the login uname and password of codeplex or is there any sepearate password and uname for this project to open it in my visual studio ... &lt;br /&gt;&lt;br /&gt;and how to connect to the team foundation server for this perticular project .... so that i can run and see the project from my IDE&lt;br /&gt;Comments: &lt;p&gt;you can connect using &lt;br /&gt;tfs.codeplex.com&lt;br /&gt;snd&amp;#92;&amp;#91;youruser&amp;#93;_cp&lt;/p&gt;</description><author>alrcastro</author><pubDate>Fri, 23 Dec 2011 10:34:01 GMT</pubDate><guid isPermaLink="false">Closed Issue: Cant connect to TFS while connection this [771] 20111223103401A</guid></item><item><title>Closed Issue: Highcharts not working in a repeater [982]</title><link>http://highcharts.codeplex.com/workitem/982</link><description>highchart is not working in a Repeater. &lt;br /&gt;&lt;br /&gt;I solved this problem by changing this line&amp;#58;&lt;br /&gt;Page.ClientScript.RegisterStartupScript&amp;#40;GetType&amp;#40;&amp;#41;, &amp;#34;chart_&amp;#34; &amp;#43; ID, script, true&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;to&amp;#58;&lt;br /&gt;&lt;br /&gt;Page.ClientScript.RegisterStartupScript&amp;#40;GetType&amp;#40;&amp;#41;, &amp;#34;chart_&amp;#34; &amp;#43; ClientID, script, true&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;Scripts must be registered for every item in repeater item collection.&lt;br /&gt;Comments: &lt;p&gt;Works after we made the change which bound the control&amp;#39;s JS script using the control&amp;#39;s ClientID in stead of the ID&lt;/p&gt;</description><author>testmyo</author><pubDate>Wed, 14 Dec 2011 15:15:08 GMT</pubDate><guid isPermaLink="false">Closed Issue: Highcharts not working in a repeater [982] 20111214031508P</guid></item><item><title>Closed Issue: Chart not binding on postback [1190]</title><link>http://highcharts.codeplex.com/workitem/1190</link><description>i have a solution for this in de Linecharts.cs in the OnLoad events remove the Render Call&lt;br /&gt;and make a protected ovveride void OnDataBound and call here the Render function. Do the same for the other charts.&lt;br /&gt;Comments: &lt;p&gt;Issue resolved&lt;/p&gt;</description><author>testmyo</author><pubDate>Fri, 18 Nov 2011 21:11:16 GMT</pubDate><guid isPermaLink="false">Closed Issue: Chart not binding on postback [1190] 20111118091116P</guid></item><item><title>Created Issue: Chart not binding on postback [1190]</title><link>http://highcharts.codeplex.com/workitem/1190</link><description>i have a solution for this in de Linecharts.cs in the OnLoad events remove the Render Call&lt;br /&gt;and make a protected ovveride void OnDataBound and call here the Render function. Do the same for the other charts.&lt;br /&gt;</description><author>Peeringa</author><pubDate>Wed, 24 Aug 2011 20:26:35 GMT</pubDate><guid isPermaLink="false">Created Issue: Chart not binding on postback [1190] 20110824082635P</guid></item><item><title>Created Issue: Highcharts not working in a repeater [982]</title><link>http://highcharts.codeplex.com/workitem/982</link><description>highchart is not working in a Repeater. &lt;br /&gt;&lt;br /&gt;I solved this problem by changing this line&amp;#58;&lt;br /&gt;Page.ClientScript.RegisterStartupScript&amp;#40;GetType&amp;#40;&amp;#41;, &amp;#34;chart_&amp;#34; &amp;#43; ID, script, true&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;to&amp;#58;&lt;br /&gt;&lt;br /&gt;Page.ClientScript.RegisterStartupScript&amp;#40;GetType&amp;#40;&amp;#41;, &amp;#34;chart_&amp;#34; &amp;#43; ClientID, script, true&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;Scripts must be registered for every item in repeater item collection.&lt;br /&gt;</description><author>hakank</author><pubDate>Sat, 23 Apr 2011 14:38:35 GMT</pubDate><guid isPermaLink="false">Created Issue: Highcharts not working in a repeater [982] 20110423023835P</guid></item><item><title>Created Issue: Cant connect to TFS while connection this [771]</title><link>http://highcharts.codeplex.com/workitem/771</link><description>i m new to this project.and not at all sure if i should ask this here or not ... can someone tell me how to connect to the team foundation server for this project &amp;#63; does this require the login uname and password of codeplex or is there any sepearate password and uname for this project to open it in my visual studio ... &lt;br /&gt;&lt;br /&gt;and how to connect to the team foundation server for this perticular project .... so that i can run and see the project from my IDE&lt;br /&gt;</description><author>joydeep1985</author><pubDate>Wed, 23 Mar 2011 06:31:23 GMT</pubDate><guid isPermaLink="false">Created Issue: Cant connect to TFS while connection this [771] 20110323063123A</guid></item></channel></rss>