Results 13 comments of Nick Gottlieb

I'm having the issue you have with your vertical orientation with both vertical and horizontal orientation. My tick labels are spaced evenly, regardless of the tick spacing. Will keep looking...

If I add a `ticks_positions` specification with the manually calculated percentages, it lays it out properly. That workaround may help you. In my case, that looks like: `ticks_positions: [0, 14,...

Unfortunately the page in question disappeared from the Wiki -- what was your solution here?

@zazagag I'm running into this same problem, kind of problematic as I need to generate a point on a multiline then figure out which segment of the multiline it's on.

Hmm, I like the flexibility of that idea, but I wonder if it isn't more complex than is needed. @hhff's suggestion does everything I need and strikes me as a...

Cool -- I'll try to get this sorted and submit a PR this week sometime.

I wonder if it isn't worth making that a separate feature, though? Just because the mechanics for meta tags is already there, and it's a very simple and common requirement.

I guess I could go either way -- I'm relatively new to this gem, so I'll defer to you guys.

How are you guys envisioning that a user/developer overrides `feb_meta`? I'd love to do something like Devise does so you could call super and incorporate the default meta tags +...

Works for me, I'll submit a PR. I'd be happy to do more work on it with a bit of direction -- whether that's towards exposing customizable meta tags to...