You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #1537 on May 28, 2024 22:53.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
🚀 Feature request
A option to set a logarithmic scale on the slider component. This article explains it well - https://mathisonian.github.io/idyll/nonlinear-sliders/
🧱 Problem Statement / Justification
Some patterns are non-linear in nature, such as decibels, stock prices, etc. A linear scale does not represent these cases well.
✅ Proposed solution or API
(React example) - MUI uses a scale prop as a callback to set the X axis scale https://mui.com/material-ui/react-slider/#non-linear-scale
↩️ Alternatives
n/a
📝 Additional Information
n/a
Beta Was this translation helpful? Give feedback.
All reactions