vis-timeline icon indicating copy to clipboard operation
vis-timeline copied to clipboard

'week' scale is missing from TimelineTimeAxisScaleType (vis-timeline/types/index.d.ts)

Open niksonkjohn opened this issue 4 years ago • 2 comments

'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 avatar Jul 05 '21 05:07 niksonkjohn

@niksonkjohn pull-requests are always welcome :wink:

mojoaxel avatar Jul 07 '21 20:07 mojoaxel

Having the same issue here. Any update for this?

gucolin avatar Mar 01 '22 09:03 gucolin

(finally) fixed with #1426

mojoaxel avatar Mar 09 '23 23:03 mojoaxel