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
0f3d7356
Commit
0f3d7356
authored
Apr 29, 2014
by
Masayuki Tanaka
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #189 from nostalgiaz/patch1
Lable -> Label
parents
44bfd0a7
3c9901e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
grid_x_lines.html
htdocs/samples/grid_x_lines.html
+4
-4
grid_y_lines.html
htdocs/samples/grid_y_lines.html
+4
-4
No files found.
htdocs/samples/grid_x_lines.html
View file @
0f3d7356
...
...
@@ -20,21 +20,21 @@
},
grid
:
{
x
:
{
lines
:
[{
value
:
3
,
text
:
'Lab
le 3'
},
{
value
:
4.5
,
text
:
'Lable
4.5'
}]
lines
:
[{
value
:
3
,
text
:
'Lab
el 3'
},
{
value
:
4.5
,
text
:
'Label
4.5'
}]
}
}
});
setTimeout
(
function
()
{
chart
.
xgrids
([{
value
:
1
,
text
:
'Lab
le 1'
},
{
value
:
4
,
text
:
'Lable
4'
}]);
chart
.
xgrids
([{
value
:
1
,
text
:
'Lab
el 1'
},
{
value
:
4
,
text
:
'Label
4'
}]);
},
1000
);
setTimeout
(
function
()
{
chart
.
xgrids
([{
value
:
2
,
text
:
'Lab
le
2'
}]);
chart
.
xgrids
([{
value
:
2
,
text
:
'Lab
el
2'
}]);
},
2000
);
setTimeout
(
function
()
{
chart
.
xgrids
.
add
([{
value
:
3
,
text
:
'Lab
le
3'
,
class
:
'hoge'
}]);
chart
.
xgrids
.
add
([{
value
:
3
,
text
:
'Lab
el
3'
,
class
:
'hoge'
}]);
},
3000
);
setTimeout
(
function
()
{
...
...
htdocs/samples/grid_y_lines.html
View file @
0f3d7356
...
...
@@ -20,21 +20,21 @@
},
grid
:
{
y
:
{
lines
:
[{
value
:
30
,
text
:
'Lab
le 30'
},
{
value
:
250
,
text
:
'Lable
250'
}]
lines
:
[{
value
:
30
,
text
:
'Lab
el 30'
},
{
value
:
250
,
text
:
'Label
250'
}]
}
}
});
setTimeout
(
function
()
{
chart
.
ygrids
([{
value
:
130
,
text
:
'Lab
le 130'
},
{
value
:
50
,
text
:
'Lable
50'
}]);
chart
.
ygrids
([{
value
:
130
,
text
:
'Lab
el 130'
},
{
value
:
50
,
text
:
'Label
50'
}]);
},
1000
);
setTimeout
(
function
()
{
chart
.
ygrids
([{
value
:
130
,
text
:
'Lab
le
130'
,
class
:
'hoge'
}]);
chart
.
ygrids
([{
value
:
130
,
text
:
'Lab
el
130'
,
class
:
'hoge'
}]);
},
2000
);
setTimeout
(
function
()
{
chart
.
ygrids
.
add
([{
value
:
230
,
text
:
'Lab
le
230'
}]);
chart
.
ygrids
.
add
([{
value
:
230
,
text
:
'Lab
el
230'
}]);
},
3000
);
setTimeout
(
function
()
{
...
...
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