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
0988b8de
Commit
0988b8de
authored
Feb 17, 2014
by
mikhail samoilov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into bar-negative
parents
eb67c32b
6097e108
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
3 deletions
+28
-3
c3.js
c3.js
+0
-0
c3.min.js
c3.min.js
+0
-0
data_load.html
htdocs/samples/data_load.html
+28
-3
No files found.
c3.js
View file @
0988b8de
This diff is collapsed.
Click to expand it.
c3.min.js
View file @
0988b8de
This diff is collapsed.
Click to expand it.
htdocs/samples/data_load.html
View file @
0988b8de
...
...
@@ -24,7 +24,7 @@
chart
.
load
({
url
:
'/data/c3_test2.csv'
});
},
50
0
);
},
25
0
);
setTimeout
(
function
()
{
chart
.
load
({
...
...
@@ -34,7 +34,7 @@
[
'data3'
,
300
,
200
,
160
,
400
,
250
,
250
]
]
});
},
10
00
);
},
5
00
);
setTimeout
(
function
()
{
chart
.
load
({
...
...
@@ -48,7 +48,7 @@
[
90
,
220
,
320
],
]
});
},
150
0
);
},
75
0
);
setTimeout
(
function
()
{
chart
.
load
({
...
...
@@ -56,8 +56,33 @@
[
'data1'
,
30
,
20
,
50
,
40
,
60
,
50
,
100
,
200
]
]
});
},
1000
);
setTimeout
(
function
()
{
chart
.
unload
(
'data1'
);
},
1250
);
setTimeout
(
function
()
{
chart
.
load
({
columns
:[
[
'data2'
,
null
,
30
,
20
,
50
,
40
,
60
,
50
]
]
});
},
1750
);
setTimeout
(
function
()
{
chart
.
load
({
columns
:[
[
'data2'
,
null
,
30
,
20
,
50
,
40
,
60
,
50
]
]
});
},
2000
);
setTimeout
(
function
()
{
chart
.
unload
(
'data3'
);
},
2250
);
</script>
</body>
</html>
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