Skip to content

Commit

Permalink
Test configuration of pie chart
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Oct 25, 2023
1 parent bdfe18f commit ba7880a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions infra/MarkdownTestReference.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,13 @@ pie showData

Based on counts of all files of the various types in all repositories in the
GiellaLT infra.

```mermaid
%%{init: {"pie": {"textPosition": 0.5}, "themeVariables": {"pieOuterStrokeWidth": "5px"}} }%%
pie showData
title Key elements in Product X
"Calcium" : 42.96
"Potassium" : 50.05
"Magnesium" : 10.01
"Iron" : 5
```

0 comments on commit ba7880a

Please sign in to comment.