Quartz / Chartbuilder

A front-end charting application that facilitates easy creation of simple beautiful charts
http://quartz.github.io/Chartbuilder
MIT License
2.1k stars 354 forks source link

How do I edit the space in the ticks at the bottom? #193

Closed ghost closed 8 years ago

ghost commented 8 years ago

Where would I look to find the settings for this bit of the graph? I'd like to edit the space between the tick and horizontal line and number/value.

screenshot_1

yanofsky commented 8 years ago

Sorry for the slow reply!

I think you're looking for this https://github.com/Quartz/Chartbuilder/blob/master/src/js/charts/cb-xy/draw-xy.js#L21

ghost commented 8 years ago

Thanks. Perfect.