billboard library Null safety
Classes
- AreaLinearGradientOptions
- AxesConfiguration
- Axis
- Copyright (c) 2017 ~ present NAVER Corp. billboard.js project is licensed under the MIT license
- AxisConfigurationBase
- Billboard
- Copyright (c) 2017 ~ present NAVER Corp. billboard.js project is licensed under the MIT license
- Chart
- Copyright (c) 2017 ~ present NAVER Corp. billboard.js project is licensed under the MIT license
- ChartOptions
- Copyright (c) 2017 ~ present NAVER Corp. billboard.js project is licensed under the MIT license
- Data
- DataItem
- DataRow
- Grid
- GridOperations
- IData
- IDataRow
- Copyright (c) 2017 ~ present NAVER Corp. billboard.js project is licensed under the MIT license
- LegendOptions
- LineOptions
- Plugin
- Copyright (c) 2017 ~ present NAVER Corp. billboard.js project is licensed under the MIT license
- PointOptions
- RegionOptions
- RegionsType
- SubchartOptions
- TargetIds
- Copyright (c) 2017 ~ present NAVER Corp. billboard.js project is licensed under the MIT license
- TooltipOptions
- XAxisConfiguration
- XTickConfiguration
- YAxisConfiguration
- YAxisConfigurationBase
- YTickConfiguration
- ZoomOptions
Properties
Functions
-
area(
) → String -
shape modules
@JS()
-
areaLineRange(
) → String -
@JS()
-
areaSpline(
) → String -
@JS()
-
areaSplineRange(
) → String -
@JS()
-
areaStep(
) → String -
@JS()
-
bar(
) → String -
@JS()
-
bubble(
) → String -
@JS()
-
donut(
) → String -
@JS()
-
gauge(
) → String -
@JS()
-
line(
) → String -
@JS()
-
pie(
) → String -
@JS()
-
radar(
) → String -
@JS()
-
scatter(
) → String -
@JS()
-
selection(
) → bool -
interaction modules
@JS()
-
spline(
) → String -
@JS()
-
step(
) → String -
@JS()
-
subchart(
) → bool -
@JS()
-
zoom(
) → bool -
@JS()
Typedefs
- FormatFunction = void Function(dynamic v, String id, num i, num j)
- MouseEventCallback = void Function(DataItem d, [SvgElement element])