Properties
Optional actions
actions?: boolean
Optional color
color?: string
Optional description
description?: string
Optional queries
queries?: UpSetQueries<T>
Optional selection
selection?: UpSetSelection<T>
Optional selectionColor
selectionColor?: string
Optional title
title?: string
xAttr
xAttr: keyof T | ((v: T) => number)
Optional xLabel
xLabel?: string
yAttr
yAttr: keyof T | ((v: T) => number)
Optional yLabel
yLabel?: string
list of queries as an alternative to provide a single selection