strategy name has title

This commit is contained in:
Jérôme Delacotte
2025-05-09 13:58:11 +02:00
parent 79641856aa
commit d17b8a35e5

View File

@@ -360,7 +360,7 @@ function renderChart(data, filename, create_columns) {
var option = {
title: {
text: filename
text: strategy_name
},
grid: {
left: '3%',