gpt4 book ai didi

jquery - vmap : how to color selected countries only

转载 作者:行者123 更新时间:2023-12-01 03:13:35 26 4
gpt4 key购买 nike

我正在使用 jQuery VMap,它可以很好地使用此代码

    jQuery('#vmap2').vectorMap({
map: 'world_en',
backgroundColor: '#fff',
color: '#9e2842',
hoverOpacity: 0.6,
selectedColor: '#8B0000',
enableZoom: true,
showTooltip: true,
values: sample_data,
scaleColors: ['#D35471', '#691B2D'],
selectedRegion: null,
normalizeFunction: 'polynomial',
onRegionClick: function(element, code, region)
{

if (region == "Singapore") {
document.getElementById('mailblock').innerHTML = 'Contact Information for Singapore :';
}
if (region == "HongKong") {
document.getElementById('mailblock').innerHTML = 'Contact Information for HongKong :';
}
}
});

现在我想更改所选国家/地区的颜色,只说悬停时的 5-6 个国家/地区。

最佳答案

得到答案

jQuery('#vmap2').vectorMap('set', 'colors', { au: '#9e2842'});

有效

关于jquery - vmap : how to color selected countries only,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20934882/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com