From 30b265a425287effb8774c8be2f6241837a0d4be Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Sat, 27 Feb 2021 10:28:15 +0100 Subject: [PATCH] Removed configuration not used --- cypress/platform/knsv.html | 38 ++++++++++---------------------------- src/defaultConfig.js | 11 ----------- 2 files changed, 10 insertions(+), 39 deletions(-) diff --git a/cypress/platform/knsv.html b/cypress/platform/knsv.html index ab6103ded..577ea1296 100644 --- a/cypress/platform/knsv.html +++ b/cypress/platform/knsv.html @@ -26,34 +26,16 @@

info below

-%%{init: { "logLevel": 1, "gantt": {"sectionFontSize": 6, "fontSize": 16 }} }%% -gantt - dateFormat :YYYY-MM-DD - title Adding GANTT diagram functionality to mermaid - excludes :excludes the named dates/days from being included in a charted task.. - section A section - Active task :done, des2, 2014-01-09, 3d - Completed task :done, des1, 2014-01-06, 5d - Future task : des3, after des2, 5d - Future task2 : des4, after des3, 5d - - section Critical tasks - Completed task in the critical line :crit, done, 2014-01-06,24h - Implement parser and jison :crit, done, after des1, 2d - Create tests for parser :crit, active, 3d - Future task in critical line :crit, 5d - Create tests for renderer :2d - Add to mermaid :1d - - section Documentation - Describe gantt syntax :active, a1, after des1, 3d - Add gantt diagram to demo page :after a1 , 20h - Add another diagram to demo page :doc1, after a1 , 48h - - section Last section - Describe gantt syntax :after doc1, 3d - Add gantt diagram to demo page :20h - Add another diagram to demo page :48h +%%{init: { "logLevel": 1, "er": {"fontSize":18 }} }%% + erDiagram + CUSTOMER }|..|{ DELIVERY-ADDRESS : has + CUSTOMER ||--o{ ORDER : places + CUSTOMER ||--o{ INVOICE : "liable for" + DELIVERY-ADDRESS ||--o{ ORDER : receives + INVOICE ||--|{ ORDER : covers + ORDER ||--|{ ORDER-ITEM : includes + PRODUCT-CATEGORY ||--|{ PRODUCT : contains + PRODUCT ||--o{ ORDER-ITEM : "ordered in"
flowchart TD diff --git a/src/defaultConfig.js b/src/defaultConfig.js index 773beebb5..6701209a8 100644 --- a/src/defaultConfig.js +++ b/src/defaultConfig.js @@ -577,17 +577,6 @@ const config = { */ sectionFontSize: 11, - /** - *| Parameter | Description |Type | Required | Values| - *| --- | --- | --- | --- | --- | - *| fontFamily | font Family | string | required |"Open-Sans", "sans-serif" | - * - ***Notes:** - * - ***Default value '"Open-Sans", "sans-serif"'**. - */ - fontFamily: '"Open-Sans", "sans-serif"', - /** *| Parameter | Description |Type | Required | Values| *| --- | --- | --- | --- | --- |