Skip to content

Commit

Permalink
Pull request #5301: [DXCF-5481] Obfuscate URLs in the library code
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dxpm authored and dxcity committed Nov 19, 2024
1 parent b32be25 commit 10070c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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/.
*/
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 10070c8

Please sign in to comment.