:막대 그래프/styles.css

하늘 (토론 | 기여)님의 2024년 5월 1일 (수) 20:42 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
.bar-chart {
	display: flex;
	overflow: auto;
}
.barbox {
	border-bottom: solid;
}

.bar-chart .bar:hover {
	filter: invert(50%);
}
.contbox {
	border-right: solid;
}
.cont {
	text-align: right;
}
.value {
    line-height: 1em;
    margin-left: 0.5em;
}
.bar {
    width: 0;
    height: 1em;
    background: #4188f1;
    transition: ease 0.3s;
}
.contbox, .barbox {
	border-color: #ccc;
	border-width: 1px;
}

.bar-chart .hidden_value {
	display: none !important;
}
/*
.bar-chart-vert {
	
}

.bar-chart-lr {
	
}

.bar-chart-rl {
	
}*/
 /*{{삭제|}}*/