mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 06:49:47 +02:00
Removed configuration not used
This commit is contained in:
@@ -26,34 +26,16 @@
|
|||||||
<h1>info below</h1>
|
<h1>info below</h1>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<div class="mermaid" style="width: 100%; height: 400px;">
|
<div class="mermaid" style="width: 100%; height: 400px;">
|
||||||
%%{init: { "logLevel": 1, "gantt": {"sectionFontSize": 6, "fontSize": 16 }} }%%
|
%%{init: { "logLevel": 1, "er": {"fontSize":18 }} }%%
|
||||||
gantt
|
erDiagram
|
||||||
dateFormat :YYYY-MM-DD
|
CUSTOMER }|..|{ DELIVERY-ADDRESS : has
|
||||||
title Adding GANTT diagram functionality to mermaid
|
CUSTOMER ||--o{ ORDER : places
|
||||||
excludes :excludes the named dates/days from being included in a charted task..
|
CUSTOMER ||--o{ INVOICE : "liable for"
|
||||||
section A section
|
DELIVERY-ADDRESS ||--o{ ORDER : receives
|
||||||
Active task :done, des2, 2014-01-09, 3d
|
INVOICE ||--|{ ORDER : covers
|
||||||
Completed task :done, des1, 2014-01-06, 5d
|
ORDER ||--|{ ORDER-ITEM : includes
|
||||||
Future task : des3, after des2, 5d
|
PRODUCT-CATEGORY ||--|{ PRODUCT : contains
|
||||||
Future task2 : des4, after des3, 5d
|
PRODUCT ||--o{ ORDER-ITEM : "ordered in"
|
||||||
|
|
||||||
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
|
|
||||||
</div>
|
</div>
|
||||||
<div class="mermaid2" style="width: 50%; height: 400px;">
|
<div class="mermaid2" style="width: 50%; height: 400px;">
|
||||||
flowchart TD
|
flowchart TD
|
||||||
|
@@ -577,17 +577,6 @@ const config = {
|
|||||||
*/
|
*/
|
||||||
sectionFontSize: 11,
|
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|
|
*| Parameter | Description |Type | Required | Values|
|
||||||
*| --- | --- | --- | --- | --- |
|
*| --- | --- | --- | --- | --- |
|
||||||
|
Reference in New Issue
Block a user