ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

PieSeries CSS fill-colors - Unable to specifiy multiple colors #1517

Closed triple-j-95 closed 3 years ago

triple-j-95 commented 3 years ago

Please take a minute to read our NativeScript Code of Conduct before proceeding with posting issues or discussing. The purpose of this guide is to make communication and cooperation within our forums a pleasure for you and the other members.

Please, provide the details below:

Tell us about the problem

fill-colors CSS property of PieSeries doesn't work if specified more than one color. For example, below will be ignored and the Pie chart is rendered using its default color pallet PieSeries { fill-colors: #3f51b5,#555555,#757575,#c60c30,#ff4081;}

however below works, turning every series into the same color.
PieSeries { fill-colors: #3f51b5}

Which platform(s) does your issue occur on?

Both

Please provide the following version numbers that your issue occurs with:

"nativescript-ui-chart": "^8.0.2"

Please tell us how to recreate the issue in as much detail as possible.

https://play.nativescript.org/?template=play-ng&id=8zpRGL&v=1099 Open home.component.css and change fill-colors betwen multiple colors and single color to confirm the issue.

Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.

triple-j-95 commented 3 years ago

Sorry it was mistake. It works. Please delete this issue