chartist-js / chartist

Simple responsive charts
https://chartist.dev
MIT License
13.34k stars 2.54k forks source link

Multi-line labels in pie charts? #546

Open colegleason opened 8 years ago

colegleason commented 8 years ago

I saw that bar charts supported multi-line labels. Is that possible with pie charts? That might help with some of my overlapping label problems.

gionkunz commented 7 years ago

Currently not implemented but maybe worth considering. I'll flag this as a potential cleanup enhancement.

gulev commented 7 years ago

Is there any progress on this? I have to make a label on 2 lines and it seems to not work

unicornsoftwareinc commented 5 years ago

Just want to chime in that this would be a nice option.

acegreen commented 5 years ago

+1

danieltcit commented 5 years ago

+1

gregoireclemencin commented 5 years ago

+1 (my use case would be to display a label on one line and a related % on the next line)

steven-hack commented 5 years ago

+1... I like to do the same as @gregoireclemencin suggests. I've tried inserting a tspan element inside the label interpolation func, but this escapes the element unfortunately.

scasic commented 5 years ago

+1

catielanier commented 3 years ago

Bumping this. This is an absolute necessity for a project I'm working on, and aside from this, chartist is the best case solution for handling chart drawing for our use case.

Is there any way I could place a bounty on this?