Skip to content

Commit 9a24410

Browse files
committed
Add changelog + fix format
1 parent 8697892 commit 9a24410

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
### Fixed
6+
7+
- Legend title bottomPadding extended.
8+
9+
### Added
10+
11+
- New style parameter for the legend scrolling.
12+
513
## [0.12.1] - 2024-08-22
614

715
### Fixed

test/e2e/tests/style_tests/legend/offsetY.mjs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const testSteps = [
88
config: {
99
x: 'Joy factors',
1010
y: ['Country', 'Value 1 (+)'],
11-
color: {set: 'Country', title: 'offset test'}
11+
color: { set: 'Country', title: 'offset test' }
1212
},
1313
style: {
1414
plot: {
@@ -21,7 +21,7 @@ const testSteps = [
2121
(chart) =>
2222
chart.animate({
2323
config: {
24-
color: {title: '1em'}
24+
color: { title: '1em' }
2525
},
2626
style: {
2727
legend: {
@@ -32,7 +32,7 @@ const testSteps = [
3232
(chart) =>
3333
chart.animate({
3434
config: {
35-
color: {title: '2em'}
35+
color: { title: '2em' }
3636
},
3737
style: {
3838
legend: {
@@ -43,7 +43,7 @@ const testSteps = [
4343
(chart) =>
4444
chart.animate({
4545
config: {
46-
color: {title: '-2em'}
46+
color: { title: '-2em' }
4747
},
4848
style: {
4949
legend: {
@@ -54,7 +54,7 @@ const testSteps = [
5454
(chart) =>
5555
chart.animate({
5656
config: {
57-
color: {title: '100%'}
57+
color: { title: '100%' }
5858
},
5959
style: {
6060
legend: {
@@ -65,7 +65,7 @@ const testSteps = [
6565
(chart) =>
6666
chart.animate({
6767
config: {
68-
color: {title: '100%-2em'}
68+
color: { title: '100%-2em' }
6969
},
7070
style: {
7171
legend: {
@@ -76,7 +76,7 @@ const testSteps = [
7676
(chart) =>
7777
chart.animate({
7878
config: {
79-
color: {title: null}
79+
color: { title: null }
8080
},
8181
style: {
8282
legend: {
@@ -87,7 +87,7 @@ const testSteps = [
8787
(chart) =>
8888
chart.animate({
8989
config: {
90-
color: {title: '17px'}
90+
color: { title: '17px' }
9191
},
9292
style: {
9393
legend: {

0 commit comments

Comments
 (0)