Package-level declarations
Types
Link copied to clipboard
Overrides a chart’s minimum and maximum x-axis and y-axis values. This can be used with com.patrykandpatrick.vico.views.chart.BaseChartView and the com.patrykandpatrick.vico.compose.chart.Chart composable.
Link copied to clipboard
interface ChartValues
Where Charts get their data from.
Link copied to clipboard
Manages the ChartValues used by a chart. There may be many ChartValues, but all of them have the same ChartValues.minX and ChartValues.maxX values. The following ChartValues instances exist in a chart:
Link copied to clipboard
interface ChartValuesProvider
Provides a chart’s ChartValues instances.
Link copied to clipboard
An implementation of ChartValues whose every property is mutable.
Functions
Link copied to clipboard
Creates and returns a ChartValuesProvider implementation with this ChartValuesManager’s ChartValues instances.
Link copied to clipboard
Creates and returns an immutable copy of this MutableChartValues instance.