Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > Chart > Issue in IE8 with Pie chart

Not answered Issue in IE8 with Pie chart

Feed from this thread
  • Posted on Jan 31, 2012 (permalink)

    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()
    
    
    
    

    Reply

  • Hristo Germanov Hristo Germanov admin's avatar

    Posted on Feb 2, 2012 (permalink)

    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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > Chart > Issue in IE8 with Pie chart
Related resources for "Issue in IE8 with Pie chart"

ASP.NET MVC Chart Features  |  Documentation  |  Demos  |  Telerik TV ]