mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-09 18:39:41 +02:00
gantt: add a toplevel topAxis configuration option
This commit is contained in:
@@ -613,6 +613,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
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user