useMaxWidth for mermaid pie widget, fixes #2984

This commit is contained in:
zadam 2022-07-14 23:00:35 +02:00
parent 0d2a112839
commit 52812c27a1

View file

@ -61,7 +61,7 @@ export default class MermaidWidget extends NoteContextAwareWidget {
gantt: { useMaxWidth: false },
"class": { useMaxWidth: false },
state: { useMaxWidth: false },
pie: { useMaxWidth: false },
pie: { useMaxWidth: true },
journey: { useMaxWidth: false },
git: { useMaxWidth: false },
});