Remove sliders on graph for selects
This commit is contained in:
parent
4c1daab09f
commit
59801f1f81
|
@ -18,9 +18,9 @@
|
|||
"description": "The transform of the x scale",
|
||||
"value": 1.0,
|
||||
"bind": {
|
||||
"input": "range",
|
||||
"min": 0.1,
|
||||
"max": 1
|
||||
"input": "select",
|
||||
"options": [0.1, 1],
|
||||
"labels": ["log", "linear"]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -28,9 +28,9 @@
|
|||
"description": "The transform of the y scale",
|
||||
"value": 1.0,
|
||||
"bind": {
|
||||
"input": "range",
|
||||
"min": 0.1,
|
||||
"max": 1
|
||||
"input": "select",
|
||||
"options": [0.1, 1],
|
||||
"labels": ["log", "linear"]
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user