From 361f2b888161fa28271fb3cd0e0c996b55d6e252 Mon Sep 17 00:00:00 2001 From: Mikhail Chechnev Date: Fri, 20 Oct 2023 15:12:05 +0300 Subject: [PATCH] =?UTF-8?q?WEB=20APP:=20"P8PChart"=20-=20=D1=83=D0=B4?= =?UTF-8?q?=D0=B0=D0=BB=D1=91=D0=BD=20=D0=BD=D0=B5=D0=BD=D1=83=D0=B6=D0=BD?= =?UTF-8?q?=D1=8B=D0=B9=20=D0=B8=D0=B4=D0=B5=D0=BD=D1=82=D0=B8=D1=84=D0=B8?= =?UTF-8?q?=D0=BA=D0=B0=D1=82=D0=BE=D1=80=20=D1=85=D0=BE=D0=BB=D1=81=D1=82?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/p8p_chart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/p8p_chart.js b/app/components/p8p_chart.js index beda7be..3e9a59e 100644 --- a/app/components/p8p_chart.js +++ b/app/components/p8p_chart.js @@ -96,7 +96,7 @@ const P8PChart = ({ type, title, legendPosition, options, labels, datasets, onCl //Генерация содержимого return (
- +
); };