From 2381eb9029f27a44e86f2e0d75ef53130a17dbc3 Mon Sep 17 00:00:00 2001 From: Alexey Date: Tue, 20 Jul 2021 16:28:03 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BE=D1=82?= =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B7?= =?UTF-8?q?=D0=BD=D0=B0=D1=87=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/charts/ChartDepthToDayBase.tsx | 2 +- src/components/charts/ChartDepthToIntervalBase.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/charts/ChartDepthToDayBase.tsx b/src/components/charts/ChartDepthToDayBase.tsx index 1808adf..e1e6159 100644 --- a/src/components/charts/ChartDepthToDayBase.tsx +++ b/src/components/charts/ChartDepthToDayBase.tsx @@ -54,7 +54,7 @@ const defaultOptions = { ticks: { z: 1, display : true, - textStrokeColor : "#ffff", + textStrokeColor : "#fff", textStrokeWidth : 2, color:"#000", } diff --git a/src/components/charts/ChartDepthToIntervalBase.tsx b/src/components/charts/ChartDepthToIntervalBase.tsx index d08004d..e043091 100644 --- a/src/components/charts/ChartDepthToIntervalBase.tsx +++ b/src/components/charts/ChartDepthToIntervalBase.tsx @@ -76,7 +76,7 @@ const defaultOptions = { display: true, }, datalabels: { - display: true, + display: false, }, } }