Ricardo Avila 2 Posted October 2, 2019 Posted October 2, 2019 Hi, I am wondering if itispossible to turn off the rectangular selector for JavaScript visualizations, as sometimes it is not that useful.(e.g as shown below) Thanks! Ricardo
Dave Leigh Posted October 26, 2019 Posted October 26, 2019 The marking is not a core function of JSViz. It is something that is implemented as a helper. Certain situations require a different approach, such as Lassoo marking, or to disable it altogether. To disable it, simply edit the JSViz.js file and remove the section that implements the mousedown, mousemove and mouseup handlers. This is all contained in the initMarking() function, so simply remove the call to initMarking() (line 293 in the current version) will do the trick.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now