Settings and activity

1 result found

  1. 17 votes
    How important is this to you?
    An error occurred while saving the comment
    Ke Zhao commented  · 

    I think the pie should be add to an expection.

    var series = this.chart.series,
    element = item.legendGroup.element,
    type = this.chart.userOptions.chart.type;

    if(type == 'pie'){
    return;
    }