emilhe / dash-extensions

The dash-extensions package is a collection of utility functions, syntax extensions, and Dash components that aim to improve the Dash development experience

Home Page:https://www.dash-extensions.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outdated mermaid

bhofmei opened this issue · comments

I love using mermaid to diagram flowcharts in my dash apps. But I need support for markdown within nodes, which was released in v10.1.0. Please update the mermaid version.

Note, I have tried to do this myself but keep getting stuck since mermaid.render returns a promise now. It works perfectly as a react app, but I end up with a chunkLoadError when imbedded in a dash app.

I was able to figure out a solution myself, so I'll close this issue.