diff --git a/README.md b/README.md index c64ba07..7161109 100644 --- a/README.md +++ b/README.md @@ -84,32 +84,32 @@ npm start ### StylingOption -| Parameter Name | Type | Description | -| :------------------------- | :------- | :--------------------------------------------------------------------------------------------- | -| headerHeight | number | Specifies the header height. | -| ganttHeight | number | Specifies the gantt chart height without header. Default is 0. It`s mean no height limitation. | -| columnWidth | number | Specifies the time period width. | -| listCellWidth | string | Specifies the task list cell width. Empty string is mean "no display". | -| rowHeight | number | Specifies the task row height. | -| barCornerRadius | number | Specifies the taskbar corner rounding. | -| barFill | number | Specifies the taskbar occupation. Sets in percent from 0 to 100. | -| handleWidth | number | Specifies width the taskbar drag event control for start and end dates. | -| fontFamily | string | Specifies the application font. | -| fontSize | string | Specifies the application font size. | -| barProgressColor | string | Specifies the taskbar progress fill color globally. | -| barProgressSelectedColor | string | Specifies the taskbar progress fill color globally on select. | -| barBackgroundColor | string | Specifies the taskbar background fill color globally. | -| barBackgroundSelectedColor | string | Specifies the taskbar background fill color globally on select. | -| arrowColor | string | Specifies the relationship arrow fill color. | -| arrowIndent | number | Specifies the relationship arrow right indent. Sets in px | -| todayColor | string | Specifies the current period column fill color. | -| TooltipContent | \*\* | Specifies the Tooltip view for selected taskbar. | -| TaskListHeader | \*\*\* | Specifies the task list Header view | -| TaskListTable | \*\*\*\* | Specifies the task list Table view | +| Parameter Name | Type | Description | +| :------------------------- | :----- | :--------------------------------------------------------------------------------------------- | +| headerHeight | number | Specifies the header height. | +| ganttHeight | number | Specifies the gantt chart height without header. Default is 0. It`s mean no height limitation. | +| columnWidth | number | Specifies the time period width. | +| listCellWidth | string | Specifies the task list cell width. Empty string is mean "no display". | +| rowHeight | number | Specifies the task row height. | +| barCornerRadius | number | Specifies the taskbar corner rounding. | +| barFill | number | Specifies the taskbar occupation. Sets in percent from 0 to 100. | +| handleWidth | number | Specifies width the taskbar drag event control for start and end dates. | +| fontFamily | string | Specifies the application font. | +| fontSize | string | Specifies the application font size. | +| barProgressColor | string | Specifies the taskbar progress fill color globally. | +| barProgressSelectedColor | string | Specifies the taskbar progress fill color globally on select. | +| barBackgroundColor | string | Specifies the taskbar background fill color globally. | +| barBackgroundSelectedColor | string | Specifies the taskbar background fill color globally on select. | +| arrowColor | string | Specifies the relationship arrow fill color. | +| arrowIndent | number | Specifies the relationship arrow right indent. Sets in px | +| todayColor | string | Specifies the current period column fill color. | +| TooltipContent | | Specifies the Tooltip view for selected taskbar. | +| TaskListHeader | | Specifies the task list Header view | +| TaskListTable | | Specifies the task list Table view | -[\*\*`React.FC<{ task: Task; fontSize: string; fontFamily: string; }>;`](https://github.com/MaTeMaTuK/gantt-task-react/blob/07dfeddd4d96ecc418619cad9cd9ba3c31bb82a8/src/components/Other/tooltip.tsx#L47) -\*\*\*React.SFC<{ headerHeight: number; rowWidth: string; fontFamily: string; fontSize: string;}>; -\*\*\*\*TaskListTable: React.SFC<{ rowHeight: number; rowWidth: string; fontFamily: string; fontSize: string; locale: string; tasks: Task[]; }>; +- TooltipContent: [\*\*`React.FC<{ task: Task; fontSize: string; fontFamily: string; }>;`](https://github.com/MaTeMaTuK/gantt-task-react/blob/07dfeddd4d96ecc418619cad9cd9ba3c31bb82a8/src/components/Other/tooltip.tsx#L47) +- TaskListHeader: React.SFC<{ headerHeight: number; rowWidth: string; fontFamily: string; fontSize: string;}>; +- TaskListTable: React.SFC<{ rowHeight: number; rowWidth: string; fontFamily: string; fontSize: string; locale: string; tasks: Task[]; }>; ### Task