diff options
-rw-r--r-- | wqflask/wqflask/templates/pca_scree_plot.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/pca_scree_plot.html b/wqflask/wqflask/templates/pca_scree_plot.html index 11bfebff..a9a6e761 100644 --- a/wqflask/wqflask/templates/pca_scree_plot.html +++ b/wqflask/wqflask/templates/pca_scree_plot.html @@ -23,7 +23,7 @@ let { x_coord, y_coord } = js_data["scree_data"] const layout = { title: { - text: "<b>Pca Scree Plot</b>", + text: "<b>PCA Scree Plot</b>", font: { "size": 24, "family": "Arial", |