File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+
9
+ ## [ 0.12.2]
10
+ ### Fix
11
+ - update selected_point_index when selecting from parallelplot
12
+
13
+
8
14
## [ 0.12.1]
9
15
### Fix
10
16
- npmignore
Original file line number Diff line number Diff line change @@ -1806,8 +1806,6 @@ export class MultiplePlots {
1806
1806
var clickOnVertex :boolean = false ;
1807
1807
var old_selected_index ;
1808
1808
var double_click = false ;
1809
-
1810
-
1811
1809
// For canvas to read keyboard inputs.
1812
1810
// this.canvas.setAttribute('tabindex', '0');
1813
1811
// this.canvas.focus();
Original file line number Diff line number Diff line change @@ -415,6 +415,7 @@ export class ParallelPlot extends PlotData {
415
415
}
416
416
}
417
417
} )
418
+ this . selected_point_index = selectedIndices ;
418
419
return selectedIndices
419
420
}
420
421
}
You can’t perform that action at this time.
0 commit comments