Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
TB_Center
Project
Overview
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
Andry F. Hutapea
TB_Center
Commits
6e612877
Commit
6e612877
authored
May 25, 2017
by
Andry F. Hutapea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perubahan
parent
6959ee41
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
117 additions
and
0 deletions
+117
-0
flot-data.js
data/flot-data.js
+0
-0
morris-data.js
data/morris-data.js
+117
-0
No files found.
data/flot-data.js
0 → 100644
View file @
6e612877
This diff is collapsed.
Click to expand it.
data/morris-data.js
0 → 100644
View file @
6e612877
$
(
function
()
{
Morris
.
Area
({
element
:
'morris-area-chart'
,
data
:
[{
period
:
'2010 Q1'
,
iphone
:
2666
,
ipad
:
null
,
itouch
:
2647
},
{
period
:
'2010 Q2'
,
iphone
:
2778
,
ipad
:
2294
,
itouch
:
2441
},
{
period
:
'2010 Q3'
,
iphone
:
4912
,
ipad
:
1969
,
itouch
:
2501
},
{
period
:
'2010 Q4'
,
iphone
:
3767
,
ipad
:
3597
,
itouch
:
5689
},
{
period
:
'2011 Q1'
,
iphone
:
6810
,
ipad
:
1914
,
itouch
:
2293
},
{
period
:
'2011 Q2'
,
iphone
:
5670
,
ipad
:
4293
,
itouch
:
1881
},
{
period
:
'2011 Q3'
,
iphone
:
4820
,
ipad
:
3795
,
itouch
:
1588
},
{
period
:
'2011 Q4'
,
iphone
:
15073
,
ipad
:
5967
,
itouch
:
5175
},
{
period
:
'2012 Q1'
,
iphone
:
10687
,
ipad
:
4460
,
itouch
:
2028
},
{
period
:
'2012 Q2'
,
iphone
:
8432
,
ipad
:
5713
,
itouch
:
1791
}],
xkey
:
'period'
,
ykeys
:
[
'iphone'
,
'ipad'
,
'itouch'
],
labels
:
[
'iPhone'
,
'iPad'
,
'iPod Touch'
],
pointSize
:
2
,
hideHover
:
'auto'
,
resize
:
true
});
Morris
.
Donut
({
element
:
'morris-donut-chart'
,
data
:
[{
label
:
"Download Sales"
,
value
:
12
},
{
label
:
"In-Store Sales"
,
value
:
30
},
{
label
:
"Mail-Order Sales"
,
value
:
20
}],
resize
:
true
});
Morris
.
Bar
({
element
:
'morris-bar-chart'
,
data
:
[{
y
:
'2006'
,
a
:
100
,
b
:
90
},
{
y
:
'2007'
,
a
:
75
,
b
:
65
},
{
y
:
'2008'
,
a
:
50
,
b
:
40
},
{
y
:
'2009'
,
a
:
75
,
b
:
65
},
{
y
:
'2010'
,
a
:
50
,
b
:
40
},
{
y
:
'2011'
,
a
:
75
,
b
:
65
},
{
y
:
'2012'
,
a
:
100
,
b
:
90
}],
xkey
:
'y'
,
ykeys
:
[
'a'
,
'b'
],
labels
:
[
'Series A'
,
'Series B'
],
hideHover
:
'auto'
,
resize
:
true
});
});
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