Packages

p

plot

package plot

package

Source
package.scala
Version

1.0

Since

2019-03-22 11:32

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. plot
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AggOp = String
  2. type BaseLine = String
  3. implicit class BrowseAble extends PreviewLike
  4. type FieldType = String
  5. class HtmlRenderer extends StrictLogging

    HtmlRenderer

    HtmlRenderer

    Version

    1.0 2019-03-20 20:36

  6. type Orient = String
  7. type Theme = String
  8. type TimeUnit = String
  9. case class Title(text: Option[String] = None, anchor: Option[TitleAnchor] = None, angle: Option[Double] = None, baseline: Option[BaseLine] = None, color: Option[String] = None, font: Option[String] = None, fontSize: Option[Int] = None, fontWeight: Option[Int] = None, frame: Option[String] = None, limit: Option[Int] = None, offset: Option[Int] = None, orient: Option[Orient] = None, zindex: Option[Int] = None) extends Product with Serializable
  10. type TitleAnchor = String
  11. case class Vega(width: Option[Int] = None, height: Option[Int] = None) extends VegaConfigDSL with DataDSL with MarkDSL with RenderDSL with EncodingDSL with TitleDSL with TransformDSL with DescriptionDSL with JsonDSL with Product with Serializable

    Vega

    Vega

    Version

    1.0

    Since

    2019-03-22 11:34

Value Members

  1. val SCHEMA_VERSION: String
  2. val VEGA_EMBED: String
  3. val VEGA_LITE_VERSION: String
  4. val VEGA_VERSION: String

  5. implicit def antToOption[T](t: T): Option[T]
  6. implicit def json2PJson(json: Json.type): PJson.type
  7. val schema: String
  8. def vega: Vega
  9. def vega(width: Option[Int] = None, height: Option[Int] = None): Vega
  10. object BaseLine
  11. object Orient
  12. object PJson
  13. object Title extends Serializable
  14. object TitleAnchor
  15. object Vega extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped