Skip to content

Commit 0d407f8

Browse files
authored
Merge pull request #122 from simzer/main
Fixed circle size on treemap transition
2 parents 1a61dd0 + 1079099 commit 0d407f8

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- Marker guides switch off on polar scatterplots for performance purposes.
88
- Fixed unintentional size change of circle markers during polar-cartesian
9-
coordinate system change.
9+
coordinate system change and animation from/to treemap.
1010
- Fixed line width animation when geometry is changing.
1111

1212
## [0.5.1] - 2022-07-14

src/chart/generator/diagram.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Diagram::Diagram(
8282
{
8383
calcDiscreteAxises(dataTable);
8484
normalizeColors();
85+
if (options->shapeType.get() != ShapeType::Circle) normalizeSizes();
8586
calcAxises(dataTable);
8687
}
8788
else

test/integration/test_cases/test_cases.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,7 +1708,7 @@
17081708
},
17091709
"ww_rules/without-descartes/05_w-d_r-c-r": {
17101710
"refs": [
1711-
"89b87ad"
1711+
"72edfa9"
17121712
]
17131713
},
17141714
"ww_rules/without-descartes/06_w-d_c-c-c": {
@@ -1728,7 +1728,7 @@
17281728
},
17291729
"ww_rules/without-descartes/13_w-d_r-l-r": {
17301730
"refs": [
1731-
"0670ab8"
1731+
"d32d1ac"
17321732
]
17331733
},
17341734
"ww_rules/without-descartes/14_w-d_c-l-c": {
@@ -1748,7 +1748,7 @@
17481748
},
17491749
"ww_rules/without-descartes_orientation/05_w-d_o_r-c-r": {
17501750
"refs": [
1751-
"dca4043"
1751+
"995352d"
17521752
]
17531753
},
17541754
"ww_rules/without-descartes_orientation/06_w-d_o_c-c-c": {
@@ -1768,7 +1768,7 @@
17681768
},
17691769
"ww_rules/without-descartes_orientation/13_w-d_o_r-l-r": {
17701770
"refs": [
1771-
"ee9d319"
1771+
"c04fc5a"
17721772
]
17731773
},
17741774
"ww_rules/without-descartes_orientation/14_w-d_o_c-l-c": {
@@ -1788,7 +1788,7 @@
17881788
},
17891789
"ww_rules/without-polar/05_w-p_r-c-r": {
17901790
"refs": [
1791-
"6e152cf"
1791+
"7286e3a"
17921792
]
17931793
},
17941794
"ww_rules/without-polar/06_w-p_c-c-c": {
@@ -1808,7 +1808,7 @@
18081808
},
18091809
"ww_rules/without-polar/13_w-p_r-l-r": {
18101810
"refs": [
1811-
"0deaf0c"
1811+
"74feb0f"
18121812
]
18131813
},
18141814
"ww_rules/without-polar/14_w-p_c-l-c": {
@@ -1828,7 +1828,7 @@
18281828
},
18291829
"ww_rules/without-polar_orientation/05_w-p_o_r-c-r": {
18301830
"refs": [
1831-
"6892131"
1831+
"7b4999e"
18321832
]
18331833
},
18341834
"ww_rules/without-polar_orientation/06_w-p_o_c-c-c": {
@@ -1848,7 +1848,7 @@
18481848
},
18491849
"ww_rules/without-polar_orientation/13_w-p_o_r-l-r": {
18501850
"refs": [
1851-
"8a4d432"
1851+
"39ea682"
18521852
]
18531853
},
18541854
"ww_rules/without-polar_orientation/14_w-p_o_c-l-c": {
@@ -1858,7 +1858,7 @@
18581858
},
18591859
"ww_rules/without/02_w-w_c-r-c": {
18601860
"refs": [
1861-
"9f0d0fb"
1861+
"b645b6f"
18621862
]
18631863
},
18641864
"web_content/infinite": {

0 commit comments

Comments
 (0)