Closed mfollett closed 9 years ago
I would like to see these options exposed as well. Have you had any luck writing your own workaround?
My workaround was to modify angular-chart to expose tick options. I didn't publicize this, but I don't think there'd be any reason for me not to. If there is interest in using it I can publish the fork
I would definitely be interested. Thanks!
Please provide a pull request, so we can merge your additions into the main project.
Has there been any movement on getting this merged into the project? I will have to expose the tick options myself today if not.
I put my branch up a couple of minutes ago, but I haven't put up a pull request as npm install
isn't succeeding for me so I cannot put up a pull request. Hopefully I'll have this resolved shortly & will be able to do that.
Thanks, @mfollett! This should get me by until it is merged in officially.
@mindontheblink commit a3b6a3ec602352c719e1835731823debd76f7f2d passed all the tests so I'd use that one.
@mfollett thank you for contributing to this project and helping others by doing so.
Is there a way to configure tick culling or multiline/rotation for the axes?
If not, what would be a good interface to do so? I'd be happy to implement it, I'm just not sure how best to expose it.