Skip to content

Commit 6659346

Browse files
committed
Limit EditableRangeSlider format to 3 decimals
1 parent e78e7bf commit 6659346

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

panel/simdec.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ def csv_data(
359359
start=interactive_xlim.rx()[0],
360360
end=interactive_xlim.rx()[1],
361361
value=interactive_xlim,
362+
format="0.0[00]",
362363
step=0.1,
363364
)
364365

0 commit comments

Comments
 (0)