oracle / quicksql

A library for generating DDL SQL and entity-relationship-diagrams from Quick SQL code
Universal Permissive License v1.0
52 stars 11 forks source link

When there are more tables on the diagram, the tables overlap each other. #41

Closed alahe closed 6 months ago

alahe commented 9 months ago

I In this example, we are using 15 tables. Also, it's not possible to shrink the diagram to see the whole picture, nor can it be saved as an image.

image
zahariev-oracle commented 7 months ago

You can try to ZoomIn and ZoomOut the diagram holding Shift+Mouse wheel For exporting the diagram try Alt+S

alahe commented 7 months ago

Thanks, Zahariev, for your feedback. The keyboard shortcuts you recommended are working well, and I appreciate your suggestion. However, the issue has come up again. Once more, one table was drawn over the other. image

I attached Quick SQL file competition.txt

zahariev-oracle commented 7 months ago

Hi Allan, I will change the autolayout algorithm in the next version and also will allow manual movements of the tables. Thank you for the Quick SQL file. It will help.