From 337fd3976b6fc6ee2e1de5df6b555e9a7a37bebe Mon Sep 17 00:00:00 2001 From: Anton Vorobev Date: Mon, 25 Nov 2024 13:39:37 +0000 Subject: [PATCH] Pull request #5354: Feature/DXCF-5565 web multiple scales implement external supported api to manipulate multiple scales Merge in DXCHARTS/dxchart5 from feature/DXCF-5565-web-multiple-scales-implement-external-supported-api-to-manipulate-multiple-scales to master * commit '00a3db32c607b22be8570a0ea5822b622d21f7e8': [DXCF-5565] [Web] Multiple scales - implement external (supported) API to manipulate multiple scales from user-land code // pr fix [DXCF-5565] [Web] Multiple scales - implement external (supported) API to manipulate multiple scales from user-land code // pr fix [DXCF-5565] [Web] Multiple scales - implement external (supported) API to manipulate multiple scales from user-land code // init GitOrigin-RevId: ce6607a1d03beea7c99271c1711e6cbdcf07d2dd --- src/chart/chart.config.ts | 10 ++++++++++ src/chart/components/events/events-custom-icons.ts | 5 +++++ src/chart/components/events/events.drawer.ts | 10 ++++++++++ src/chart/components/pane/pane.component.ts | 5 +++++ 4 files changed, 30 insertions(+) diff --git a/src/chart/chart.config.ts b/src/chart/chart.config.ts index 1dad62a..3474e21 100644 --- a/src/chart/chart.config.ts +++ b/src/chart/chart.config.ts @@ -1,3 +1,13 @@ +/* + * 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/. + */ +/* + * 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/. + */ /* * 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. diff --git a/src/chart/components/events/events-custom-icons.ts b/src/chart/components/events/events-custom-icons.ts index 4fc652d..3a7a0a3 100644 --- a/src/chart/components/events/events-custom-icons.ts +++ b/src/chart/components/events/events-custom-icons.ts @@ -1,3 +1,8 @@ +/* + * 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/. + */ /* * 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. diff --git a/src/chart/components/events/events.drawer.ts b/src/chart/components/events/events.drawer.ts index 4cc5966..d6e3ed3 100644 --- a/src/chart/components/events/events.drawer.ts +++ b/src/chart/components/events/events.drawer.ts @@ -1,3 +1,13 @@ +/* + * 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/. + */ +/* + * 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/. + */ /* * 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. diff --git a/src/chart/components/pane/pane.component.ts b/src/chart/components/pane/pane.component.ts index bd783da..408dd10 100644 --- a/src/chart/components/pane/pane.component.ts +++ b/src/chart/components/pane/pane.component.ts @@ -1,3 +1,8 @@ +/* + * 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/. + */ /* * 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.