jvectormap标记onclick区域活动

时间:2015-08-06 12:28:14

标签: jquery html css jvectormap

如何在点击区域热点(regionmarker)时设置活动区域颜色。

onclick区域我当前可以使用以下代码设置背景颜色:

regionStyle: {
          initial: {
            fill: '#be4439',
              stroke: "#fff",
               "stroke-width": 0.4,
               "stroke-opacity": 1
          },
          hover: {
            "fill-opacity": 0.8,
            cursor: 'pointer'
          },
          selected: {
            fill: '#1788c3',
          }

使用的插件是jvectormap

0 个答案:

没有答案