ChartOptions class abstract
- Annotations
-
- @anonymous
- @JS()
Constructors
-
ChartOptions({bool responsive, num responsiveAnimationDuration, bool maintainAspectRatio, List<
String> events, Func1Opt1 onClick, ChartTitleOptions title, ChartLegendOptions legend, ChartTooltipOptions tooltips, ChartHoverOptions hover, ChartAnimationOptions animation, ChartElementsOptions elements, ChartScales<TickOptions> scales, num cutoutPercentage}) -
factory
Properties
- animation ↔ ChartAnimationOptions
-
getter/setter pair
- circumference ↔ num
-
getter/setter pair
- cutoutPercentage ↔ num
-
getter/setter pair
- elements ↔ ChartElementsOptions
-
getter/setter pair
-
events
↔ List<
String> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hover ↔ ChartHoverOptions
-
getter/setter pair
- layout ↔ ChartLayoutOptions
-
getter/setter pair
- legend ↔ ChartLegendOptions
-
getter/setter pair
- maintainAspectRatio ↔ bool
-
getter/setter pair
- responsive ↔ bool
-
getter/setter pair
- responsiveAnimationDuration ↔ num
-
getter/setter pair
- rotation ↔ num
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scales
↔ ChartScales<
TickOptions> -
getter/setter pair
- showLines ↔ bool
-
getter/setter pair
- spanGaps ↔ bool
-
getter/setter pair
- title ↔ ChartTitleOptions
-
getter/setter pair
- tooltips ↔ ChartTooltipOptions
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onClick(
[MouseEvent event, List activeElements]) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited