mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-27 19:29:38 +02:00
updated descriptions of parameters in schema
Co-authored-by: Shahir Ahmed <ahmeds@dickinson.edu>
This commit is contained in:
@@ -605,7 +605,7 @@ export interface JourneyDiagramConfig extends BaseDiagramConfig {
|
||||
sectionFills?: string[];
|
||||
sectionColours?: string[];
|
||||
/**
|
||||
* Calculated from textColor
|
||||
* Color of the title in Journey Diagrams
|
||||
*/
|
||||
titleColor?: string;
|
||||
/**
|
||||
|
@@ -1577,7 +1577,7 @@ $defs: # JSON Schema definition (maybe we should move these to a separate file)
|
||||
type: string
|
||||
default: ['#fff']
|
||||
titleColor:
|
||||
description: Calculated from textColor
|
||||
description: Color of the title in Journey Diagrams
|
||||
type: string
|
||||
default: '#00ff00'
|
||||
titleFontFamily:
|
||||
|
Reference in New Issue
Block a user