Commit 2a4ad296 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Update sample for zoom callback

parent f8a2fef0
......@@ -23,7 +23,15 @@
default: [30, 60]
}
},
zoom: { enabled: true },
zoom: {
enabled: true,
onzoomstart: function (event) {
console.log("onzoomstart", event);
},
onzoomend: function (domain) {
console.log("onzoomend", domain);
},
},
subchart: { show: true }
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment