From d17b8a35e56f79cc6fd826b7c0a8353b1fb8adec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Delacotte?= Date: Fri, 9 May 2025 13:58:11 +0200 Subject: [PATCH] strategy name has title --- src/static/js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/js/functions.js b/src/static/js/functions.js index 08addff..9c2feba 100644 --- a/src/static/js/functions.js +++ b/src/static/js/functions.js @@ -360,7 +360,7 @@ function renderChart(data, filename, create_columns) { var option = { title: { - text: filename + text: strategy_name }, grid: { left: '3%',