GraFiddle / angular-chart

AngularJS directive for adjustable dynamically updating c3 charts
http://grafiddle.github.io/angular-chart/
MIT License
127 stars 40 forks source link

Ability to set tick culling & multiline? #69

Closed mfollett closed 9 years ago

mfollett commented 9 years ago

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.

jrcollins4 commented 9 years ago

I would like to see these options exposed as well. Have you had any luck writing your own workaround?

mfollett commented 9 years ago

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

jrcollins4 commented 9 years ago

I would definitely be interested. Thanks!

maxklenk commented 9 years ago

Please provide a pull request, so we can merge your additions into the main project.

jrcollins4 commented 9 years ago

Has there been any movement on getting this merged into the project? I will have to expose the tick options myself today if not.

mfollett commented 9 years ago

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.

jrcollins4 commented 9 years ago

Thanks, @mfollett! This should get me by until it is merged in officially.

mfollett commented 9 years ago

@mindontheblink commit a3b6a3ec602352c719e1835731823debd76f7f2d passed all the tests so I'd use that one.

maxklenk commented 9 years ago

@mfollett thank you for contributing to this project and helping others by doing so.