I would like the pie chart to look somewhat like this
http://www.nationalpriorities.org/interactive-tax-chart/2.html
Now I am not too worried about the numbers being on the pie but if I can get the labels to show the numbers.
For example
Miltary 27% <--but the percent does not show.
Tried %%% and \'%\'

Comments

redndahead’s picture

Have you tried: $g->set_tool_tip('#val#%');

You can see the options here: http://teethgrinder.co.uk/open-flash-chart/gallery-tool-tip.php

redndahead’s picture

Assigned: Unassigned » redndahead
redndahead’s picture

Status: Active » Fixed

Closing this from lack of a response.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

vivianspencer’s picture

Status: Closed (fixed) » Active

Hi yes this still is a problem, I've tried $g->set_tool_tip('#val#%');, it doesn't display the percentage sign at all.

I tried adding a pound sign and that only works if I add it as £ so I tried the percentage sign in ascii format and it still doesn't show.

Another interesting problem occurs when I add the percentage sign to the title; the text shrinks. In the picture I've attached a picture first displaying the pie chart without the percentage sign and then below that with the percentage sign.

redndahead’s picture

Try %25
so $g->set_tool_tip('#val#%25');

red

vivianspencer’s picture

yep, that worked perfectly, even in the title

thank you

redndahead’s picture

Status: Active » Fixed

Awesome to hear! FYI anyone looking at this you'll need to url encode '&' and maybe other symbols too.

mattez’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.