2

我在 Angular js 中使用了谷歌图表作为地理地图。

我使用了 angular-google-chart 插件。

我使用了以下选项。

geo = {
            type: 'GeoChart',
            options: {
                width: '100%',
                height: 300,
                chartArea: { left: 10, top: 10, bottom: 0, height: "100%" },
                colorAxis: { colors: ['#aec7e8', '#1f77b4'] },
                displayMode: 'regions',
                resolution : 'provinces'
            }
}

谷歌图表

以上是我展示的图表。当我将鼠标悬停在区域上时,我看到页脚栏上的指针显示 1-7。

当鼠标悬停在页脚栏上时,有什么方法可以突出显示区域?

4

0 回答 0