I've added a Google Visualization pie chart to my page. It's all working great and I didn't have a problem customising it with the predefined options. However, there isn't an option to display the values within the legend instead of percentages, only within the slices themselves or on the hover tooltip.
I'd like to show the values in the legend and the percentages in the slices (the latter I can do through options).
For a bonus point... can I append "MW" on the end of the values i.e. 145WM is outputted rather than just 145.
My current chart's code: http://pastebin.com/4JJdpxKx
I'm sure it's obvious but the data is being brought in dynamically.