aboutsummaryrefslogtreecommitdiff
path: root/examples/scalajs-plain-example/js/Plotly.scala
blob: a4623c6bb9e90f354eff53f347b7bfbedcdc2efb (plain) (blame)
1
2
3
4
5
6
7
8
package prototype

import scala.scalajs.js

@js.native
object Plotly extends js.Object {
  def newPlot(id: String,  data: js.Array[js.Dynamic]): js.Any = js.native
}