jinghua-qa opened a new issue #17443: URL: https://github.com/apache/superset/issues/17443
When #series is one more than #color, pie chart has 2 consecutive same color #### How to reproduce the bug 1. Go to cleaned sales data 2. create a pie chart with Metric for count(*) and group by month 3. Select color theme Echart v4.x colors 4. Observe the color of the 1st section and last section on pie chart ### Expected results 1st section and last section in pie chart in different color ### Actual results 1st section and last section in pie chart in same color and seem connected #### Screenshots <img width="1790" alt="Screen Shot 2021-11-15 at 6 11 53 PM" src="https://user-images.githubusercontent.com/81597121/141883669-94b5d1ab-87fb-48ce-8caa-e0ef95f870da.png"> ### Environment (please complete the following information): - browser type and version: - superset version: master - python version: `python --version` - node.js version: `node -v` - any feature flags active: ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
