TinyBarChartOptions class

A set of options to customize a TinyBarChart display.

Specify max to customize the data space in which the chart will paint the bars.

When omitted, the chart will consider the space between zero and the sum of all bar values as the as the data space.

See also:

Annotations

Constructors

TinyBarChartOptions({double? max, required Iterable<Color> colors})
const

Properties

colors Iterable<Color>
Customize the colors of bars. The color of each bar selection will cycle though this field.
final
hashCode int
The hash code for this object.
no setteroverride
max double?
Specify max to customize the data space in which the chart will paint the bars.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override