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; }