From 1921c36fe779b137a639c51f75127e28524aa7dd Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 15 Aug 2020 11:31:24 +0300 Subject: [PATCH] readme update --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7a3c5a3..18d8787 100644 --- a/README.md +++ b/README.md @@ -107,20 +107,20 @@ npm start ### Task -| Parameter Name | Type | Description | -| :------------- | :----- | :------------------------------------------------------------------------------------------------ | -| id\* | string | Task id. | -| name\* | string | Task display name. | -| start\* | Date | Task start date. | -| end\* | Date | Task end date. | -| progress\* | number | Task progress. Sets in percent from 0 to 100. | -| styles | object | Specifies the taskbar styling settings locally. Object is passed with the following attributes: | -| | | - backgroundColor: String. Specifies the taskbar background fill color locally. | -| | | - backgroundSelectedColor: String. Specifies the taskbar background fill color locally on select. | -| | | - progressColor: String. Specifies the taskbar progress fill color locally. | -| | | - progressSelectedColor: String. Specifies the taskbar progress fill color globally on select. | -| isDisabled | bool | Disables all action for current task. | -| fontSize | string | Specifies the taskbar font size locally. | +| Parameter Name | Type | Description | +| :------------- | :----- | :---------------------------------------------------------------------------------------------------- | +| id\* | string | Task id. | +| name\* | string | Task display name. | +| start\* | Date | Task start date. | +| end\* | Date | Task end date. | +| progress\* | number | Task progress. Sets in percent from 0 to 100. | +| styles | object | Specifies the taskbar styling settings locally. Object is passed with the following attributes: | +| | | - **backgroundColor**: String. Specifies the taskbar background fill color locally. | +| | | - **backgroundSelectedColor**: String. Specifies the taskbar background fill color locally on select. | +| | | - **progressColor**: String. Specifies the taskbar progress fill color locally. | +| | | - **progressSelectedColor**: String. Specifies the taskbar progress fill color globally on select. | +| isDisabled | bool | Disables all action for current task. | +| fontSize | string | Specifies the taskbar font size locally. | \*Required