Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(scheduler-core): time scale should take fractional startDayHour/endDayHour values #2396

Merged
merged 4 commits into from
Oct 10, 2019

Conversation

churkin
Copy link
Contributor

@churkin churkin commented Oct 4, 2019

No description provided.

@churkin churkin self-assigned this Oct 4, 2019
@churkin churkin changed the title feat(react-scheduler): time scale should take fractional startDayHour/endDayHour values feat(scheduler-core): time scale should take fractional startDayHour/endDayHour values Oct 4, 2019
@MaximKudriavtsev
Copy link
Contributor

Can we update our documentation to inform customers about updates? I mean adding the following sentence Accepts floating-point numbers from 0 to 24. Like we've already done here.

@churkin
Copy link
Contributor Author

churkin commented Oct 10, 2019

@RomanTsukanov ping

@@ -31,8 +31,8 @@ displayName? | string | | The view's name used in UI plugins. The default value
excludedDays? | Array<number> | [] | Specifies the days of week that should not be displayed in the view. Accepts an array of zero-bazed day indexes (0 - Sunday).
intervalCount? | number | 1 | Multiplies the default view interval.
cellDuration? | number | 30 | Specifies the cell's duration in minutes.
startDayHour? | number | 0 | Specifies the start hour of the view time scale.
endDayHour? | number | 24 | Specifies the end hour of the view time scale.
startDayHour? | number | 0 | Specifies the start hour of the view time scale. Accepts floating values from 0 to 24.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
startDayHour? | number | 0 | Specifies the start hour of the view time scale. Accepts floating values from 0 to 24.
startDayHour? | number | 0 | Specifies the start hour of the view time scale. Accepts floating-point numbers from 0 to 24.

startDayHour? | number | 0 | Specifies the start hour of the view time scale.
endDayHour? | number | 24 | Specifies the end hour of the view time scale.
startDayHour? | number | 0 | Specifies the start hour of the view time scale. Accepts floating values from 0 to 24.
endDayHour? | number | 24 | Specifies the end hour of the view time scale. Accepts floating values from 0 to 24.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
endDayHour? | number | 24 | Specifies the end hour of the view time scale. Accepts floating values from 0 to 24.
endDayHour? | number | 24 | Specifies the end hour of the view time scale. Accepts floating-point numbers from 0 to 24.

@churkin
Copy link
Contributor Author

churkin commented Oct 10, 2019

FPR

@churkin churkin merged commit 272b351 into DevExpress:master Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants