summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCamil Staps2024-11-15 15:29:29 +0100
committerCamil Staps2024-11-15 15:29:29 +0100
commit10f9b5cc043a9ffc8640c0bf556be8e8acba8f82 (patch)
tree4fcbc2b31dd509c9f8d974d8e41ef01cb91560da
parentPublication list: "Refereed articles [and book chapters]" (diff)
Add zooming and scrollbar options to publications chart
-rw-r--r--resources/pug/finals/publications.pug5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/pug/finals/publications.pug b/resources/pug/finals/publications.pug
index 09ac79b..5369ed5 100644
--- a/resources/pug/finals/publications.pug
+++ b/resources/pug/finals/publications.pug
@@ -110,6 +110,11 @@ block content
spacingLeft: 0,
spacingRight: 0,
style: {fontSize: '1.5rem'},
+ zooming: {type: 'x'},
+ },
+ scrollbar: {
+ enabled: true,
+ showFull: false,
},
xAxis: [{
max: Date.now(),