axisFormat property

String axisFormat

axisFormat - datetime format of the axis, this might need adjustment to match your locale and preferences default: '%Y-%m-%d'

Implementation

external String get axisFormat;
void axisFormat=(String v)

Implementation

external set axisFormat(String v);