0

我有组合图,就像在这个例子中 https://developers.google.com/chart/interactive/docs/gallery/combochart

我可以将 categoryFilter 绑定到它,就像在这个例子中 https://code.google.com/apis/ajax/playground/?type=visualization#categoryfilter_control

但这仅适用于一维,在第一个示例中适用于 'Month' ,但不适用于 'Country' 。如何将 categoryFilter 连接到第二维?

4

1 回答 1

0

每个过滤器只能对一列数据进行操作;要过滤第二列,您需要另一个 CategoryFilter。

于 2013-08-25T04:54:22.350 回答