Awd Er
Awd Er

Reputation: 53

Display pie chart labels connected with lines outside the graph using Google Visualization API

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:

enter image description here

Upvotes: 3

Views: 913

Answers (1)

Dharmesh Hadiyal
Dharmesh Hadiyal

Reputation: 729

var options = {
      legend: { position: 'labeled' }
  };

Upvotes: 1

Related Questions