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

Loading…
Cancel
Save