BasicPlatform

open external class BasicPlatform : BasePlatform(source)

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
open fun addEventListener(chart: Chart, type: String, listener: (e: ChartEvent) -> Unit)
Link copied to clipboard
Link copied to clipboard
open fun getMaximumSize(canvas: HTMLCanvasElement, width: Number = definedExternally, height: Number = definedExternally, aspectRatio: Number = definedExternally): ChartSize
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun removeEventListener(chart: Chart, type: String, listener: (e: ChartEvent) -> Unit)
Link copied to clipboard