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

plotly.element.Ticks.scala Maven / Gradle / Ivy

The newest version!
package plotly
package element

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

object Ticks {
  case object Outside extends Ticks("outside")
  case object Inside  extends Ticks("inside")
  case object Empty   extends Ticks("")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy