kamalkeshavani-aiinside opened a new issue #17281: URL: https://github.com/apache/superset/issues/17281
**Is your feature request related to a problem? Please describe.** A new feature is available in master, where user can select to show only total or all values for a stacked series. When showing all values, we see that the values are very cluttered when many series have close/similar values. Sample:  **Describe the solution you'd like** A good solution for this is in Pie chart, where use can decide the minimum threshold in percentage to decide which labels should be seen in chart.  I guess that if such threshold value is added by user in Time-series chart, then need to calculate % value of each series at each point on x-axis to decide which labels to show on every point of x-axis. **Describe alternatives you've considered** Another solution would be to set a fixed threshold from code, but I guess giving the option to user would be a better idea. **Additional context** Add any other context or screenshots about the feature request 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]
