-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Marking multiple flows with rectangle selection #13
Comments
Because I am using plain SVG I have to implement this with plain SVG and JavaScript. Is there maybe some sample code from TIBCO? |
You could look at the Word Cloud Mod that was just released today on the Community Exchange. Here is the GitHub repo: https://github.com/jacobsjan/WordCloud2 |
World Cloud example https://github.com/jacobsjan/WordCloud2/blob/master/src/rect-selection.ts |
Same request for Kanban hski-github/spotfire-kanban#6 Maybe possible to use this JavaScript library to implement the rectangle selection https://github.com/Simonwep/selection/tree/master/packages/vanilla |
Should be possible to mark bars with rectangle select as well as flows. |
Marking currently works great for one single flow. It would be nice to be able to mark multiple onces by drawing a rectangle.
The text was updated successfully, but these errors were encountered: