mjbvz / vscode-markdown-mermaid

Adds Mermaid diagram and flowchart support to VS Code's builtin markdown preview
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid
MIT License
657 stars 120 forks source link

Pie charts does not show the legend #189

Closed henrik-forsell closed 8 months ago

henrik-forsell commented 1 year ago

When I tried to use a couple of examples for pie charts, the legend did not show up. Have I missed something?

```mermaid
pie showData
    title Key elements in Product X
    "Calcium" : 42.96
    "Potassium" : 50.05
    "Magnesium" : 10.01
    "Iron" :  5
```
mjbvz commented 8 months ago

Looks like this has been fixed in the latest release:

Image