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

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

The newest version!
package plotly
package layout

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

object BarMode {
  case object Group    extends BarMode("group")
  case object Stack    extends BarMode("stack")
  case object Overlay  extends BarMode("overlay")
  case object Relative extends BarMode("relative")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy