改变JvectorMap的高度?

时间:2016-11-08 01:03:51

标签: jquery html css jvectormap

我在设置css中JVectorMap的高度时遇到问题。我查看了http://jvectormap.com/处的文档。我也看了



    $('#world-map').vectorMap({
      map: 'world_mill',
               initial: {
           fill: 'white',
        stroke: '#9d2b2b',
        "fill-opacity": 1,
        "stroke-width": 1,
        "stroke-opacity": 1,
        r: 5,
       backgroundColor: 'white',
               
      },
    });

    maps{
    		height: 900px;
    	   width:100% !important;
    }

<script src="https://cdnjs.cloudflare.com/ajax/libs/jvectormap/2.0.4/jquery-jvectormap.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<div class="container-fluid">
    			<div class="row centered">
    				<div class="col-lg-12 maps">
       <div class="maps" id="world-map" >
    
               
             
              </div></div></div></div>
&#13;
&#13;
&#13;

不同的建议解决方案,它们似乎都没有起作用。我的代码如下,我想找出一种改变地图高度的方法。

0 个答案:

没有答案