MrNothing / AI-Blocks

A powerful and intuitive WYSIWYG interface that allows anyone to create Machine Learning models!
https://mrnothing.github.io/AI-Blocks/index.html
Other
1.87k stars 224 forks source link

Make scene zoomable/draggable and setup a mask. #3

Closed MrNothing closed 6 years ago

MrNothing commented 6 years ago

JqueryUI's draggable/resizable does not handle zooming well, and chartjs does not mix with masks. Might have to redo a chart viewer from scratch.

See issue #1

MrNothing commented 6 years ago

Using overflow to make the mask is the best way, zoom will be dropped for now.