Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angularjs/21.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Angularjs 谷歌图表地理地图突出显示区域_Angularjs_Google Maps_Charts_Google Visualization_Geomap - Fatal编程技术网

Angularjs 谷歌图表地理地图突出显示区域

Angularjs 谷歌图表地理地图突出显示区域,angularjs,google-maps,charts,google-visualization,geomap,Angularjs,Google Maps,Charts,Google Visualization,Geomap,我在angular js中使用谷歌地图制作地理地图 我用过谷歌图表插件 我使用了以下选项 geo = { type: 'GeoChart', options: { width: '100%', height: 300, chartArea: { left: 10, top: 10, bottom: 0, height: "100%" },

我在angular js中使用谷歌地图制作地理地图

我用过谷歌图表插件

我使用了以下选项

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

当鼠标悬停在页脚栏上时,有没有办法突出显示区域