Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
c3-closed
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Evgeny
c3-closed
Commits
25206cdb
Commit
25206cdb
authored
Aug 07, 2015
by
Masayuki Tanaka
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1214 from DanielBaird/patch-1
Corrected "lable" typo in some text labels
parents
d0126761
bf8853f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
grid-spec.js
spec/grid-spec.js
+6
-6
No files found.
spec/grid-spec.js
View file @
25206cdb
...
...
@@ -91,9 +91,9 @@ describe('c3 chart grid', function () {
grid
:
{
y
:
{
lines
:
[
{
value
:
30
,
text
:
'Lab
le
30'
,
position
:
'start'
},
{
value
:
145
,
text
:
'Lab
le
145'
,
position
:
'middle'
},
{
value
:
225
,
text
:
'Lab
le
225'
}
{
value
:
30
,
text
:
'Lab
el
30'
,
position
:
'start'
},
{
value
:
145
,
text
:
'Lab
el
145'
,
position
:
'middle'
},
{
value
:
225
,
text
:
'Lab
el
225'
}
]
}
}
...
...
@@ -140,9 +140,9 @@ describe('c3 chart grid', function () {
grid
:
{
y
:
{
lines
:
[
{
value
:
30
,
text
:
'Lab
le
30'
,
position
:
'start'
},
{
value
:
145
,
text
:
'Lab
le
145'
,
position
:
'middle'
},
{
value
:
225
,
text
:
'Lab
le
225'
}
{
value
:
30
,
text
:
'Lab
el
30'
,
position
:
'start'
},
{
value
:
145
,
text
:
'Lab
el
145'
,
position
:
'middle'
},
{
value
:
225
,
text
:
'Lab
el
225'
}
]
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment