Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yufeng04 committed Sep 23, 2019
1 parent 0645f84 commit ce034f9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/legend-borderColor.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,12 +300,12 @@
testHelper.create(echarts, 'plain1', {
title: [
'(Legend symbol of line)',
'the borderColor of first legend symble should be black',
'the borderColor of second legend symble should be blue',
'the borderColor of first legend symbol should be black',
'the borderColor of second legend symbol should be blue',
'the bar borderColor of second series should be red, because the legend borderColor is incompatible with barBorderColor',
'the third legend symble should be unselected',
'the borderColor of other legend symbles should be the same as color of corresponding series',
'the borderColor of all legend symbles should be 3'
'the third legend symbol should be unselected',
'the borderColor of other legend symbols should be the same as color of corresponding series',
'the borderColor of all legend symbols should be 3'
],
option: option1,
height: 300
Expand Down Expand Up @@ -424,9 +424,9 @@
testHelper.create(echarts, 'plain2', {
title: [
'(Legend symbol of line)',
'the first legend symble should be unselected',
'the first legend symbol should be unselected',
'the borderColor of legend symbol should be red',
'the borderWidth of all legend symbles should be 3'
'the borderWidth of all legend symbols should be 3'
],
option: option2,
height: 300
Expand Down Expand Up @@ -541,9 +541,9 @@
testHelper.create(echarts, 'plain3', {
title: [
'(Legend symbol of scatter)',
'the legend symble of 1990 should be unselected',
'the legend symbol of 1990 should be unselected',
'the borderColor of legend symbol should be black',
'the borderWidth of all legend symbles should be 3'
'the borderWidth of all legend symbols should be 3'
],
option: option3,
height: 300
Expand Down

0 comments on commit ce034f9

Please sign in to comment.