TimeScale constructor
TimeScale({
- TimeDisplayFormat displayFormats,
- bool isoWeekday,
- String max,
- String min,
- dynamic parser,
- String round,
- String tooltipFormat,
- String unit,
- num unitStepSize,
- String minUnit,
- String type,
- bool display,
- String position,
- GridLineOptions gridLines,
- ScaleTitleOptions scaleLabel,
- TickOptions ticks,
- List<
ChartXAxe> xAxes, - List<
ChartYAxe> yAxes,
Implementation
external factory TimeScale(
{TimeDisplayFormat displayFormats,
bool isoWeekday,
String max,
String min,
dynamic /*String|Func1<dynamic, dynamic>*/ parser,
String /*'millisecond'|'second'|'minute'|'hour'|'day'|'week'|'month'|'quarter'|'year'*/ round,
String tooltipFormat,
String /*'millisecond'|'second'|'minute'|'hour'|'day'|'week'|'month'|'quarter'|'year'*/ unit,
num unitStepSize,
String /*'millisecond'|'second'|'minute'|'hour'|'day'|'week'|'month'|'quarter'|'year'*/ minUnit,
String /*'category'|'linear'|'logarithmic'|'time'|'radialLinear'|String*/ type,
bool display,
String /*'left'|'right'|'top'|'bottom'|String*/ position,
GridLineOptions gridLines,
ScaleTitleOptions scaleLabel,
TickOptions ticks,
List<ChartXAxe> xAxes,
List<ChartYAxe> yAxes});