ChartConfiguration class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

ChartConfiguration()
factory

Properties

area ↔ dynamic
getter/setter pair
axis Axis
getter/setter pair
bar ↔ dynamic
getter/setter pair
bindto ↔ dynamic
The CSS selector or the element which the chart will be set to. D3 selection object can be specified. If other chart is set already, it will be replaced with the new one (only one chart can be set in one element). If this option is not specified, the chart will be generated but not be set. Instead, we can access the element by chart.element and set it by ourselves. Note: When chart is not binded, c3 starts observing if chart.element is binded by MutationObserver. In this case, polyfill is required in IE9 and IE10 becuase they do not support MutationObserver. On the other hand, if chart always will be binded, polyfill will not be required because MutationObserver will never be called.
getter/setter pair
color ↔ dynamic
getter/setter pair
data Data
getter/setter pair
donut ↔ dynamic
getter/setter pair
gauge ↔ dynamic
getter/setter pair
grid Grid
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
interaction ↔ dynamic
getter/setter pair
legend LegendOptions
getter/setter pair
line ↔ dynamic
getter/setter pair
oninit Function
Set a callback to execute when the chart is initialized.
getter/setter pair
onmouseout Function
Set a callback to execute when mouse leaves the chart.
getter/setter pair
onmouseover Function
Set a callback to execute when mouse enters the chart.
getter/setter pair
onrendered Function
Set a callback which is executed when the chart is rendered. Basically, this callback will be called in each time when the chart is redrawed.
getter/setter pair
onresize Function
Set a callback to execute when user resizes the screen.
getter/setter pair
onresized Function
Set a callback to execute when screen resize finished.
getter/setter pair
padding ↔ dynamic
getter/setter pair
pie ↔ dynamic
getter/setter pair
point PointOptions
getter/setter pair
regions List<RegionOptions>
Show rectangles inside the chart. This option accepts array including object that has axis, start, end and class. The keys start, end and class are optional. axis must be x, y or y2. start and end should be the value where regions start and end. If not specified, the edge values will be used. If timeseries x axis, date string, Date object and unixtime integer can be used. If class is set, the region element will have it as class.
getter/setter pair
resize ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size ↔ dynamic
getter/setter pair
spline ↔ dynamic
getter/setter pair
subchart SubchartOptions
getter/setter pair
tooltip TooltipOptions
getter/setter pair
transition ↔ dynamic
getter/setter pair
zoom ZoomOptions
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