Actually set the x axis pattern (:
This commit is contained in:
parent
b8eaf8469f
commit
1963471791
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ $compile(
|
||||||
["input", {
|
["input", {
|
||||||
type: "text",
|
type: "text",
|
||||||
value: xs_,
|
value: xs_,
|
||||||
oninput: $input(ys)
|
oninput: $input(xs)
|
||||||
}]]],
|
}]]],
|
||||||
["div", {}, ["label", {}, "Y Pattern: ",
|
["div", {}, ["label", {}, "Y Pattern: ",
|
||||||
["input", {
|
["input", {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue