From 10070c89b3da95aa70387f4bca1fdb0f7cd072df Mon Sep 17 00:00:00 2001 From: Pavel Malyshev Date: Tue, 24 Sep 2024 07:15:00 +0000 Subject: [PATCH] Pull request #5301: [DXCF-5481] Obfuscate URLs in the library code Merge in DXCHARTS/dxchart5 from feature/DXCF-5481-obfuscate-urls-in-the-library-code to master * commit '16d7709e020a431d0e99a7c4593855aecf7d9584': [DXCF-5481] Obfuscate URLs in the library code GitOrigin-RevId: 31fdbea303360d09174095d1be8d76f6429b1a52 --- .../x_axis/time/parser/time-formats-parser.functions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chart/components/x_axis/time/parser/time-formats-parser.functions.ts b/src/chart/components/x_axis/time/parser/time-formats-parser.functions.ts index 43ea1a63..2eb9b6c2 100644 --- a/src/chart/components/x_axis/time/parser/time-formats-parser.functions.ts +++ b/src/chart/components/x_axis/time/parser/time-formats-parser.functions.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 - 2023 Devexperts Solutions IE Limited + * Copyright (C) 2019 - 2024 Devexperts Solutions IE Limited * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. */ @@ -86,7 +86,7 @@ export const parseTimeFormatsFromKey = (format: TimeFormatWithDuration): ParsedT }; } else { console.warn( - `${format} is not fit, check the documentation to see available formats https://webdev.prosp.devexperts.com:8095/docs/chart/x-axis`, + `${format} is not fit, check the documentation to see available formats in dxchart-lite documentation.`, ); return null; }