まーめい

```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
```


めめ

```mermaid
%%{init:{'theme':'forest'}}%%
graph TD
A(準準準備)-->B(準準備)-->C(準備);
```
```mermaid
graph TD
  Start(開始) --> ifWater{水たまり}
  ifWater -- ない ---> Go(そのまま進む)
  ifWater -- ある --> ifBoots{長靴}
  ifBoots -- 履いてる --> In(水たまりに入る)
  ifBoots -- 履いてない --> In
```


てすと だよ