mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-21 18:56:11 +10:00
[유치수] [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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user