Closed ghost closed 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
@danielkaradachki makes sense, cheers.
See Plunker:
http://plnkr.co/edit/F7kell8zml8AVCry6dQk?p=preview
The legend matches the series color when the
color
attribute is used, but notcolorField
.Is this a bug or a configuration issue?