Watts-Lab / surveys

Library of surveys for deliberation experiments
MIT License
3 stars 4 forks source link

made some changes to restyle labeled range slider #112

Closed amirrahman132132 closed 1 year ago

amirrahman132132 commented 1 year ago

range slider labels design fixed

amirrahman132132 commented 1 year ago

to keep some labels empty we have to put " " blank space to json data reason being : afterRender (labeledRange.js) function is giving label.text with either text and if text is "" blank string then its giving the value of that . for this what i figured out is using " " space is good technique to keep labels blank if needed