@@ -94,28 +94,29 @@ npm start
9494
9595### StylingOption
9696
97- | Parameter Name | Type | Description |
98- | :------------------------- | :----- | :--------------------------------------------------------------------------------------------- |
99- | headerHeight | number | Specifies the header height. |
100- | ganttHeight | number | Specifies the gantt chart height without header. Default is 0. It`s mean no height limitation. |
101- | columnWidth | number | Specifies the time period width. |
102- | listCellWidth | string | Specifies the task list cell width. Empty string is mean "no display". |
103- | rowHeight | number | Specifies the task row height. |
104- | barCornerRadius | number | Specifies the taskbar corner rounding. |
105- | barFill | number | Specifies the taskbar occupation. Sets in percent from 0 to 100. |
106- | handleWidth | number | Specifies width the taskbar drag event control for start and end dates. |
107- | fontFamily | string | Specifies the application font. |
108- | fontSize | string | Specifies the application font size. |
109- | barProgressColor | string | Specifies the taskbar progress fill color globally. |
110- | barProgressSelectedColor | string | Specifies the taskbar progress fill color globally on select. |
111- | barBackgroundColor | string | Specifies the taskbar background fill color globally. |
112- | barBackgroundSelectedColor | string | Specifies the taskbar background fill color globally on select. |
113- | arrowColor | string | Specifies the relationship arrow fill color. |
114- | arrowIndent | number | Specifies the relationship arrow right indent. Sets in px |
115- | todayColor | string | Specifies the current period column fill color. |
116- | TooltipContent | | Specifies the Tooltip view for selected taskbar. |
117- | TaskListHeader | | Specifies the task list Header view |
118- | TaskListTable | | Specifies the task list Table view |
97+ | Parameter Name | Type | Description |
98+ | :----------------------------| :----- | :--------------------------------------------------------------------------------------------- |
99+ | headerHeight | number | Specifies the header height. |
100+ | ganttHeight | number | Specifies the gantt chart height without header. Default is 0. It`s mean no height limitation. |
101+ | columnWidth | number | Specifies the time period width. |
102+ | listCellWidth | string | Specifies the task list cell width. Empty string is mean "no display". |
103+ | rowHeight | number | Specifies the task row height. |
104+ | barCornerRadius | number | Specifies the taskbar corner rounding. |
105+ | barFill | number | Specifies the taskbar occupation. Sets in percent from 0 to 100. |
106+ | handleWidth | number | Specifies width the taskbar drag event control for start and end dates. |
107+ | fontFamily | string | Specifies the application font. |
108+ | fontSize | string | Specifies the application font size. |
109+ | barProgressColor | string | Specifies the taskbar progress fill color globally. |
110+ | barProgressSelectedColor | string | Specifies the taskbar progress fill color globally on select. |
111+ | barBackgroundColor | string | Specifies the taskbar background fill color globally. |
112+ | barBackgroundSelectedColor | string | Specifies the taskbar background fill color globally on select. |
113+ | arrowColor | string | Specifies the relationship arrow fill color. |
114+ | arrowIndent | number | Specifies the relationship arrow right indent. Sets in px |
115+ | todayColor | string | Specifies the current period column fill color. |
116+ | weekendColor | string | Specifies the weekend columns fill color. |
117+ | TooltipContent | | Specifies the Tooltip view for selected taskbar. |
118+ | TaskListHeader | | Specifies the task list Header view |
119+ | TaskListTable | | Specifies the task list Table view |
119120
120121- TooltipContent: [ ` React.FC<{ task: Task; fontSize: string; fontFamily: string; }>; ` ] ( https://github.com/dozalex/gantt-task-react/blob/main/src/components/other/tooltip.tsx#L56 )
121122- TaskListHeader: ` React.FC<{ headerHeight: number; rowWidth: string; fontFamily: string; fontSize: string;}>; `
0 commit comments