Update README.md

This commit is contained in:
MaTeMaTuK 2020-07-24 10:34:35 +03:00 committed by GitHub
parent 695cefc1be
commit 7a004ac2b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ You may handle actions
## Gantt Configuration ## Gantt Configuration
- **GanttProps** ### GanttProps
| Parameter Name | Type | Required | Description | | Parameter Name | Type | Required | Description |
| ------------------------------- | :-------- | :------- | :------------------------------------------------------------------------------------ | | ------------------------------- | :-------- | :------- | :------------------------------------------------------------------------------------ |
@ -44,7 +44,7 @@ You may handle actions
| [DisplayOption](#DisplayOption) | interface | No | Specifies the function to be executed when drag bar`s event on timeline has finished. | | [DisplayOption](#DisplayOption) | interface | No | Specifies the function to be executed when drag bar`s event on timeline has finished. |
| StylingOption | interface | No | Specifies the function to be executed when drag bar`s progress event has finished | | StylingOption | interface | No | Specifies the function to be executed when drag bar`s progress event has finished |
- **EventOption** ### EventOption
| Parameter Name | Type | Required | Description | | Parameter Name | Type | Required | Description |
| ---------------- | :-------------------------------- | :------- | :------------------------------------------------------------------------------------ | | ---------------- | :-------------------------------- | :------- | :------------------------------------------------------------------------------------ |
@ -54,7 +54,7 @@ You may handle actions
| onProgressChange | (task: Task) => void/Promise<any> | No | Specifies the function to be executed when drag bar`s progress event has finished | | onProgressChange | (task: Task) => void/Promise<any> | No | Specifies the function to be executed when drag bar`s progress event has finished |
| timeStep | number | No | A time step value for onDateChange. Specify in milliseconds | | timeStep | number | No | A time step value for onDateChange. Specify in milliseconds |
- **DisplayOption** ### DisplayOption
| Parameter Name | Type | Required | Description | | Parameter Name | Type | Required | Description |
| -------------- | :----- | :------- | :--------------------------------------------------------------------------------------------- | | -------------- | :----- | :------- | :--------------------------------------------------------------------------------------------- |