PluginsOptions

data class PluginsOptions(val legend: LegendOptions? = null, val title: TitleOptions? = null, val subtitle: TitleOptions? = null, val tooltip: TooltipOptions? = null)

Built-in plugins options.

Constructors

Link copied to clipboard
constructor(legend: LegendOptions? = null, title: TitleOptions? = null, subtitle: TitleOptions? = null, tooltip: TooltipOptions? = null)

Properties

Link copied to clipboard
val legend: LegendOptions? = null
Link copied to clipboard
val subtitle: TitleOptions? = null
Link copied to clipboard
val title: TitleOptions? = null
Link copied to clipboard
val tooltip: TooltipOptions? = null

Functions

Link copied to clipboard
fun PluginsOptions.toJs(i18nTranslator: (String) -> String): dynamic

An extension function to convert configuration class to JS object.