Skip to content

Commit

Permalink
removed deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
nu444 committed Jul 9, 2024
1 parent b3c52c7 commit 676e8d0
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 51 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"instance" : {
"barLabelMorph" : "ds 6/19/2020 19:12",
"barLabelMorph:" : "ds 6/19/2020 19:12",
"bottom" : "ds 6/19/2020 19:12",
"bottom:" : "ds 6/19/2020 19:12",
"bottomCaption:" : " Nils Urban 7/8/2024 22:30",
"bottomCaptionHeight" : " Nils Urban 6/21/2024 16:59",
"bottomLabelMorph" : " Nils Urban 6/21/2024 16:36",
Expand All @@ -21,8 +19,6 @@
"infoPopup" : " Nils Urban 7/9/2024 10:23",
"infoPopup:" : " Nils Urban 7/9/2024 10:23",
"initialize" : " Nils Urban 7/8/2024 23:32",
"isHidden" : " Nils Urban 7/8/2024 22:34",
"isHidden:" : "Nils Urban 6/13/2024 01:18",
"isLabelHorizontal" : "ds 6/19/2020 19:13",
"isLabelHorizontal:" : "ds 6/19/2020 19:13",
"isLabelTooLong" : "ds 6/19/2020 19:38",
Expand All @@ -36,5 +32,4 @@
"rotatedLabelOffset" : "ds 6/19/2020 19:39",
"rotatedLabelPosition" : "Nils Urban 6/14/2024 15:48",
"rotationMorph" : "ds 6/19/2020 19:39",
"rotationMorph:" : "ds 6/19/2020 19:39",
"topCaption:" : "Nils Urban 6/23/2024 12:53" } }
"rotationMorph:" : "ds 6/19/2020 19:39" } }
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
"captionColor",
"barLabelMorph",
"bottomLabelMorph",
"bottom",
"isLabelHorizontal",
"rotationMorph",
"infoPopup",
"isHidden" ],
"infoPopup" ],
"name" : "SWBar",
"pools" : [
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ createBarsFrom: aSWData
height: height;
vector: vector;
color: self barColor;
bottom: self barBottom;
captionColor: self barLabelColor;
yourself).
((self data at: index) y = 0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"barWidth:" : "ds 6/19/2020 18:54",
"bars" : "ds 6/19/2020 18:54",
"bars:" : "ds 6/19/2020 18:54",
"createBarsFrom:" : " Nils Urban 7/8/2024 22:36",
"createBarsFrom:" : " Nils Urban 7/9/2024 11:36",
"dataColor" : "PAR 8/6/2021 13:30",
"dynamicBarWidth" : "JB 6/19/2024 22:33",
"initialize" : " Nils Urban 7/8/2024 22:37",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ setUp
self
data: SWDataStub createSeededXYZ;
diagram: (diagram visualizeAll: self data with: SWBubblePlot);
bubblePlot: (self diagram charts) first.
self diagram addSlider.
bubblePlot: (self diagram charts) first.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ testing
testFiltering

| checkCollection |

self diagram addSlider.
self assert: (self diagram sliderMorph isKindOf: SimpleSliderMorph).
self assert: (self diagram sliderValueMorph contents = (Text fromString: '20.0')).
self diagram sliderMorph setScaledValue: 8.5.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"data:" : "ds 6/19/2020 20:33",
"diagram" : "ds 6/19/2020 20:33",
"diagram:" : "ds 6/19/2020 20:33",
"setUp" : "JB 6/19/2024 21:53",
"setUp" : " Nils Urban 7/9/2024 11:47",
"testBubblePlotVisualisation" : "Nils Urban 6/19/2024 17:35",
"testFiltering" : " Nils Urban 7/9/2024 10:09" } }
"testFiltering" : " Nils Urban 7/9/2024 11:48" } }

0 comments on commit 676e8d0

Please sign in to comment.