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 e0b854fa..11bfebff 100644 --- a/wqflask/wqflask/templates/pca_scree_plot.html +++ b/wqflask/wqflask/templates/pca_scree_plot.html @@ -27,7 +27,7 @@ const layout = { font: { "size": 24, "family": "Arial", - "color": "#FF0000" + "color": "#000000" } }, |