telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
469 stars 217 forks source link

Chart legend color does not match series when colorField is used #388

Closed ghost closed 7 years ago

ghost commented 7 years ago

See Plunker:

http://plnkr.co/edit/F7kell8zml8AVCry6dQk?p=preview

The legend matches the series color when the color attribute is used, but not colorField.

Is this a bug or a configuration issue?

danielkaradachki commented 7 years ago

The colorField will not be taken into account when determining the series color because it could have different values for the different points. You should explicitly set the series color: http://plnkr.co/edit/KouRhpOkfk3PzOWGKdH7?p=preview

ghost commented 7 years ago

@danielkaradachki makes sense, cheers.