korbit-ai[bot] commented on code in PR #32170:
URL: https://github.com/apache/superset/pull/32170#discussion_r1953154747
##########
superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:
##########
@@ -94,7 +94,9 @@ const config: ControlPanelConfig = {
['Tukey', t('Tukey')],
['Min/max (no outliers)', t('Min/max (no outliers)')],
['2/98 percentiles', t('2/98 percentiles')],
+ ['5/95 percentiles', t('5/95 percentiles')],
['9/91 percentiles', t('9/91 percentiles')],
+ ['10/90 percentiles', t('10/90 percentiles')],
Review Comment:
### Illogical Percentile Option Ordering <sub></sub>
<details>
<summary>Tell me more</summary>
###### What is the issue?
The percentile options are not ordered logically from most extreme to least
extreme ranges
###### Why this matters
Inconsistent ordering makes it harder for users to find the desired
percentile range and could lead to confusion when selecting options
###### Suggested change ∙ *Feature Preview*
Reorder the percentile options from most extreme to least extreme ranges:
```typescript
['2/98 percentiles', t('2/98 percentiles')],
['5/95 percentiles', t('5/95 percentiles')],
['10/90 percentiles', t('10/90 percentiles')],
['9/91 percentiles', t('9/91 percentiles')]
```
</details>
<sub>
[](https://app.korbit.ai/feedback/aa91ff46-6083-4491-9416-b83dd1994b51/1dba21e4-7b13-468b-bcca-23a126ba1529?suggestedFixEnabled=true)
💬 Chat with Korbit by mentioning @korbit-ai.
</sub>
<!--- korbi internal id:7ebf3946-c142-4324-8578-d3164077de31 -->
--
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]