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

[Solved] Issue in IE8 with Pie chart

1 Answer 25 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.
Chris Brandsma
Top achievements
Rank 1
Chris Brandsma asked on 31 Jan 2012, 05:10 PM

We are working with Telerik MVC Extension version 2011.3.1115, and JQuery 1.6.3.

OK, this works in all the browsers we have checked but IE8. That includes IE7, works fine in IE7, and it work on IE8 in IE7 Compatibility mode. IE9, Chrome, and Firefox are all fine.

But, in IE8 (in IE8 standards mode) rendering a pie chart with Telerik Chart, I get errors on telerik.chart.min.js, line 1 character 74000.

var graph = helper.Telerik().Chart(data)
            .Name(Guid.NewGuid().ToString())
            .ChartArea(area => area
                                   .Background("#fff")
                                   .Margin(0)
            )
            .PlotArea(area => area
                                  .Background("#fff")
                                  .Margin(0)
            )
            .Series(series => series
                                  .Pie("Value", "Designation")
                                  .Name(title)
                                  .Padding(0)
                                  .Overlay(ChartPieSeriesOverlay.None)
                                  .StartAngle(90)
                                  )
            .SeriesColors(seriesColors)
            .Transitions(false)
            .Legend(false)
            .Tooltip(tooltip => tooltip.Visible(true).Template("<#= value #>").Padding(0)
.Border(0, "transparent")).ToHtmlString()



1 Answer, 1 is accepted

Sort by
0
Hristo Germanov
Telerik team
answered on 02 Feb 2012, 04:03 PM
Hello Chris,

Thank you for contacting us.

Unfortunately I am not able to reproduce this issue locally. Could you please send us a simple test project which reproduces the depicted issue? Thus I will be able to observe the problem and advice you further.

Kind regards,
Hristo Germanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
Chart
Asked by
Chris Brandsma
Top achievements
Rank 1
Answers by
Hristo Germanov
Telerik team
Share this question
or