open class OptionsMap : Feature
kind |
val kind: String |
options |
val options: Map<String, Any> |
toSpec |
fun OptionsMap.toSpec(includeKind: Boolean = false): MutableMap<String, Any> |
theme |
Use theme() to modify individual components of a theme, allowing you to control the appearance of all non-data components of the plot. class theme : OptionsMap |