diff options
| author | Camil Staps | 2024-11-15 15:29:29 +0100 | 
|---|---|---|
| committer | Camil Staps | 2024-11-15 15:29:29 +0100 | 
| commit | 10f9b5cc043a9ffc8640c0bf556be8e8acba8f82 (patch) | |
| tree | 4fcbc2b31dd509c9f8d974d8e41ef01cb91560da /resources/pug | |
| parent | Publication list: "Refereed articles [and book chapters]" (diff) | |
Add zooming and scrollbar options to publications chart
Diffstat (limited to 'resources/pug')
| -rw-r--r-- | resources/pug/finals/publications.pug | 5 | 
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(), | 
