ChartView

final case class ChartView()
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addTimeseries(key: String, color: Color, tension: Double, maxSize: Int): Unit
def element(): HtmlElement
def mount(canvas: ReactiveHtmlElement[Canvas]): Unit
def recordData(key: String, when: Instant, value: Double): Unit
def update(): Unit

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product