updated descriptions of parameters in schema

Co-authored-by: Shahir Ahmed <ahmeds@dickinson.edu>
This commit is contained in:
pranavm2109
2025-02-18 16:01:40 -05:00
parent dffa689e2b
commit 3122c3b75c
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
/** /**

View File

@@ -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: