object ChartJs
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ChartJs
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- 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
- case class ChartData(labels: Array[String], datasets: Array[ChartDataset]) extends Product with Serializable
- case class ChartDataScatter(x: Double, y: Double) extends Product with Serializable
- class ChartDataset extends AnyRef
- 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
- 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
- case class ChartDatasetPie(data: Array[Double], backgroundColor: Array[String], hoverBackgroundColor: Array[String]) extends ChartDataset with Product with Serializable
- 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
- 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
- case class ChartLegend(display: Boolean) extends Product with Serializable
- case class ChartOptions(scales: Option[ChartScales], legend: Option[ChartLegend], tooltips: ChartTooltips, zoom: ChartZoom, maintainAspectRatio: Boolean) extends Product with Serializable
- case class ChartScaleLabel(display: Boolean, labelString: String) extends Product with Serializable
- case class ChartScales(xAxes: Array[ChartXAxesElement], yAxes: Array[ChartYAxesElement]) extends Product with Serializable
- 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
- case class ChartTimeFormats(hour: String = "D, hA") extends Product with Serializable
- case class ChartTimeOptions(minUnit: String = "day", tooltipFormat: String = "ll", displayFormats: ChartTimeFormats = ChartTimeFormats(), min: Option[String] = None, max: Option[String] = None) extends Product with Serializable
- case class ChartTooltips(enabled: Boolean = true, intersect: Boolean = false) extends Product with Serializable
- case class ChartVerticalLine(index: Int, color: String) extends Product with Serializable
- case class ChartXAxesElement(scaleLabel: ChartScaleLabel, stacked: Boolean, type: Option[String] = None, time: Option[ChartTimeOptions] = None, ticks: ChartTicks = ChartTicks()) extends Product with Serializable
- case class ChartYAxesElement(scaleLabel: ChartScaleLabel, stacked: Boolean, ticks: ChartTicks = ChartTicks(), position: String = "left", id: String = "left") extends Product with Serializable
- case class ChartZoom(enabled: Boolean, drag: Boolean, mode: String = "x") extends Product with Serializable
- case class LabelWithOptions(label: String, alternateAxis: Boolean, alternateCategory: Boolean) extends Product with Serializable
- case class YAxisData(label: String, min: Option[Double] = None, max: Option[Double] = None) extends Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def axisLabel(labels: Array[LabelWithOptions], hasSecondaryAxis: Boolean): String
- def buildTrendDisplay(header: Array[String], content: List[Array[String]], trends: List[Array[String]], eventDates: Array[LocalDateTime], event: LocalDateTime, session: String): Chart
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- 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
- 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
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object ChartDataset
- object ChartOptions extends Serializable
- object ChartScales extends Serializable
- object ChartXAxesElement extends Serializable
- object LabelWithOptions extends Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)