@ -26,6 +26,8 @@
},
stacked: false,
matching: false,
maxBarWidth: 20,
minBarWidth: 4,
zoomEvents: {
scroll: { zoom: { isActive: false }, pan: { isActive: false } },
@ -45,7 +47,7 @@
function getData() {
return [
[0, 15], [1, 20], [2, 10],
[100, 15], [200, 20], [300, 10],
];
}
</script>