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
I get Chartwerk Core: skip brush end (no extent) index.js:1:71053 warning when I zoomIn
Chartwerk Core: skip brush end (no extent) index.js:1:71053
connected with https://code.corpglory.net/chartwerk/core/issues/27
No due date set.
This issue currently doesn't have any dependencies.
Deleting a branch is permanent. It CANNOT be undone. Continue?
with tihs options
zoomOut works, but not zoomIn
I get
Chartwerk Core: skip brush end (no extent) index.js:1:71053
warning when I zoomInconnected with https://code.corpglory.net/chartwerk/core/issues/27