mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-06 12:34:20 +01:00
changes default values
Co-authored-by: Pranav Mishra <mishrap@dickinson.edu>
This commit is contained in:
@@ -613,7 +613,7 @@ export interface JourneyDiagramConfig extends BaseDiagramConfig {
|
|||||||
*/
|
*/
|
||||||
titleFontFamily?: string;
|
titleFontFamily?: string;
|
||||||
/**
|
/**
|
||||||
* Font size in pixels to be used for the title text in Journey Diagrams
|
* Font size to be used for the title text in Journey Diagrams
|
||||||
*/
|
*/
|
||||||
titleFontSize?: string;
|
titleFontSize?: string;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1579,15 +1579,15 @@ $defs: # JSON Schema definition (maybe we should move these to a separate file)
|
|||||||
titleColor:
|
titleColor:
|
||||||
description: Color of the title text in Journey Diagrams
|
description: Color of the title text in Journey Diagrams
|
||||||
type: string
|
type: string
|
||||||
default: '#00ff00'
|
default: ''
|
||||||
titleFontFamily:
|
titleFontFamily:
|
||||||
description: Font family to be used for the title text in Journey Diagrams
|
description: Font family to be used for the title text in Journey Diagrams
|
||||||
type: string
|
type: string
|
||||||
default: '"Open Sans", sans-serif'
|
default: '"trebuchet ms", verdana, arial, sans-serif'
|
||||||
titleFontSize:
|
titleFontSize:
|
||||||
description: Font size in pixels to be used for the title text in Journey Diagrams
|
description: Font size to be used for the title text in Journey Diagrams
|
||||||
type: string
|
type: string
|
||||||
default: '32px'
|
default: '4ex'
|
||||||
|
|
||||||
TimelineDiagramConfig:
|
TimelineDiagramConfig:
|
||||||
# added by https://github.com/mermaid-js/mermaid/commit/0d5246fbc730bf15463d7183fe4400a1e2fc492c
|
# added by https://github.com/mermaid-js/mermaid/commit/0d5246fbc730bf15463d7183fe4400a1e2fc492c
|
||||||
|
|||||||
Reference in New Issue
Block a user