From 11c94876a376539030d9645a1779abff62858c65 Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Fri, 18 Mar 2022 16:32:28 +0300 Subject: fixes for ImageButtonOptions --- wqflask/wqflask/templates/pca_scree_plot.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wqflask/wqflask/templates/pca_scree_plot.html b/wqflask/wqflask/templates/pca_scree_plot.html index b0ef78d0..e0b854fa 100644 --- a/wqflask/wqflask/templates/pca_scree_plot.html +++ b/wqflask/wqflask/templates/pca_scree_plot.html @@ -9,7 +9,7 @@
- pca scree plot +
@@ -23,7 +23,7 @@ let { x_coord, y_coord } = js_data["scree_data"] const layout = { title: { - text: "Scree Plot", + text: "Pca Scree Plot", font: { "size": 24, "family": "Arial", @@ -77,8 +77,8 @@ let custom_configs = (filename, download_format, modebar = true) => { displayModeBar: modebar, scrollZoom: false, toImageButtonOptions: { - download_format, filename, + format:download_format, height: 600, width: 700, scale: 1 -- cgit v1.2.3