vis-timeline
vis-timeline copied to clipboard
'week' scale is missing from TimelineTimeAxisScaleType (vis-timeline/types/index.d.ts)
'week' scale is missing from TimelineTimeAxisScaleType. File: vis-timeline/types/index.d.ts
export type TimelineTimeAxisScaleType = 'millisecond' | 'second' | 'minute' | 'hour' |
'weekday' | 'day' | 'month' | 'year';
We are using week scale in our timeline. can you please add 'week' scale to the scale type
@niksonkjohn pull-requests are always welcome :wink:
Having the same issue here. Any update for this?
(finally) fixed with #1426