gpt4 book ai didi

javascript - 爆炸谷歌饼图中的 'other' 切片

转载 作者:行者123 更新时间:2023-12-03 11:12:12 25 4
gpt4 key购买 nike

我可以使用以下选项分解 Google 饼图中的第一个切片。

        var options = {
title: 'My Daily Activities',
// set the slice threshold, slices below are all put in the 'Other' category.
sliceVisibilityThreshold: .015,
// explode the first (0) slice, I need to explode the 'Other' slice.
slices: { 0: { offset: 0.5 } },
is3D: true,
};

我的问题是如何找到“其他”切片的索引来分解它?
我很乐意在绘制图表后以编程方式完成此操作。我尝试了 -1 和“其他”,但这不起作用。

显然,一旦可视化 API 执行了阈值计算,就需要从图中获取切片数量。

最佳答案

不幸的是,没有办法改变残差切片偏移量,或者至少在文档中没有这么说。有一个选项可以更改pieResidueSliceLabelpieResidueSliceColor,但没有pieResidueSliceOffset

您可以尝试使用 sliceVisibilityThreshold,它为分组到其他切片的切片设置阈值,但需要提出问题才能获取 pieResidueSliceOffset 选项

关于javascript - 爆炸谷歌饼图中的 'other' 切片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27524670/

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