Reputation: 53
Is it possible to get a pie chart to use labels connected with lines to the different slices using Google Visualization API?
From what I understand, this is done by default using google image charts api:
Upvotes: 3
Views: 913
Reputation: 729
var options = { legend: { position: 'labeled' } };
Upvotes: 1