Chart customization

In this page, you will find the CSS code for the chart customization:

/* Chart CSS */

/* Barchart */

.domain {
 stroke: none !important;
}

.tick line {
 display: none;
}

.axis.y .tick text {
 display: none !important;
}

.vertical-bar__bar-value {
 fill: #4B4B4B;
 font-size: 1.1rem;
}

.tc-story__charts {
 background-color: #FAFAFA;
}

Last updated