Rob-ModernAnalytics
Rob-ModernAnalytics
Ryan, I solved this by binding an event to a "keyListener" when a link is selected and when the delete key is pressed deleting the link and turning off the...
Hi, I ended up solving this issue by adding a new method to the control: clearCanvas: function () { this._clearOperatorsLayer(); this._clearLinksLayer(); this.data.operatorTypes = {}; this.data.links = {}; this.data.operators = {};...
Hi, Thanks for the quick response. My apologies for not clarifying. I am not using the zoom feature. In my css I overrode the overflow setting in your .flowchart-container class:...
I'll keep experimenting. An interesting observation is that when the window is resized by dragging the window edges everything re-paints just fine. I was trying to force that behavior when...
Hi, I finally had time to work on allowing the canvas to scroll properly. I just had to add a few scrolling tweaks to let the flowchart know about x...
Hi, I would be happy to share the code – what is the best way to do this? Thanks, Rob From: suexID Sent: Saturday, September 5, 2020 3:06 AM To:...
Hi - I've modified the flowchart plugin to both scroll and allow drag-select and move multiple operators at once. Here is a screenshot of what it looks like. The top...
> Hi Rob > > Very nice! Are you willing to create a pull request for this patch? Maybe the maintainer can merge your changes in the main repository. Hi,...
> @Rob-ModernAnalytics please share this 😁 Hi - I am putting together a pull request for both the scrolling and the drag select functionality. Rob
Hi, I’d be happy to share the code but haven’t had time to create a pr. Rob On Jul 5, 2020, at 1:56 AM, MadTomT wrote: @Rob-ModernAnalytics any news...