BubbleChartSpec class
A bubble chart.
Constructors
- BubbleChartSpec({Color? bubbleBorderColor, ColorStyle? bubbleBorderColorStyle, ChartData? bubbleLabels, int? bubbleMaxRadiusSize, int? bubbleMinRadiusSize, double? bubbleOpacity, ChartData? bubbleSizes, TextFormat? bubbleTextStyle, ChartData? domain, ChartData? groupIds, String? legendPosition, ChartData? series})
- BubbleChartSpec.fromJson(Map json_)
Properties
- bubbleBorderColor ↔ Color?
-
The bubble border color.
getter/setter pair
- bubbleBorderColorStyle ↔ ColorStyle?
-
The bubble border color.
getter/setter pair
- bubbleLabels ↔ ChartData?
-
The data containing the bubble labels.
getter/setter pair
- bubbleMaxRadiusSize ↔ int?
-
The max radius size of the bubbles, in pixels.
getter/setter pair
- bubbleMinRadiusSize ↔ int?
-
The minimum radius size of the bubbles, in pixels.
getter/setter pair
- bubbleOpacity ↔ double?
-
The opacity of the bubbles between 0 and 1.0.
getter/setter pair
- bubbleSizes ↔ ChartData?
-
The data containing the bubble sizes.
getter/setter pair
- bubbleTextStyle ↔ TextFormat?
-
The format of the text inside the bubbles.
getter/setter pair
- domain ↔ ChartData?
-
The data containing the bubble x-values.
getter/setter pair
- groupIds ↔ ChartData?
-
The data containing the bubble group IDs.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- legendPosition ↔ String?
-
Where the legend of the chart should be drawn.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- series ↔ ChartData?
-
The data containing the bubble y-values.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited