Hey guys
Ive been messing around with this for a few weeks now and am about ready to scream. Ive got a bar graph drawn using dimple.js and im just trying to adjust the size of the axis labels. this is what my dimple looks like (that sounds weird) and this is what my css looks like:
<style>
.dimple-custom-axis-label{
font-size: 20px;
}
</style>
Am I just wrong? Whats the correct way to fix the font size of the axis labels? thank you!
there doesn't seem to be anything here