{typedef} anychart.core.stock.eventMarkers.Group.DataFormat Improve this Doc
Type definition for the data format.
| Name | Type | Description |
|---|---|---|
| baseDate | number | Date | null | undefined | Base date for the key column. |
| data | Array.<(number|Date|{date: (number|Date)})> | Data for event markers. |
| dateTimePattern | string | null | undefined | Key column parsing pattern. |
| locale | string | anychart.format.Locale | null | undefined | Locale to be used. |
| timeOffset | number | null | undefined | Shifts all input dates timeOffset hours forward. Defaults to zero. |
