Changing chartist text color and size
Asked Answered
C

1

12

The font size on the charts are to small and hard to read on certain colors. Is there a way to change these attributes?

I can do this do make the whole pie red but setting color or font-size doesn't make a change:

.ct-series-x .ct-slice-pie {
    fill: #f05b4f
}

<div class="ct-chart ct-golden-section ct-series-x ct-slice-pie" id="chart2"></div>
Checker answered 13/4, 2016 at 19:28 Comment(0)
B
17

For anyone who comes across this - override ct-label in your css file:

.ct-label {
    font-size: 15px;
}
Bewilder answered 14/7, 2016 at 13:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.