pygal icon indicating copy to clipboard operation
pygal copied to clipboard

Pie doesn't seem to honor print_labels=True

Open clintolsen opened this issue 6 years ago • 2 comments

Hi, I'm using 2.4.0 and when I declare a Pie like so:

pie = pygal.Pie(print_lablels=True, print_values=True)

I would expect to see both labels and values. The examples show more bar chart interactions, so maybe I'm missing something.

Thanks!

-Clint

clintolsen avatar Sep 18 '18 23:09 clintolsen

I should add this is when I render_to_png()...

clintolsen avatar Sep 19 '18 20:09 clintolsen

@clintolsen, were you able to solve this? I'm too facing problems with Pie Chart where some of the labels (which are numbers) are getting missed when their share in Pie chart is small.

rishijoshi-ibm avatar Mar 20 '19 07:03 rishijoshi-ibm