Merge branch 'develop' into fix_links

This commit is contained in:
Knut Sveidqvist
2020-10-15 19:43:49 +02:00
committed by GitHub
7 changed files with 99 additions and 69 deletions

View File

@@ -30,8 +30,8 @@ Drawing a pie chart is really simple in mermaid.
- Followed by `title` keyword and its value in string to give a title to the pie-chart. This is ***OPTIONAL***
- Followed by dataSet
- `label` for a section in the pie diagram within `" "` quotes.
- Followed by `:` semi-colon as separator
- Followed by `positive numeric value` (supported up to two decimal places)
- Followed by `:` colon as separator
- Followed by `positive numeric value` (supported upto two decimal places)
[pie]
[title] [titlevalue] (OPTIONAL)