Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Sep 22, 2023
1 parent 89cc8e3 commit d54c401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/js/src/main/scala/viz/vega/facades/VegaView.scala
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class VegaView(parsedSpec: js.Dynamic, config: js.Dynamic) extends js.Object:
// def data(s: String, j: js.Dynamic): Unit = js.native

// Most likely, a js.Array[js.Object]
def data(s: String, data: js.UndefOr[js.Iterable[js.Any]]): Unit = js.native
def data(s: String, data: js.UndefOr[js.Any]): Unit = js.native
def data(s: String): Unit = js.native

// Insert only
Expand Down

0 comments on commit d54c401

Please sign in to comment.