R0tenur / visualization

MIT License
173 stars 26 forks source link

Maximum text size in diagram exceeded #71

Closed nguyenduclong-ict closed 2 years ago

nguyenduclong-ict commented 2 years ago

I got error message when view Schema Visualization image

R0tenur commented 2 years ago

Thanks you for reporting. This is a limitation in mermaidj. It is possible to increase the limit (done it once in #49 ) But that will cause blocking of the hole data studio (Tried it for 1k tables) also I tried to put the load in a webworker (another thread) but mermaid is accessing the dom-apis so it was not possible. However I am looking for other solutions. The issue is flagged at #68