Merge pull request #1705 from hwine/typo-pie.md

Fix typo in pie.md
This commit is contained in:
Knut Sveidqvist 2020-10-15 19:37:58 +02:00 committed by GitHub
commit 350732d8dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ 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 `:` colon as separator
- Followed by `positive numeric value` (supported upto two decimal places)
[pie]