PluginServiceRegistrationOptions class abstract
- Annotations
-
- @anonymous
- @JS()
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
afterDatasetsDraw(
Chart chartInstance, String easing) → void -
afterDatasetsUpdate(
Chart chartInstance) → void -
afterDraw(
Chart chartInstance, String easing) → void -
afterEvent(
Chart chartInstance, Event event) → void -
afterInit(
Chart chartInstance) → void -
afterScaleUpdate(
Chart chartInstance) → void -
afterUpdate(
Chart chartInstance) → void -
beforeDatasetsDraw(
Chart chartInstance, String easing) → void - Before the datasets are drawn but after scales are drawn
-
beforeDatasetsUpdate(
Chart chartInstance) → void -
beforeDraw(
Chart chartInstance, String easing) → void - Easing is for animation
-
beforeEvent(
Chart chartInstance, Event event) → void - Called when an event occurs on the chart
-
beforeInit(
Chart chartInstance) → void -
beforeRender(
Chart chartInstance) → void - This is called at the start of a render. It is only called once, even if the animation will run for a number of frames. Use beforeDraw or afterDraw to do something on each animation frame
-
beforeUpdate(
Chart chartInstance) → void -
destroy(
Chart chartInstance) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resize(
Chart chartInstance, Size newChartSize) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited