Type Aliases
TableSourceProps
The TableSourceProps type describes the props that bind a chart to a Table in a Store. Read more.
TimeValue
The TimeValue type describes values that can be used for explicit bounds and ticks on a time x axis: numbers, ISO date strings, or Date objects. Read more.
BaseXAxisProps
The BaseXAxisProps type describes props shared by all x-axis configurations. Read more.
BindingProps
The BindingProps type describes the props that bind a LineChart component or BarChart component to Cell values in TinyBase data. An x Cell value can be a finite number, string, or boolean. A y Cell value must be a finite number. Read more.
ChartProps
The ChartProps type describes the props that are used to configure the chart element that renders a chart. Read more.
LinearXAxisProps
The LinearXAxisProps type describes x-axis configuration for automatically inferred, categorical, and linear axes. Read more.
QuerySourceProps
The QuerySourceProps type describes the props that bind a chart to a Query in a Queries object. Read more.
SeriesProps
The SeriesProps type describes the props that bind a chart series to Cell values in TinyBase data. An x Cell value can be a finite number, string, or boolean. A y Cell value must be a finite number. Read more.
TimeXAxisProps
The TimeXAxisProps type describes x-axis configuration for time axes. Read more.
TimestampUnit
The TimestampUnit type describes the unit used by numeric timestamp values on a time x axis: millisecond or second. Read more.
XAxisProps
The XAxisProps type describes the props that configure the x axis of a CartesianChart component, LineChart component, or BarChart component. Read more.
XAxisScale
The XAxisScale type describes how x-axis values should be interpreted: auto, category, linear, or time. Read more.
YAxisProps
The YAxisProps type describes the props that configure the y axis of a CartesianChart component. Read more.