Addepar / ember-charts

https://opensource.addepar.com/ember-charts/
Other
784 stars 131 forks source link

Ability to set tick spacing differently for x and y axis #113

Closed thangdinh closed 8 years ago

thangdinh commented 8 years ago

Right now our tickSpacing is set for both axes which makes it impossible for ones wanting to set the spacing differently. Solution: break them into tickSpacingX, and tickSpacingY. However, we need to allow backward compatibility for ones who are still using tickSpacing @Addepar/fire @jordansmith42 @embooglement

pnachum commented 8 years ago

Tests?

thangdinh commented 8 years ago

Tests are added

pnachum commented 8 years ago

LGTM