HighChart class

Annotations
  • @JS('Highcharts.chart')

Constructors

HighChart(dynamic container, ChartConfiguration options)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isDirtyBox bool
no getter
isDirtyLegend bool
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
series List<ChartSeries>
no setter

Methods

addSeries(ChartDataSets options, [bool redraw = true, bool animation = true]) ChartSeries
destroy() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
redraw() → void
reflow() → void
setSize(num? width, num? height, AnimationOptions? animation) → void
toString() String
A string representation of this object.
inherited
update(ChartConfiguration options, bool redraw) → void

Operators

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