Skip to content

Commit

Permalink
Pull request #5469: Bugfix/DXCF-5797 copy 2web multiple scales chart …
Browse files Browse the repository at this point in the history
…crashes after move to pane when sync is selected

Merge in DXCHARTS/dxchart5 from bugfix/DXCF-5797-copy-2web-multiple-scales-chart-crashes-after-move-to-pane-when-sync-is-selected to master

* commit 'dee5e14888079e0cc5f6619caf6bae6213e9c43b':
  [DXCF-5797] [Web] Multiple scales - Chart crashes after move to pane when sync is selected // init
  [DXCF-5797] [Web] Multiple scales - Chart crashes after move to pane when sync is selected // init
  [DXCF-5797] [Web] Multiple scales - Chart crashes after move to pane when sync is selected // init
  [DXCF-5797] [Web] Multiple scales - Chart crashes after move to pane when sync is selected // pr fix
  [DXCF-5797] [Web] Multiple scales - Chart crashes after move to pane when sync is selected // copyright
  [DXCF-5797] [Web] Multiple scales - Chart crashes after move to pane when sync is selected // init
  [DXCF-5797] [Web] Multiple scales - Chart crashes after move to pane when sync is selected // init

GitOrigin-RevId: c4bf0ce5b3d90681274b132f35baf4139bd94b2b
  • Loading branch information
Keelaro1 authored and dxcity committed Feb 5, 2025
1 parent 44a7040 commit a4ca497
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/chart/components/pane/pane-manager.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,13 +330,7 @@ export class PaneManager extends ChartBaseElement {
}

if (extent && !onNewScale) {
pane.moveDataSeriesToExistingExtentComponent(
dataSeries,
initialPane,
initialExtent,
extent,
isForceKeepPane,
);
pane.moveDataSeriesToExistingExtentComponent(dataSeries, initialPane, initialExtent, extent);
} else {
pane.moveDataSeriesToNewExtentComponent(
dataSeries,
Expand Down

0 comments on commit a4ca497

Please sign in to comment.