Browse Source

Merge pull request #1214 from DanielBaird/patch-1

Corrected "lable" typo in some text labels
pull/1220/merge
Masayuki Tanaka 9 years ago
parent
commit
25206cdb64
  1. 12
      spec/grid-spec.js

12
spec/grid-spec.js

@ -91,9 +91,9 @@ describe('c3 chart grid', function () {
grid: { grid: {
y: { y: {
lines: [ lines: [
{value: 30, text: 'Lable 30', position: 'start'}, {value: 30, text: 'Label 30', position: 'start'},
{value: 145, text: 'Lable 145', position: 'middle'}, {value: 145, text: 'Label 145', position: 'middle'},
{value: 225, text: 'Lable 225'} {value: 225, text: 'Label 225'}
] ]
} }
} }
@ -140,9 +140,9 @@ describe('c3 chart grid', function () {
grid: { grid: {
y: { y: {
lines: [ lines: [
{value: 30, text: 'Lable 30', position: 'start'}, {value: 30, text: 'Label 30', position: 'start'},
{value: 145, text: 'Lable 145', position: 'middle'}, {value: 145, text: 'Label 145', position: 'middle'},
{value: 225, text: 'Lable 225'} {value: 225, text: 'Label 225'}
] ]
} }
} }

Loading…
Cancel
Save