[유치수] [NOBTS] resize scatter.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@1630 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2013-05-09 01:39:36 +00:00
parent f6ba61c1a9
commit d5cf864cb8
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -91,23 +91,23 @@ path.link {
cursor:pointer;
}
@media(min-width:1100px){
@media(min-width:1000px){
.chart-container {
position:relative;
}
.chart-left {
margin-right:530px;
margin-right:430px;
}
.chart-right {
position:absolute;
top:0;
right:0;
width:510px;
width:410px;
}
}
@media(max-width:1099px){
@media(max-width:999px){
.chart-right {
padding-left:20px;
}
@@ -162,8 +162,8 @@ function makeScatter(title, start, end, targetId, w, h) {
oScatterChart = new BigScatterChart({
sContainerId : targetId,
nWidth : w ? w : 500,
nHeight : h ? h : 400,
nWidth : w ? w : 400,
nHeight : h ? h : 300,
// nXMin: date.getTime() - 86400000, nXMax: date.getTime(),
nXMin: start, nXMax: end,
nYMin: 0, nYMax: yAxisMAX,