AnyChart - 图例未与旭日图一起显示(树数据)

AnyChart - legend not shown with sunburst chart (tree data)

我希望在我的旭日形图表中显示一个图例(以便能够在点击时隐藏数据)。

这里有一个旭日图的官方例子:https://playground.anychart.com/gallery/Sunburst_Charts/Employee_Count_by_Country

我尝试添加:

chart.legend().enabled(true);

但我在控制台中没有看到任何图例或任何错误消息。该网站说:

In AnyChart, the legend can be used with Basic Charts, Stock Charts, Maps, and every other chart type.

所以我希望图例出现,但它没有出现。

1) 如果您删除自定义颜色(如 chart.fill() 和调色板),您将看到默认的任意图表调色板。

2) 旭日图使用树数据。它不是按类别或值划分的系列。

表示不清楚如何提供图例数据。按根数据分离?按价值观?通过任何附加条件? 这就是默认情况下 sunburst 中不包含图例的原因。在这种情况下,客户可以使用 standalone legend 来提供任何数据。