Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,11 @@
"entry_sheet": "https://8a14b1ce074335d7a7d9099b4a0807cc40fc9434:x-oauth-basic@oss.navercorp.com/ria/entry_sheet.git",
"jest": "^26.0.1",
"moment": "^2.24.0",
"plotly.js": "^2.16.5",
"react-cookies": "^0.1.0",
"react-device-detect": "^1.15.0",
"react-outside-click-handler": "^1.2.2",
"react-plotly.js": "^2.6.0",
"react-slick": "^0.23.2",
"redux-form": "^7.4.2",
"reselect": "^4.0.0",
Expand Down
12 changes: 6 additions & 6 deletions src/assets/entry/scss/common/_tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -795,8 +795,8 @@
// 그래프
.tooltip_graph_box {
@include PositionLT(absolute, 0, 54px);
width: 393px;
padding: 16px 0 14px 4px;
width: 424px;
padding: 16px 0 14px 0;
box-sizing: border-box;
background-color: #fff;
border-radius: 6px;
Expand All @@ -806,12 +806,15 @@
color: #2c313d;
line-height: 15px;
.graph_list {
padding-left: 1px;
padding-right: 1px;
overflow: hidden;
}
.graph_list li {
float: left;
width: 64px;
margin-left: 0;
margin-left: 3px;
margin-right: 3px;
a {
display: block;
font-size: 12px;
Expand All @@ -835,9 +838,6 @@
background-size: 40px auto;
content: '';
}
&:first-child {
margin-left: 0;
}
&.bar a:before {
background-image: url('#{$imageDir}/icon_chart_sel01_on.svg');
}
Expand Down
171 changes: 16 additions & 155 deletions src/assets/entry/scss/components/_TableChart.scss
Original file line number Diff line number Diff line change
Expand Up @@ -244,155 +244,19 @@ $axis-size: 22px;
.chart_area {
svg {
margin: auto;

:global(.infolayer) {
text {
font-weight: 600 !important;
}
}
}
}
}
.graph_box.pie {
padding-top: 30px;
padding-right: 230px;
}
// .graph_box.scatter_matrix {
// .scatter_matrix {
// min-height: 370px;
// padding-bottom: 30px + ($axis-size * 2);
// padding-left: 30px + ($axis-size * 2);
// box-sizing: border-box;
// .graph {
// float: left;
// position: relative;
// }
// &:after {
// display: block;
// clear: both;
// content: '';
// }
// .graph_title {
// position: absolute;
// top: 50%;
// left: 50%;
// transform: translate(-50%, -50%);
// }
// .graph_title,
// .axis_x,
// .axis_list_x,
// .axis_y,
// .axis_list_y {
// color: #555;
// letter-spacing: -0.5px;
// }
// .axis_x,
// .axis_list_x,
// .axis_y,
// .axis_list_y {
// position: absolute;
// }
// .axis_x,
// .axis_y {
// overflow: hidden;
// height: $axis-size;
// font-size: 12px;
// white-space: nowrap;
// text-overflow: ellipsis;
// }
// .axis_x,
// .axis_list_x {
// left: 50%;
// transform: translateX(-50%);
// }
// .axis_x {
// bottom: -(($axis-size * 2) + 10px);
// max-width: 100%;
// }
// .axis_y {
// display: block;
// bottom: 0;
// left: -(($axis-size * 2) + 10px);
// max-width: 40%;
// transform-origin: 0 0;
// transform: rotate(-90deg);
// }
// .axis_list_x,
// .axis_list_y {
// display: flex;
// justify-content: space-between;
// align-items: self-end;
// font-size: 10px;
// }
// .axis_list_x {
// bottom: -$axis-size;
// width: 95%;
// height: $axis-size;
// margin-left: 12px;
// }
// .axis_list_y {
// flex-direction: column;
// -webkit-box-direction: normal;
// -webkit-box-orient: vertical;
// top: 0;
// left: -($axis-size + 10px);
// width: $axis-size;
// height: 100%;
// }
// &.type_2 {
// .graph {
// min-width: 134px;
// width: 50%;
// min-height: 134px;
// height: 50%;
// }
// .graph_title {
// font-size: 18px;
// }
// .axis_x,
// .axis_y {
// font-size: 12px;
// }
// }
// &.type_3 {
// .graph {
// min-width: 120px;
// width: 33.3333%;
// min-height: 120px;
// height: 33.3333%;
// }
// .graph_title {
// font-size: 18px;
// }
// }
// &.type_4 {
// .graph {
// min-width: 105px;
// width: 25%;
// min-height: 105px;
// height: 25%;
// }
// .graph_title {
// font-size: 16px;
// }
// }
// &.type_5 {
// .graph {
// min-width: 82px;
// width: 20%;
// min-height: 82px;
// height: 20%;
// }
// .graph_title {
// font-size: 14px;
// }
// }
// &.type_6 {
// .graph {
// min-width: 70px;
// width: 16.6666%;
// min-height: 70px;
// height: 16.6666%;
// }
// .graph_title {
// font-size: 12px;
// }
// }
// }
}
.form_box {
padding: 18px 16px;
Expand All @@ -413,7 +277,7 @@ $axis-size: 22px;
color: #2c313d;
letter-spacing: -0.33px;
vertical-align: top;
line-height: 40px;
line-height: 43px;
}
.input_box {
overflow: hidden;
Expand Down Expand Up @@ -487,10 +351,7 @@ $axis-size: 22px;
}
.select_group {
float: left;
margin-left: 22px;
}
.select_group:first-of-type {
margin-left: 0;
margin-right: 30px;
}
.select_group:first-of-type .tit_label {
width: 70px;
Expand All @@ -504,7 +365,7 @@ $axis-size: 22px;
.select_group .pop_selectbox {
display: inline-block;
vertical-align: top;
margin-left: 12px;
margin-left: 19px;
}
.select_group .pop_selectbox .select_link {
width: auto;
Expand Down Expand Up @@ -549,7 +410,7 @@ $axis-size: 22px;
width: 106px;
height: 32px;
padding: 0 30px;
margin: 4px 0 0 12px;
margin: 4px 0 0 19px;
border: 1px solid #e2e2e2;
border-radius: 4px;
background-color: #fff;
Expand Down Expand Up @@ -603,7 +464,7 @@ $axis-size: 22px;
overflow: hidden;
width: 70px;
height: 32px;
margin: 4px 0 0 12px;
margin: 4px 0 0 19px;
border: 1px solid #e2e2e2;
border-radius: 4px;
background-color: #fff;
Expand Down Expand Up @@ -638,7 +499,7 @@ $axis-size: 22px;
overflow: hidden;
width: 70px;
height: 32px;
margin: 4px 0 0 12px;
margin: 4px 0 0 19px;
border: 1px solid #e2e2e2;
border-radius: 4px;
background-color: #fff;
Expand All @@ -665,7 +526,7 @@ $axis-size: 22px;
}
.select_group .cnt_sort {
display: inline-block;
margin: 4px 0 0 12px;
margin: 4px 0 0 19px;
vertical-align: top;
}
.select_group .cnt_sort a {
Expand Down Expand Up @@ -1093,7 +954,7 @@ $axis-size: 22px;
flex: 1;
position: relative;
overflow: hidden;
margin-left: -27px;
margin-left: -23px;
.inner {
position: relative;
-webkit-box-flex: 1;
Expand Down Expand Up @@ -1270,13 +1131,13 @@ $axis-size: 22px;
}
}
.input_box .input_inner + .input_inner {
margin-left: 12px;
margin-left: 19px;
}
.input_box .chart_del {
float: left;
width: 100px;
height: 38px;
margin-left: 12px;
margin-left: 19px;
background-color: #fff;
border: 1px solid #e2e2e2;
border-radius: 4px;
Expand Down
7 changes: 4 additions & 3 deletions src/assets/entry/scss/components/_TableSummary.scss
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
}
.table_sjt > strong {
float: left;
font-size: 16px;
font-size: 14px;
font-weight: 600;
color: #2c313d;
letter-spacing: -0.57px;
Expand All @@ -289,8 +289,9 @@
letter-spacing: -0.5px;
}
.table_sjt .title_dsc {
font-size: 16px;
font-size: 14px;
color: #2c313d;
line-height: 22px;
}
.table_sjt .tooltip_box {
width: 464px;
Expand Down Expand Up @@ -438,7 +439,7 @@
border-top: 0;
}
.chart_list {
margin-left: -8px
margin-left: -8px;
}
.chart_list:after {
display: block;
Expand Down
3 changes: 3 additions & 0 deletions src/assets/entry/scss/popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2355,6 +2355,9 @@

.chart_area {
margin-top: 21px;
.sheet_box > div {
padding-bottom: 0px;
}
}
.pop_selectbox {
position: relative;
Expand Down
6 changes: 3 additions & 3 deletions src/assets/entry/scss/widget/insight.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.bb path,
.bb line {
fill: none;
stroke: #c4c4c4;
stroke: #2c313d;
}

.bb text,
Expand All @@ -32,7 +32,7 @@
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
fill: #555;
fill: #2c313d;
font-size: 11px;
}

Expand All @@ -51,7 +51,7 @@

.bb-axis-y text,
.bb-axis-y2 text {
fill: #737373;
fill: #2c313d;
}

.bb-event-rects {
Expand Down
Loading