Companion

object Companion

This is a library of default configurations, you can create your own configuration or use one of these.

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

debug
Link copied to clipboard
common
val debug: ChartConfig
Debug ChartConfig, strong lines, vibrant colors, should not be used in production but useful for debugging when creating custom components.
default
Link copied to clipboard
common
val default: ChartConfig
The default ChartConfig, may be used in any situation.
green
Link copied to clipboard
common
val green: ChartConfig
Green themed ChartConfig.
light
Link copied to clipboard
common
val light: ChartConfig
Light themed ChartConfig, use light colors and less space than other configurations.