[CLOSED] PieChart rendering problem in IE10

  1. #1

    [CLOSED] PieChart rendering problem in IE10

    Hi,

    I'm implementing a piechart and use the basic pie example (https://examples2.ext.net/#/Chart/Pie/Basic/). When clicking on the legend the segment disappears, but when clicking again the segment is returning but without a color. This happens in IE10. In FireFox it works ok. In compatibility mode of Explorer is also works but than other fonts are used.

    Same problem for segments that have data of 0 and after a reload a data larger than 0. Once gone is gone for the rest of the session.

    Is this a known issue? Is there a solution?

    Hans
  2. #2
    It should be fixed in SVN already, please update from trunk and retest
  3. #3
    Quote Originally Posted by Vladimir View Post
    It should be fixed in SVN already, please update from trunk and retest
    Ok, I got it. Works fine now.

    Thanks,

    Hans
  4. #4
    Hi,

    I see that you already closed this thread, but I found that my color settings have disappeared.

    I added on the server side colors to fill the piechart. That worked in the previous version but now the default colors are shown.

    Protected Sub RefreshChart()
    ... 'source to change dataset
       ExtX.AddScript("App.chartTest.themeAttrs.colors = ['#253494','#2c7fb8','#ffffb2','#f03b20','#bd0026'];")
       chartTest.Data = data
       chartTest.DataBind()
    End Sub
    Anything changed? Are there other methods?
    ColorSet in the PieSeries is not shown as an option on the server side (but it is an option in the PieSeries object in the aspx file).


    Hans
  5. #5
    Hello!

    Try to use the following:

    X.AddScript("App.Chart1.series.getAt(0).colorSet = ['#253494','#2c7fb8','#ffffb2','#f03b20','#bd0026'];");
  6. #6
    Quote Originally Posted by Baidaly View Post
    Hello!

    Try to use the following:

    X.AddScript("App.Chart1.series.getAt(0).colorSet = ['#253494','#2c7fb8','#ffffb2','#f03b20','#bd0026'];");
    Thanks, that works!

    I have an other question about transparency and colors of a piechart, but I will start a new thread for this.

    Hans

Similar Threads

  1. [CLOSED] Application is not working properly in IE10
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Sep 24, 2013, 9:11 AM
  2. IE10
    By PetrSnobelt in forum Open Discussions
    Replies: 7
    Last Post: May 24, 2013, 5:06 AM
  3. [CLOSED] ImageCommand in IE10
    By Justin_Wignall in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Mar 08, 2013, 4:32 PM
  4. [CLOSED] IE7 page rendering problem?
    By danielg in forum 1.x Legacy Premium Help
    Replies: 43
    Last Post: Mar 24, 2010, 4:54 PM
  5. [CLOSED] IE6 Rendering (resize) problem
    By MarcA in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 01, 2009, 7:03 AM

Posting Permissions