Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
norka
Overview
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
Ann
norka
Commits
f2c4ba97
Commit
f2c4ba97
authored
Jul 23, 2017
by
Ann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bower
parent
6e657121
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
57 additions
and
0 deletions
+57
-0
.env.example
+33
-0
public/bower_components/Flot/examples/ajax/data-eu-gdp-growth-2.json
+4
-0
public/bower_components/Flot/examples/ajax/data-eu-gdp-growth-3.json
+4
-0
public/bower_components/Flot/examples/ajax/data-eu-gdp-growth-4.json
+4
-0
public/bower_components/Flot/examples/ajax/data-eu-gdp-growth-5.json
+4
-0
public/bower_components/Flot/examples/ajax/data-eu-gdp-growth.json
+4
-0
public/bower_components/Flot/examples/ajax/data-japan-gdp-growth.json
+4
-0
No files found.
.env.example
0 → 100644
View file @
f2c4ba97
APP_NAME=Laravel
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
public/bower_components/Flot/examples/ajax/data-eu-gdp-growth-2.json
0 → 100644
View file @
f2c4ba97
{
"label"
:
"Europe (EU27)"
,
"data"
:
[[
1999
,
3.0
],
[
2000
,
3.9
],
[
2001
,
2.0
],
[
2002
,
1.2
]]
}
public/bower_components/Flot/examples/ajax/data-eu-gdp-growth-3.json
0 → 100644
View file @
f2c4ba97
{
"label"
:
"Europe (EU27)"
,
"data"
:
[[
1999
,
3.0
],
[
2000
,
3.9
],
[
2001
,
2.0
],
[
2002
,
1.2
],
[
2003
,
1.3
],
[
2004
,
2.5
]]
}
public/bower_components/Flot/examples/ajax/data-eu-gdp-growth-4.json
0 → 100644
View file @
f2c4ba97
{
"label"
:
"Europe (EU27)"
,
"data"
:
[[
1999
,
3.0
],
[
2000
,
3.9
],
[
2001
,
2.0
],
[
2002
,
1.2
],
[
2003
,
1.3
],
[
2004
,
2.5
],
[
2005
,
2.0
],
[
2006
,
3.1
]]
}
public/bower_components/Flot/examples/ajax/data-eu-gdp-growth-5.json
0 → 100644
View file @
f2c4ba97
{
"label"
:
"Europe (EU27)"
,
"data"
:
[[
1999
,
3.0
],
[
2000
,
3.9
],
[
2001
,
2.0
],
[
2002
,
1.2
],
[
2003
,
1.3
],
[
2004
,
2.5
],
[
2005
,
2.0
],
[
2006
,
3.1
],
[
2007
,
2.9
],
[
2008
,
0.9
]]
}
public/bower_components/Flot/examples/ajax/data-eu-gdp-growth.json
0 → 100644
View file @
f2c4ba97
{
"label"
:
"Europe (EU27)"
,
"data"
:
[[
1999
,
3.0
],
[
2000
,
3.9
],
[
2001
,
2.0
],
[
2002
,
1.2
],
[
2003
,
1.3
],
[
2004
,
2.5
],
[
2005
,
2.0
],
[
2006
,
3.1
],
[
2007
,
2.9
],
[
2008
,
0.9
]]
}
public/bower_components/Flot/examples/ajax/data-japan-gdp-growth.json
0 → 100644
View file @
f2c4ba97
{
"label"
:
"Japan"
,
"data"
:
[[
1999
,
-0.1
],
[
2000
,
2.9
],
[
2001
,
0.2
],
[
2002
,
0.3
],
[
2003
,
1.4
],
[
2004
,
2.7
],
[
2005
,
1.9
],
[
2006
,
2.0
],
[
2007
,
2.3
],
[
2008
,
-0.7
]]
}
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