开发者

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

开发者 https://www.devze.com 2023-03-21 08:03 出处:网络
Is it possible to get a pie chart to use labels connected with lines to the different slices usingGoogle Visualizati开发者_JS百科on 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:

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


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

精彩评论

暂无评论...
验证码 换一张
取 消