Open zpalmtree opened 7 years ago
There's logic inside the axis display code that decides which labels to show such that there are no overlaps. I'd be happy to accept a PR to make this behaviour optional.
@timbod7 Thanks for the reply. Is it possible to make the labels vertical to save space instead?
For now I just worked around it by condensing my labels and increasing the chart size, which works OK.
Hiya,
I'm using your chart library to make a bar chart, and it works great, except for one thing - I can't work out how to make every bar labeled. I'm sure this is pretty easy, but I always find libraries which use lens a lot quite hard to decipher. Here's my code:
And here's what it looks like:
I want each bar to be labelled with it's card name, whereas at the moment it looks like it's creating a range and labeling one every so often. I imagine it'll be a bit cramped with every card being labelled, but I'll handle that when I get to it.
Thanks.