mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-29 04:09:43 +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[];
|
sectionFills?: string[];
|
||||||
sectionColours?: string[];
|
sectionColours?: string[];
|
||||||
/**
|
/**
|
||||||
* Calculated from textColor
|
* Color of the title in Journey Diagrams
|
||||||
*/
|
*/
|
||||||
titleColor?: string;
|
titleColor?: string;
|
||||||
/**
|
/**
|
||||||
|
@@ -1577,7 +1577,7 @@ $defs: # JSON Schema definition (maybe we should move these to a separate file)
|
|||||||
type: string
|
type: string
|
||||||
default: ['#fff']
|
default: ['#fff']
|
||||||
titleColor:
|
titleColor:
|
||||||
description: Calculated from textColor
|
description: Color of the title in Journey Diagrams
|
||||||
type: string
|
type: string
|
||||||
default: '#00ff00'
|
default: '#00ff00'
|
||||||
titleFontFamily:
|
titleFontFamily:
|
||||||
|
Reference in New Issue
Block a user