.jchart__donut__segment,
.jchart__pie__segment,
.jchart__bar__segment {
    transition: stroke cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s, fill cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    outline: none;
    cursor: pointer
}

.jchart__figure {
    position: relative
}

.jchart,
.jchart__body {
    width: 100%;
    height: 100%
}

.jchart__bar {
    overflow: visible
}

.jchart__summary {
    font-size: 0.5rem;
    font-weight: 400;
    line-height: 1em
}

.jchart__summary-text {
    margin: 0
}

.jchart__legend-shape {
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.jchart .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}