Treemap 可以配置不同的图例位置吗?

Can the Treemap be configured with a different legend location?

我正在使用 @gooddata/react-components 版本 5.3.0。文档 here suggests that you can supply a chart configconfig 属性。我正在使用与其他图表类型相同的图表配置:

{
  legend: {
    enabled: true,
    position: 'bottom'
  }
}

不幸的是,当我将此配置用于 Treemap 图表类型时,图例始终呈现在右侧。这是一个错误吗?还是无法设置树图图例的位置?

在当前版本中,Treemap 的 5.3.0 图例位置无法像其他图表那样配置。但在下一个版本中,大约在 9 月底,您将能够为所有提供的图表(包括 Treemap)配置图例位置。我们将在文档中添加注释。感谢提问!