From 20aa31d2269ed44cfc687c7c28b5f4f94618e15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Delacotte?= Date: Tue, 13 May 2025 14:03:09 +0200 Subject: [PATCH] test deriv comme pct --- 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 5e99a12..9f444c8 100644 --- a/src/static/js/functions.js +++ b/src/static/js/functions.js @@ -387,7 +387,7 @@ function renderChart(data, filename, create_columns) { data: data.map(d => d[value]) }) } - else if (value.toLowerCase().indexOf('pct') >= 0 | value.indexOf('percent') >= 0) { + else if (value.toLowerCase().indexOf('pct') >= 0 | value.indexOf('percent') >= 0 | value.indexOf('deriv') >= 0) { series.push({ name: value, type: 'line',