This is a migrated thread and some comments may be shown as answers.

[Solved] Probelm with Pie Chart

4 Answers 43 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Tomer
Top achievements
Rank 1
Tomer asked on 05 Aug 2012, 12:42 PM
Hi,

I am trying to add pie chart and have error when I move my mouse.

as you can see through the pics that I added that I can see the chart but the problem start after I move the mouse.

my code:

                       @(Html.Telerik().Chart<CRC.Models.ElectricitySource>()
                              .Name("pieChart")                              
                              .Title("Bla Bla")
                              .Legend(legend => legend
                                  .Position(ChartLegendPosition.Bottom)
                              )
                              .Series(series => {
                                  series.Pie("Percentage", "Source")
                                        .Labels(labels => labels.Visible(true)
                                            .Align(ChartPieLabelsAlign.Column)
                                            .Position(ChartPieLabelsPosition.OutsideEnd))
                                        .StartAngle(90).Padding(60);
                              })
                              .DataBinding(dataBinding => dataBinding
                                  .Ajax().Select("_SpainElectricity", "Home")
                              )                              
                              .HtmlAttributes(new { style = "width: 300px; height: 300px;" })
)

I added two pic before and after the problem

the file that has the problem is: JQuery v1.7.1

4 Answers, 1 is accepted

Sort by
0
Hristo Germanov
Telerik team
answered on 06 Aug 2012, 06:18 AM
Hi Tomer Hirsch,

Could you please examine this forum thread and tell me if the problem persist?

Regards,
Hristo Germanov
the Telerik team
Check out the successor of Telerik MVC Extensions - Kendo UI for ASP.NET MVC - and deem it for new ASP.NET MVC development.
0
Tomer
Top achievements
Rank 1
answered on 06 Aug 2012, 07:38 AM
Hi,

I read the post and downloaded the fix's.

I switch the dll: Telerik.Web.Mvc.dll

I add the folders 

to the Folder Content I had the Folder 2012.2.615 and the content below.

to the Folder Scripts had the Folder 2012.2.615 and the content below. 

and I still have the problem.

I add pic of the error.

10x.
 
0
Hristo Germanov
Telerik team
answered on 07 Aug 2012, 03:28 PM
Hi Tomer Hirsch,

I have already replied to the support ticket that you have submitted on the same subject.

Greetings,
Hristo Germanov
the Telerik team
Check out the successor of Telerik MVC Extensions - Kendo UI for ASP.NET MVC - and deem it for new ASP.NET MVC development.
0
Tomer
Top achievements
Rank 1
answered on 08 Aug 2012, 05:14 AM
Hi,

10x on your help, but the problem is the browser.

if I run it in chrome or IE 10 there is no problem, BUT if I run it in IE 8 it makes the error.

The problem is that in our place we work with the IE8.


Tags
Chart
Asked by
Tomer
Top achievements
Rank 1
Answers by
Hristo Germanov
Telerik team
Tomer
Top achievements
Rank 1
Share this question
or