Differences

This shows you the differences between two versions of the page.

Link to this comparison view

diagrams [2017-03-11 12:01] – created 213.211.137.163diagrams [2023-07-02 12:00] (current) nik
Line 6: Line 6:
   * etc+   * etc+
  
 +sometimes related to [[graph drawing]]
  
-sometimes realted to [[graph drawing]]+==== mermaid / dokuwiki ==== 
 + 
 +<mermaid> 
 +%%{init: {"quadrantChart": {"chartWidth": 400, "chartHeight": 400}, "themeVariables": {"quadrant1TextFill": "#ff0000"} }}%% 
 +quadrantChart 
 +  x-axis Urgent --> Not Urgent 
 +  y-axis Not Important --> "Important ❤" 
 +  quadrant-1 Plan 
 +  quadrant-2 Do 
 +  quadrant-3 Delegate 
 +  quadrant-4 Delete 
 +</mermaid> 
 + 
 +<mermaid> 
 +gitGraph: 
 +    commit "Ashish" 
 +    branch newbranch 
 +    checkout newbranch 
 +    commit id:"1111" 
 +    commit tag:"test" 
 +    checkout main 
 +    commit type: HIGHLIGHT 
 +    commit 
 +    merge newbranch 
 +    commit 
 +    branch b2 
 +    commit 
 +</mermaid>
  • diagrams.txt
  • Last modified: 2023-07-02 12:00
  • by nik