如何获得旭日图中的总级别数?

How to get total number of levels in sunburst chart?

我正在使用旭日图并试图显示 chart.title 中的总级别数。我读过有关 Levels and Leaves 的内容,但我还没有找到任何可以提供关卡总数的信息。 Example

为此,您需要使用树数据遍历器:https://api.anychart.com/v8/anychart.data.Traverser. It'll help you go through the data and count the maximum number of levels. Check this sample: https://playground.anychart.com/2iq3nYxu。请注意,计数从 0 开始,这意味着您必须在显示结果(第 22 行)时将值加 1。