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 Visualizati开发者_JS百科on API?
From what I understand, this is done by default using google image charts api:
var options = {
legend: { position: 'labeled' }
};
精彩评论