mtolhuys / laravel-schematics

A Laravel package making a diagram of your models, relations and the ability to build them with it
MIT License
1.49k stars 133 forks source link

[Feature] Drag&drop relation "label" or zoom in/out #20

Open morawcik opened 4 years ago

morawcik commented 4 years ago

Hi

It would be nice to move relation label (see image) or zoom in/out "viewport". If we have a lot of models then it is a bit annoying when they overlap each other or when we have to scroll to find some model.

pobrane (1)

mtolhuys commented 4 years ago

Hi @morawcik !

I'm getting annoyed by it too indeed. Have to see what I can do about it since it's handled by configurations in jsPlumb. I guess I could implement a slider to adjust the location of labels. Or hack a bit with the dom element.