Real-World Use Cases
Below are real-world examples of org charts. All examples on this page were created using OrgChart. All names in the charts below have been changed to protect identity.
.swiper-chart-examples {
width: 100%;
height: 100%;
padding: 0;
overflow: visible;
cursor: grab;
}
.swiper-slide {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
padding: 45px;
color: #4a5456;
font-size: 16px;
line-height: 1.5;
border-radius: 25px;
box-shadow: 0px 20px 30px rgba(46, 178, 237, 0.2);;
}
@media screen and (min-width: 992px) {
.swiper-wrapper, .swiper-slide {
max-height: 455px;
}
}
.swiper-slide:nth-child(odd) {
background: linear-gradient(36.88deg, #F1FCFF 40.57%, #FFF6F3 87.91%);
}
.swiper-slide:nth-child(even) {
background: linear-gradient(337.34deg, #F1FCFF 12.87%, #FFF6F3 96.51%);
}
.swiper-col.col-left {
width: 49%;
}
img.examples-img {
width: 100%;
border: solid 1px #e1e4eb;
border-radius: 20px;
transform: translateY(0);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 800px) {
img.examples-img:hover {
border: solid 1px #1655b2;
transform: scale(1.025);
box-shadow: 0 15px 22px rgba(46, 178, 237, 0.2);
}
}
.swiper-col.col-right {
position: relative;
width: 51%;
padding: 0 0 0 30px;
}
h4.examples-title {
margin: 0 0 10px 0;
font-weight: 700 !important;
}
p.examples-copy {
margin-bottom: 85px;
}
p.examples-slide-label {
position: absolute;
bottom: 0;
right: 0;
margin: 0;
color: #191f21;
background-repeat: no-repeat;
background-position: center;
font-size: 40px;
font-weight: 700;
line-height: 1.5;
}
.swiper-slide:nth-child(3n + 1) > .col-right > p.examples-slide-label {
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.4.1 SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 170 150' style='enable-background:new 0 0 170 150%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.icon-triangle-fill-red-0%7Bopacity:0.12%3B%7D.icon-triangle-fill-red-1%7Bfill:%23E95842%3B%7D%3C/style%3E%3Cg class='icon-triangle-fill-red-0'%3E%3Cpath class='icon-triangle-fill-red-1' d='M167.8 131.8L95.3 6.1c-4.7-8.1-16.4-8.1-21 0L1.6 131.8C-3 139.9 2.8 150 12.2 150h145.1C166.6 150 172.5 139.9 167.8 131.8z'/%3E%3C/g%3E%3C/svg%3E");
}
.swiper-slide:nth-child(3n + 2) > .col-right > p.examples-slide-label {
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.4.1 SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 150 150' style='enable-background:new 0 0 150 150%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.icon-square-fill-blue-0%7Bfill:%232EB2ED%3Bfill-opacity:0.16%3B%7D%3C/style%3E%3Cpath class='icon-square-fill-blue-0' d='M130 0H20C8.9 0 0 8.9 0 20v110c0 11 8.9 20 20 20h110c11 0 20-8.9 20-20V20C150 8.9 141.1 0 130 0z'/%3E%3C/svg%3E");
}
.swiper-slide:nth-child(3n + 3) > .col-right > p.examples-slide-label {
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.4.1 SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 150 150' style='enable-background:new 0 0 150 150%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.icon-circle-fill-0%7Bopacity:0.22%3B%7D.icon-circle-fill-1%7Bfill:%23B7B7B7%3B%7D%3C/style%3E%3Cg class='icon-circle-fill-0'%3E%3Cpath class='icon-circle-fill-1' d='M75 149.9c41.4 0 75-33.6 75-75c0-41.4-33.6-75-75-75C33.6 0 0 33.6 0 75C0 116.4 33.6 149.9 75 149.9z'/%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 991px) {
.swiper-slide {
display: block;
padding: 25px;
}
.swiper-col.col-left, .swiper-col.col-right {
width: 100%;
}
img.examples-img {
border-radius: 15px;
}
.swiper-col.col-right {
padding: 20px 0 0 0;
}
p.examples-copy {
margin-bottom: 0;
padding-bottom: 85px;
}
p.examples-slide-label {
font-size: 24px !important;
}
}
var swiper = new Swiper(".swiper-chart-examples", {
spaceBetween: 30,
speed: 500,
pagination: {
el: ".swiper-pagination",
clickable: true,
},
breakpoints: {
320: {
autoHeight: true,
freeMode: false,
slidesPerView: 1.2,
},
800: {
autoHeight: false,
freeMode: true,
slidesPerView: 1.2,
},
}
});
.custom-lightbox {
position: fixed;
left: 0;
top: 0;
display: none;
width: 100%;
height: 100%;
padding: 0 30px;
background: rgba(25,31,33,0.9);
z-index: 999;
}
.custom-lightbox > img {
max-height: 75vh;
border-radius: 25px;
}
.custom-lightbox:target {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
p.custom-lightbox-label {
color: #ffffff;
margin: 25px 0 0 0;
}
p.custom-lightbox-label::before {
content: 'Click';
}
@media screen and (max-width: 800px) {
p.custom-lightbox-label::before {
content: 'Tap';
}
}
anywhere to close.
anywhere to close.
anywhere to close.
anywhere to close.
anywhere to close.
anywhere to close.
anywhere to close.
anywhere to close.
anywhere to close.
anywhere to close.
anywhere to close.
anywhere to close.


