SparklinesOptions

The options for sparklines in a table.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Marker styles options for a line series in LineChartVisual.

Link copied to clipboard

The field ID of the value column that the sparkline is applied to.

Link copied to clipboard

The color of the sparkline line.

Link copied to clipboard

The interpolation style for the sparkline line.

Link copied to clipboard

Marker styles options for a line series in LineChartVisual.

Link copied to clipboard

Marker styles options for a line series in LineChartVisual.

Link copied to clipboard

The type of the sparkline. Valid values are LINE and AREA_LINE.

Link copied to clipboard

The dimension type field.

Link copied to clipboard

Determines whether the Y axis is shared across all sparklines or independent for each sparkline.

Functions

Link copied to clipboard
inline fun copy(block: SparklinesOptions.Builder.() -> Unit = {}): SparklinesOptions
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String