Package-level declarations
Types
A base implementation of Chart.
Defines the minimal set of properties and functions required by other parts of the library to draw a chart.
The default implementation of LineChart.LineSpec.PointConnector. This uses cubic bezier curves.
Functions
Adds each Decoration from decorations to this Chart.
Creates a new LineChart.LineSpec based on this one, updating select properties.
For each ChartEntry in the list such that ChartEntry.x belongs to the provided range, calls the action function block with the ChartEntry as the block’s argument.
For each ChartEntry in the list such that ChartEntry.x belongs to the provided range, calls the action function block with the ChartEntry and its index in the list as the block’s arguments.
For each ChartEntry in the list such that ChartEntry.x belongs to the provided range, calls the action function block with the ChartEntry, its index in the list, and the next ChartEntry in the filtered list as the block’s arguments.
For each ChartEntry in the list such that ChartEntry.x belongs to the provided range, calls the action function block with the ChartEntry and its index in the filtered list as the block’s arguments.
For each ChartEntry in the list such that ChartEntry.x belongs to the provided range, calls the action function block with the ChartEntry, its index in the filtered list, and the next ChartEntry in the filtered list as the block’s arguments.