Browse Source

revert

pull/7/head
rozetko 2 months ago
parent
commit
1b4a894460
  1. 4
      examples/demo.html

4
examples/demo.html

@ -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>

Loading…
Cancel
Save