All Downloads are FREE. Search and download functionalities are using the official Maven repository.

plotly.layout.Ref.scala Maven / Gradle / Ivy

The newest version!
package plotly
package layout

import plotly.element._

sealed abstract class Ref(val label: String) extends Product with Serializable

object Ref {
  case object Paper                          extends Ref("paper")
  case class Axis(underlying: AxisReference) extends Ref(underlying.label)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy