Toggle navigation
Toggle navigation
This project
Loading...
Sign in
kkl
/
Probability Death
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
DESKTOP-PC6TBNS\강환석씨
2018-12-14 03:38:06 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
1ee4d28fb97c32172b68f6337e4793169a47987b
1ee4d28f
2 parents
fbd8c5e8
bada154d
Merge branch 'developing' of
http://khuhub.khu.ac.kr/2017104029/2018_2_project
into developing
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
views/index.ejs
views/index.ejs
View file @
1ee4d28
...
...
@@ -109,7 +109,7 @@
},
yAxis
:
{
title
:
{
text
:
"
Value
"
,
text
:
"
사망확률(%)
"
,
style
:
{
color
:
"white"
}
...
...
@@ -251,7 +251,7 @@ plotOptions: {
},
yAxis
:
{
title
:
{
text
:
"
Value
"
,
text
:
"
기온(°C)
"
,
style
:
{
color
:
"white"
}
...
...
@@ -272,7 +272,7 @@ plotOptions: {
},
tooltip
:
{
headerFormat
:
"<b>{series.name}</b><br/>"
,
pointFormat
:
"{point.x:%Y년%m월%d일 %H시%M분}<br/>의 기온 : {point.y:.2f}
도
"
pointFormat
:
"{point.x:%Y년%m월%d일 %H시%M분}<br/>의 기온 : {point.y:.2f}
°C
"
},
legend
:
{
//enabled: false
...
...
@@ -379,7 +379,7 @@ plotOptions: {
},
yAxis
:
{
title
:
{
text
:
"
Value
"
,
text
:
"
풍속(m/s)
"
,
style
:
{
color
:
"white"
}
...
...
@@ -506,7 +506,7 @@ plotOptions: {
},
yAxis
:
{
title
:
{
text
:
"
Value
"
,
text
:
"
강수량(mm)
"
,
style
:
{
color
:
"white"
}
...
...
@@ -602,21 +602,25 @@ plotOptions: {
chart1
.
series
[
0
].
addPoint
({
x
:
date
,
y
:
info
.
death
y
:
info
.
death
,
color
:
"#FFE08C"
});
chart2
.
series
[
0
].
addPoint
({
x
:
date
,
y
:
info
.
temperature
*
1
y
:
info
.
temperature
*
1
,
color
:
"#FFE08C"
});
chart3
.
series
[
0
].
addPoint
({
x
:
date
,
y
:
info
.
wind
*
1
y
:
info
.
wind
*
1
,
color
:
"#FFE08C"
});
chart4
.
series
[
0
].
addPoint
({
x
:
date
,
y
:
info
.
rain
*
1
y
:
info
.
rain
*
1
,
color
:
"#FFE08C"
});
});
...
...
@@ -626,4 +630,4 @@ plotOptions: {
</body>
</html>
-->
\ No newline at end of file
</html>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment