Chart class
Type definitions for Chart.js 2.6 Project: https://github.com/nnnick/Chart.js Definitions by: Alberto Nuti github.com/anuti Fabien Lavocat github.com/FabienLavocat KentarouTakeda github.com/KentarouTakeda Larry Bahr github.com/larrybahr Daniel Luz github.com/mernen Joseph Page github.com/josefpaij Dan Manastireanu github.com/danmana Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped TypeScript Version: 2.3
- Annotations
-
- @JS()
Constructors
- Chart(dynamic context, ChartConfiguration options)
-
factory
Properties
- canvas ↔ CanvasElement
-
getter/setter pair
- chartArea ↔ ChartArea
-
getter/setter pair
- clear ↔ Func0
-
getter/setter pair
- config ↔ ChartConfiguration
-
getter/setter pair
- ctx ↔ CanvasRenderingContext2D
-
getter/setter pair
- data ↔ LinearChartData
-
getter/setter pair
- destroy ↔ Func0
-
getter/setter pair
- generateLegend ↔ Func0
-
getter/setter pair
-
getDatasetAtEvent
↔ Func1<
dynamic, List> -
getter/setter pair
- getElementAtEvent ↔ Func1
-
getter/setter pair
-
getElementsAtEvent
↔ Func1<
dynamic, List> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- render ↔ Function
-
getter/setter pair
- resize ↔ Func0
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stop ↔ Func0
-
getter/setter pair
-
toBase64
↔ Func0<
String> -
getter/setter pair
- update ↔ Function
-
getter/setter pair
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.
inherited
Static Properties
- defaults ↔ dynamic
-
getter/setter pair
- pluginService ↔ PluginServiceStatic
-
getter/setter pair