Merge pull request #1954 from nacc/gantt-top-xaxis

Gantt: add top xaxis
This commit is contained in:
Knut Sveidqvist
2021-04-25 10:16:46 +02:00
committed by GitHub
5 changed files with 48 additions and 2 deletions

View File

@@ -611,6 +611,18 @@ const config = {
*/
useMaxWidth: true,
/**
*| Parameter | Description |Type | Required | Values|
*| --- | --- | --- | --- | --- |
*| topAxis | See notes | Boolean | 4 | True, False |
*
***Notes:**when this flag is set date labels will be added to the
top of the chart
*
***Default value false**.
*/
topAxis: false,
useWidth: undefined
},