-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require additional styling properties for Slider widget #1706
Comments
@mehsaandev current slider does not show the value under it either. If you also need that, please update the requirements. |
Updated the requirements @amin-nas |
Below is the max level of customization can be offered right now, have created ticket for new properties (#1724). For now, you can create a row where you can put the min/max values separately. Example EDL - Slider:
initialValue: 24
min: 18
max: 30
divisions: 24
trackStyle:
shape: circle # circle/rectangular
trackHeight: 8
activeColor: "#F44336"
inactiveColor: "#FFCDD2"
secondaryActiveTrackColor: "#FFCDD2"
disabledActiveTrackColor: "#FFCDD2"
disabledInactiveTrackColor: "#FFCDD2"
disabledSecondaryActiveTrackColor: "#FFCDD2"
tickMarkStyle:
showTicks: true
shape:
rectangle: # circle/rectangle
width: 2
height: 8
activeColor: black
inactiveColor: green
disabledInactiveColor: green
disabledActiveColor: green
offset: 10
thumbStyle:
radius: 14
thumbColor: "#F44336"
disabledThumbColor: "#F44336"
elevation: 3
pressedElevation: 8
borderWidth: 3
borderColor: "#FFFFFF"
overlayStyle:
color: "#F44336"
radius: 28
opacity: 0.12
valueIndicatorStyle:
visibility: always # always / onlyForDiscrete / onlyForContinuous / never
shape: paddle # drop/paddle/rectangular
color: "#D32F2F"
textStyle:
fontSize: 16
color: "#FFFFFF" |
Suggested Styling Properties for tooltip:
and maybe require some other background color and color properties as well.
The text was updated successfully, but these errors were encountered: