jfrancos-mai opened a new issue, #24010:
URL: https://github.com/apache/superset/issues/24010

   `antd`'s slider, as used in dashboard filters, has a step size of 1 (the 
default).  So when the entire range of numbers is within 1, the slider is 
inoperable.
   
   #### How to reproduce the bug
   
   1. Create a chart using a dataset that has a column whose values are within 
a range of `1`.   E.g. a column all of whose values are between 0 and 1.
   1a. If you don't have such a dataset, edit a dataset using "calculated 
columns" to create one.
   2. Create a dashboard that uses that chart.
   3. Add a numerical range filter to that dashboard, connected to the column 
in step (1).
   4. Try to use the slider
   
   ### Expected results
   
   The slider should slide e.g. between 0 and 1
   
   ### Actual results
   
   Since the slider's step size is `1` the slider doesn't slide
   
   ### Environment
   
   - superset version: `2.1.0`
   
   ### 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
   
   This seems to be related:
   https://github.com/apache/superset/pull/18009
   


-- 
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]

Reply via email to