zoomIn basic work #50

Open
opened 2 months ago by glitch4347 · 2 comments
Owner

with tihs options

let options = {
        renderLegend: false, usePanning: false,
        axis: { y: { range: [0, 50] } },
        zoomEvents: { mouse: {
          zoom: { isActive: true, orientation: "horizontal" },
          pan: { isActive: false },
        }},
        eventsCallbacks: {
          zoomOut: function(centers, ranges) {
            console.log('zoomOut', centers, ranges);
          }
        }
      }

zoomOut works, but not zoomIn

with tihs options ``` let options = { renderLegend: false, usePanning: false, axis: { y: { range: [0, 50] } }, zoomEvents: { mouse: { zoom: { isActive: true, orientation: "horizontal" }, pan: { isActive: false }, }}, eventsCallbacks: { zoomOut: function(centers, ranges) { console.log('zoomOut', centers, ranges); } } } ``` zoomOut works, but not zoomIn
Poster
Owner

I get Chartwerk Core: skip brush end (no extent) index.js:1:71053 warning when I zoomIn

I get `Chartwerk Core: skip brush end (no extent) index.js:1:71053` warning when I zoomIn
Poster
Owner
connected with https://code.corpglory.net/chartwerk/core/issues/27
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.