http://code.google.com/intl/pl/apis/chart/interactive/docs/quick_start.html
Is possible add simply counter to legends?
In this example:
Mushrooms (3)
Onions (1)
Olives (1)
Zucchini (1)
Pepperoni (2)
Is possible to make? If yes, how?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do that easily by including the counter at the end of the legend string. Let’s suppose your values come from an object with a structure such as:
What you can do is generate a rows array like:
You can see it in action in this fiddle