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
charts
c3-closed
Commits
a4de839c
Commit
a4de839c
authored
Jun 07, 2014
by
Masayuki Tanaka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update sample for y domain update
parent
08fc91a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
domain_y.html
htdocs/samples/domain_y.html
+4
-1
No files found.
htdocs/samples/domain_y.html
View file @
a4de839c
...
...
@@ -19,18 +19,21 @@
[
'data1'
,
-
1030
,
-
1200
,
1000
],
[
'data2'
,
-
1150
,
-
220
,
-
1110
]
],
labels
:
true
,
},
allPositiveData
=
{
columns
:
[
[
'data1'
,
1030
,
1200
,
1100
],
[
'data2'
,
2050
,
2020
,
2010
]
],
labels
:
true
,
},
allNegativeData
=
{
columns
:
[
[
'data1'
,
-
1030
,
-
2200
,
-
2100
],
[
'data2'
,
-
1150
,
-
2010
,
-
1200
]
]
],
labels
:
true
,
}
var
chart1
=
c3
.
generate
({
...
...
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