Skip to content

Commit

Permalink
Pull request #5354: Feature/DXCF-5565 web multiple scales implement e…
Browse files Browse the repository at this point in the history
…xternal 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
  • Loading branch information
Keelaro1 authored and dxcity committed Dec 11, 2024
1 parent 2e0f806 commit 337fd39
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/chart/chart.config.ts
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 5 additions & 0 deletions src/chart/components/events/events-custom-icons.ts
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
10 changes: 10 additions & 0 deletions src/chart/components/events/events.drawer.ts
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 5 additions & 0 deletions src/chart/components/pane/pane.component.ts
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 337fd39

Please sign in to comment.