shutterstock / rickshaw

JavaScript toolkit for creating interactive real-time graphs
https://shutterstock.github.io/rickshaw
MIT License
6.53k stars 939 forks source link

Change Y-axis font size #623

Open dplong opened 4 years ago

dplong commented 4 years ago

How can I change the font size of the numbering along the Y axis? It's currently very small. I can change the size of the X axis with this:

.rickshaw_graph .x_ticks_d3 text {
    font-size: 30px;
}

However, this technique doesn't work for the Y axis.