gpt4 book ai didi

javascript - 谷歌饼图 : How to show values instead of percentage?

转载 作者:行者123 更新时间:2023-12-03 02:20:49 24 4
gpt4 key购买 nike

是否可以在 Google Chart PieChart 切片中显示值而不是百分比?

谢谢

最佳答案

是的。你可以。只需在选项中设置 pieSliceText 即可,如下所示

var options = {
width: 450,
height: 300,
title: 'My Daily Activities',
pieSliceText: 'value'
};​

文档:http://code.google.com/apis/chart/interactive/docs/gallery/piechart.html#Example

关于javascript - 谷歌饼图 : How to show values instead of percentage?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9324219/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com