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

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

The newest version!
package plotly
package layout

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

object BoxMode {
  case object Group extends BoxMode("group")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy