object ChartJs

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

Type Members

  1. case class Chart(type: String, data: ChartData, options: ChartOptions, groups: Array[String] = Array(), targets: Array[String] = Array(), verticalLines: Array[ChartVerticalLine] = Array()) extends Product with Serializable
  2. case class ChartData(labels: Array[String], datasets: Array[ChartDataset]) extends Product with Serializable
  3. case class ChartDataScatter(x: Double, y: Double) extends Product with Serializable
  4. class ChartDataset extends AnyRef
  5. case class ChartDatasetBar(data: Array[Double], backgroundColor: Array[String], hoverBackgroundColor: Array[String], label: String, yAxisID: String, type: Option[String] = None, fill: Option[Boolean] = None, lineTension: Option[Double] = None, pointRadius: Option[Int] = None, borderColor: Option[String] = None, pointBackgroundColor: Option[String] = None, pointBorderColor: Option[String] = None, pointHoverBackgroundColor: Option[String] = None, pointHoverBorderColor: Option[String] = None) extends ChartDataset with Product with Serializable
  6. case class ChartDatasetLine[T](data: Array[T], lineTension: Double, fill: Boolean, backgroundColor: String, borderColor: String, pointBackgroundColor: String, pointBorderColor: String, pointHoverBackgroundColor: String, pointHoverBorderColor: String, label: String, pointRadius: Int, yAxisID: String = "left") extends ChartDataset with Product with Serializable
  7. case class ChartDatasetPie(data: Array[Double], backgroundColor: Array[String], hoverBackgroundColor: Array[String]) extends ChartDataset with Product with Serializable
  8. case class ChartDatasetScatter(data: Array[ChartDataScatter], pointBackgroundColor: String, pointBorderColor: String, backgroundColor: String, borderColor: String, label: String, showLine: Boolean = false, xTime: Boolean = false, lineTension: Double = 0.1, pointRadius: Option[Int] = None) extends ChartDataset with Product with Serializable
  9. case class ChartDatasetSpider(data: Array[Double], backgroundColor: String, borderColor: String, pointBackgroundColor: String, pointBorderColor: String, pointHoverBackgroundColor: String, pointHoverBorderColor: String, label: String) extends ChartDataset with Product with Serializable
  10. case class ChartLegend(display: Boolean) extends Product with Serializable
  11. case class ChartOptions(scales: Option[ChartScales], legend: Option[ChartLegend], tooltips: ChartTooltips, zoom: ChartZoom, maintainAspectRatio: Boolean) extends Product with Serializable
  12. case class ChartScaleLabel(display: Boolean, labelString: String) extends Product with Serializable
  13. case class ChartScales(xAxes: Array[ChartXAxesElement], yAxes: Array[ChartYAxesElement]) extends Product with Serializable
  14. case class ChartTicks(min: Option[Double] = None, max: Option[Double] = None, suggestedMin: Option[Double] = None, suggestedMax: Option[Double] = None, autoSkip: Boolean = true) extends Product with Serializable
  15. case class ChartTimeFormats(hour: String = "D, hA") extends Product with Serializable
  16. case class ChartTimeOptions(minUnit: String = "day", tooltipFormat: String = "ll", displayFormats: ChartTimeFormats = ChartTimeFormats(), min: Option[String] = None, max: Option[String] = None) extends Product with Serializable
  17. case class ChartTooltips(enabled: Boolean = true, intersect: Boolean = false) extends Product with Serializable
  18. case class ChartVerticalLine(index: Int, color: String) extends Product with Serializable
  19. case class ChartXAxesElement(scaleLabel: ChartScaleLabel, stacked: Boolean, type: Option[String] = None, time: Option[ChartTimeOptions] = None, ticks: ChartTicks = ChartTicks()) extends Product with Serializable
  20. case class ChartYAxesElement(scaleLabel: ChartScaleLabel, stacked: Boolean, ticks: ChartTicks = ChartTicks(), position: String = "left", id: String = "left") extends Product with Serializable
  21. case class ChartZoom(enabled: Boolean, drag: Boolean, mode: String = "x") extends Product with Serializable
  22. case class LabelWithOptions(label: String, alternateAxis: Boolean, alternateCategory: Boolean) extends Product with Serializable
  23. case class YAxisData(label: String, min: Option[Double] = None, max: Option[Double] = None) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def axisLabel(labels: Array[LabelWithOptions], hasSecondaryAxis: Boolean): String
  6. def buildTrendDisplay(header: Array[String], content: List[Array[String]], trends: List[Array[String]], eventDates: Array[LocalDateTime], event: LocalDateTime, session: String): Chart
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def getSnapshotChart(session: String, content: List[Array[String]], header: Array[String], display: DashboardDisplay, selected: Array[String], dataLabelOrder: Array[String], colorOrder: Option[List[Int]], labelColors: Option[Map[Int, List[String]]], hiddenLabels: Set[String]): Chart
  12. def getTimelineChart(session: String, content: List[Array[String]], header: Array[String], display: DashboardDisplay, selected: Array[String], deltas: Boolean = false, labelOrder: Array[String], colorOrder: Option[List[Int]], labelColors: Option[Map[Int, List[String]]], hiddenLabels: Set[String]): Chart
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. object ChartDataset
  24. object ChartOptions extends Serializable
  25. object ChartScales extends Serializable
  26. object ChartXAxesElement extends Serializable
  27. object LabelWithOptions extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped