Skip to content

Commit 25e29c1

Browse files
committed
Updated unit tests to reflect Highcharts Core v.1.3.0.
1 parent 5ea030b commit 25e29c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+184
-210
lines changed
24 Bytes
Loading
120 Bytes
Loading

tests/input_files/series/area/01.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
symbol: 'circle',
9898
width: 48
9999
},
100-
x: 'some category',
101-
y: 123
100+
y: 123,
101+
name: 'some category'
102102
},
103103
{
104104
dataLabels: {

tests/input_files/series/area/02.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
symbol: 'circle',
9898
width: 48
9999
},
100-
x: 'some category',
101-
y: 123
100+
y: 123,
101+
name: 'some category'
102102
},
103103
{
104104
dataLabels: {

tests/input_files/series/area/03.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
symbol: 'circle',
9898
width: 48
9999
},
100-
x: 'some category',
101-
y: 123
100+
y: 123,
101+
name: 'some category'
102102
},
103103
{
104104
dataLabels: {

tests/input_files/series/area/04.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
symbol: 'circle',
100100
width: 48
101101
},
102-
x: 'some category'
102+
name: 'some category'
103103
},
104104
{
105105
dataLabels: {
@@ -200,8 +200,6 @@
200200
symbol: 'circle',
201201
width: 48
202202
},
203-
x: 'some category',
204-
205203
accessibility: {
206204
description: 'Some description goes here',
207205
enabled: true

tests/input_files/series/area/05.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
symbol: 'circle',
100100
width: 48
101101
},
102-
x: 'some category'
102+
name: 'some category'
103103
},
104104
{
105105
dataLabels: {
@@ -200,7 +200,6 @@
200200
symbol: 'circle',
201201
width: 48
202202
},
203-
x: 'some category',
204203

205204
accessibility: {
206205
description: 'Some description goes here',

tests/input_files/series/area/06.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
symbol: 'circle',
100100
width: 48
101101
},
102-
x: 'some category'
102+
name: 'some category'
103103
},
104104
{
105105
dataLabels: {
@@ -200,7 +200,6 @@
200200
symbol: 'circle',
201201
width: 48
202202
},
203-
x: 'some category',
204203

205204
accessibility: {
206205
description: 'Some description goes here',

tests/input_files/series/bar/01.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108
symbol: 'circle',
109109
width: 48
110110
},
111-
x: 'some category',
112-
y: 123
111+
y: 123,
112+
name: 'some category'
113113
}
114114
],
115115
id: 'some-id-goes-here',

tests/input_files/series/bar/02.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
symbol: 'circle',
9898
width: 48
9999
},
100-
x: 'some category',
101-
y: 123
100+
y: 123,
101+
name: 'some category'
102102
},
103103
{
104104
dataLabels: {
@@ -197,8 +197,8 @@
197197
symbol: 'circle',
198198
width: 48
199199
},
200-
x: 'some category',
201-
y: 123
200+
y: 123,
201+
name: 'some category'
202202
}
203203
],
204204
id: 'some-id-goes-here',

0 commit comments

Comments
 (0)