class Scale : Feature
<init> |
Scale(aesthetic: Aes<*>, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, expand: Any? = null, naValue: Any? = null, guide: Any? = null, trans: Any? = null, otherOptions: Options = Options.empty()) |
aesthetic |
val aesthetic: Aes<*> |
breaks |
val breaks: List<Any>? |
expand |
val expand: Any? |
guide |
val guide: Any? |
labels |
val labels: List<String>? |
limits |
val limits: List<Any>? |
name |
val name: String? |
naValue |
val naValue: Any? |
otherOptions |
val otherOptions: Options
|
trans |
val trans: Any? |
toSpec |
fun Scale.toSpec(): MutableMap<String, Any> |