eventCallbacks vs mouse #49

Open
opened 2 months ago by glitch4347 · 0 comments
Owner

This is how we do this now:

 let options = {
        renderLegend: false, usePanning: false,
        axis: { y: { range: [0, 50] } },
        zoomEvents: { mouse: { 
          zoom: { isActive: false },
          pan: { isActive: false },
        } },
        eventsCallbacks: { mouseClick: console.log }
      }

let's make

eventsCallbacks: { mouse: { click:... } }
This is how we do this now: ``` let options = { renderLegend: false, usePanning: false, axis: { y: { range: [0, 50] } }, zoomEvents: { mouse: { zoom: { isActive: false }, pan: { isActive: false }, } }, eventsCallbacks: { mouseClick: console.log } } ``` let's make ``` eventsCallbacks: { mouse: { click:... } } ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.