There are no drag-and-drop events in javascript, so you'd have to code your own through some combination of 'mousedown', 'mouseup', 'mouseenter' and 'mouseleave' event handlers. Google for javascript mouse events to get more info. I wish you luck with this one, because it is going to be tricky to implement.
-- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/4glcFGK8IJQJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
