echarts 自作地图上高亮显示散点图 tooltips自定义内容,tooltips固定位置

最近公司在用echarts弄地图,就自己尝试着研究了一下,研究不深,但也有些了解,

首先是自己做一份地图,然后在地图上显示一些正在移动的点,鼠标放到这些点上,就显示这些点的基本信息,就如这样的图:


其实这张图上的视觉引导线还没有完成,也不知道如何完成,,

第一步,新建一个文件夹,然后目录结构如下:


html文件中的代码如下(不主讲):

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <link rel="stylesheet" href="../css/law_enforcement.css">
    <title>Document</title>
</head>
<body>
     <div id="zhfaEye">
    <div id="jiangsuMap" style="height: 100%;"></div>
</div>
    <script src="../js/echarts.min.js"></script>
    <script src="../js/law_enforcement.js"></script>
</body>

</html>

css中的代码如下(不主讲):

* {
    margin: 0;
    padding: 0;
}


html,
body {
    height: 100%;
}


#zhfaEye {
  ;
    height: 650px;
    background: url(../images/bgpic.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.info {
    width: 250px;
    height: 150px;
    background-color: rgba(233, 231, 231, 0.1);
    float: right;
    position: absolute;
    color: #00f4fc;
    font-size: 12px;
    padding-left: 25px;
    text-align: left;
    line-height: 25px;
}
.info img {
    margin: 20px 20px 0 0;
    float: right;
}
.info p:nth-child(2) {
    margin-top:40px;
}
.info span {
    color: #f1f1f1;

}

js中的代码如下:

//地图中的相关信息
var jiangsuJson = {"type":"FeatureCollection","features":[
    {"type":"Feature","properties":{"name":"常州","cp":[119.9779, 31.827665],"childNum":1},"geometry":{"type":"Polygon","coordinates":[[[119.572364,31.506435],[119.571752,31.498591],[119.580523,31.486502],[119.578374,31.47748],[119.569769,31.476287],[119.570501,31.47014],[119.593714,31.4724],[119.597111,31.468795],[119.594963,31.45337],[119.588691,31.451738],[119.587784,31.442826],[119.582544,31.436458],[119.557772,31.438515],[119.557033,31.421528],[119.541427,31.414158],[119.546936,31.400515],[119.53337,31.371624],[119.535716,31.33724],[119.525212,31.32464],[119.528845,31.307531],[119.540387,31.297539],[119.536575,31.294213],[119.535915,31.284278],[119.540957,31.281952],[119.535669,31.275321],[119.537432,31.265342],[119.532312,31.258703],[119.533974,31.254235],[119.527792,31.248572],[119.539696,31.243079],[119.559161,31.227044],[119.556032,31.222219],[119.558841,31.185148],[119.547874,31.18143],[119.537772,31.165425],[119.528658,31.166162],[119.519097,31.162396],[119.494378,31.17069],[119.487801,31.158409],[119.481155,31.164689],[119.46276,31.163421],[119.452981,31.176655],[119.444109,31.18295],[119.435706,31.18338],[119.433778,31.187919],[119.428411,31.188013],[119.42093,31.179314],[119.405765,31.185132],[119.402469,31.180225],[119.396655,31.180608],[119.394494,31.194667],[119.400516,31.199734],[119.410825,31.20079],[119.400089,31.205973],[119.394445,31.198085],[119.393877,31.201014],[119.379953,31.195597],[119.376494,31.203994],[119.37107,31.201889],[119.367708,31.208477],[119.365412,31.217985],[119.37051,31.238578],[119.3687,31.244551],[119.37609,31.248838],[119.379909,31.264445],[119.385927,31.26793],[119.384925,31.275579],[119.376834,31.277637],[119.373124,31.295209],[119.361946,31.309082],[119.355481,31.306734],[119.355538,31.286631],[119.350435,31.281008],[119.351302,31.274672],[119.342911,31.26456],[119.338587,31.269848],[119.324088,31.271629],[119.300001,31.269525],[119.272187,31.256744],[119.26662,31.267557],[119.250143,31.277694],[119.243853,31.286788],[119.23369,31.287056],[119.226738,31.283256],[119.221721,31.284846],[119.219234,31.291037],[119.222469,31.30242],[119.218217,31.309442],[119.211344,31.311666],[119.194541,31.303038],[119.186803,31.306612],[119.193603,31.307394],[119.194106,31.313899],[119.201085,31.316208],[119.198606,31.323079],[119.204472,31.336559],[119.224378,31.356007],[119.219504,31.361616],[119.209842,31.363675],[119.205638,31.374676],[119.195026,31.385392],[119.179307,31.387244],[119.174358,31.400388],[119.174395,31.427856],[119.169587,31.447284],[119.160725,31.445011],[119.146147,31.451175],[119.146373,31.45739],[119.154217,31.464273],[119.161144,31.481995],[119.161051,31.486845],[119.153829,31.493272],[119.158206,31.499548],[119.171586,31.499838],[119.176937,31.504318],[119.188779,31.506372],[119.192205,31.515586],[119.20271,31.526698],[119.185574,31.532844],[119.186303,31.544326],[119.193946,31.557641],[119.20338,31.557898],[119.210618,31.562689],[119.211817,31.568911],[119.22117,31.5761],[119.22163,31.591108],[119.239405,31.63279],[119.242278,31.631],[119.287948,31.649187],[119.322018,31.677297],[119.334041,31.706472],[119.334013,31.70975],[119.326418,31.713495],[119.330186,31.715942],[119.327009,31.721676],[119.335366,31.731052],[119.327015,31.738427],[119.310915,31.739177],[119.309872,31.771732],[119.324994,31.790399],[119.324719,31.800457],[119.31881,31.804818],[119.322248,31.816173],[119.319602,31.821488],[119.325583,31.831681],[119.338004,31.842067],[119.339595,31.846911],[119.335276,31.855089],[119.344304,31.864052],[119.36902,31.864036],[119.377706,31.851864],[119.39226,31.85295],[119.40553,31.839992],[119.427585,31.835593],[119.433372,31.838805],[119.438579,31.831747],[119.448731,31.834752],[119.437345,31.846393],[119.430891,31.858625],[119.425562,31.857933],[119.423107,31.863607],[119.432057,31.872593],[119.4288,31.877417],[119.443219,31.882425],[119.45416,31.891145],[119.46929,31.886897],[119.472996,31.877697],[119.481983,31.877932],[119.499291,31.86422],[119.513175,31.858036],[119.555312,31.8625],[119.562721,31.868588],[119.565234,31.861955],[119.594228,31.851442],[119.597456,31.841065],[119.594765,31.832696],[119.602707,31.833632],[119.604003,31.829354],[119.610476,31.827981],[119.611025,31.812049],[119.618658,31.802872],[119.630804,31.803032],[119.634819,31.80751],[119.649796,31.80193],[119.649965,31.795135],[119.660113,31.780567],[119.69371,31.774985],[119.70014,31.761141],[119.712051,31.752818],[119.713668,31.743616],[119.745787,31.737426],[119.73995,31.749818],[119.741524,31.768239],[119.752359,31.782786],[119.752775,31.791935],[119.763755,31.793331],[119.769136,31.814534],[119.797156,31.814261],[119.790737,31.822897],[119.796079,31.82758],[119.795616,31.832626],[119.805827,31.839187],[119.817164,31.857955],[119.787496,31.858269],[119.775134,31.853977],[119.768525,31.863283],[119.769229,31.878979],[119.758869,31.892007],[119.758861,31.893959],[119.763469,31.891599],[119.777004,31.907172],[119.786935,31.90899],[119.787533,31.919273],[119.781179,31.923876],[119.774229,31.922473],[119.774433,31.931828],[119.789418,31.929018],[119.796468,31.93211],[119.788737,31.936072],[119.789684,31.943074],[119.783819,31.944617],[119.785532,31.947567],[119.772844,31.955671],[119.783352,31.990353],[119.780842,31.992752],[119.78495,32.012475],[119.790266,32.017529],[119.782635,32.020529],[119.806374,32.060839],[119.827194,32.061558],[119.834364,32.05763],[119.845238,32.060368],[119.851225,32.066145],[119.859617,32.063872],[119.865192,32.057743],[119.874817,32.064447],[119.883798,32.048582],[119.888568,32.045758],[119.897332,32.053115],[119.903385,32.051005],[119.9033,32.043914],[119.913929,32.019572],[119.923271,32.011808],[119.954873,32.008427],[119.980431,32.022232],[120.01077,31.986483],[120.027634,31.973962],[120.018948,31.959748],[120.013979,31.957683],[120.012563,31.943381],[120.027641,31.925897],[120.010756,31.917876],[120.002995,31.900732],[120.011475,31.895519],[120.014173,31.889241],[120.01987,31.888149],[120.008442,31.865544],[119.995258,31.860942],[120.004973,31.850241],[120.005006,31.844114],[120.008878,31.844997],[120.010117,31.83221],[120.01321,31.834967],[120.024962,31.830391],[120.034039,31.838213],[120.037304,31.83211],[120.051012,31.827335],[120.061778,31.83905],[120.090774,31.859002],[120.122579,31.861412],[120.127991,31.865754],[120.149459,31.865109],[120.151406,31.868631],[120.17414,31.875927],[120.180209,31.876241],[120.189969,31.871327],[120.19346,31.857459],[120.175357,31.841827],[120.169396,31.840709],[120.169273,31.836121],[120.172939,31.821742],[120.183385,31.816375],[120.181812,31.804703],[120.189647,31.796312],[120.207141,31.759153],[120.189301,31.755609],[120.185067,31.764352],[120.177731,31.763771],[120.174353,31.766727],[120.159742,31.762232],[120.162156,31.709783],[120.158887,31.705161],[120.15053,31.703232],[120.148236,31.694533],[120.157811,31.689671],[120.148507,31.682276],[120.133622,31.690675],[120.124647,31.637304],[120.114038,31.635582],[120.107726,31.628142],[120.080726,31.611717],[120.080244,31.601145],[120.062296,31.582054],[120.065869,31.576263],[120.062466,31.567784],[120.068946,31.56122],[120.074709,31.558101],[120.082172,31.560297],[120.089159,31.555373],[120.104423,31.554428],[120.110641,31.528155],[120.108231,31.520323],[120.114892,31.519155],[120.12583,31.522554],[120.124739,31.51475],[120.13365,31.511856],[120.113953,31.487334],[120.110908,31.476797],[120.115283,31.467889],[120.084086,31.455839],[120.060142,31.439994],[120.049881,31.412036],[120.045017,31.38402],[120.045481,31.370383],[120.050197,31.364625],[120.101402,31.358638],[120.105389,31.341548],[120.094873,31.338467],[120.047097,31.351746],[120.028937,31.371143],[120.026287,31.389236],[120.03308,31.415156],[120.042886,31.431819],[120.051021,31.496713],[120.023693,31.510906],[120.010729,31.509702],[120.002325,31.514502],[120.001295,31.50388],[119.978805,31.521935],[119.976963,31.542001],[119.953702,31.549071],[119.940983,31.558405],[119.913986,31.553974],[119.867091,31.552486],[119.853069,31.535773],[119.838765,31.530782],[119.812127,31.546446],[119.771954,31.560171],[119.739628,31.567707],[119.719414,31.562263],[119.715335,31.581716],[119.705163,31.582231],[119.690295,31.609827],[119.682745,31.609278],[119.678318,31.615329],[119.666379,31.616406],[119.649317,31.611104],[119.644574,31.606653],[119.647874,31.588759],[119.651976,31.584065],[119.649641,31.579346],[119.632674,31.565818],[119.618252,31.564232],[119.600339,31.5391],[119.58852,31.509974],[119.57423,31.512526],[119.572364,31.506435]]]}},
    {"type":"Feature","properties":{"name":"连云港","cp":[119.225231, 34.60475],"childNum":1},"geometry":{"type":"Polygon","coordinates":[[[119.665325,34.260666],[119.640496,34.252038],[119.582466,34.215251],[119.567621,34.21095],[119.557861,34.213555],[119.537799,34.194656],[119.509509,34.17861],[119.515733,34.166648],[119.534427,34.173186],[119.538525,34.151763],[119.532643,34.150912],[119.534187,34.144088],[119.526505,34.143099],[119.542704,34.11525],[119.556587,34.121647],[119.5641,34.107672],[119.575035,34.111966],[119.593717,34.097043],[119.591026,34.084454],[119.584675,34.07713],[119.570459,34.075703],[119.559107,34.066426],[119.575028,34.038513],[119.572334,34.037508],[119.577244,34.026733],[119.56948,34.016026],[119.56049,34.024594],[119.546345,34.022795],[119.541247,34.03699],[119.527802,34.039375],[119.523109,34.037714],[119.524578,34.031857],[119.517533,34.028754],[119.5144,34.023498],[119.503038,34.020739],[119.444495,33.985495],[119.443563,33.990386],[119.435271,33.991688],[119.430672,34.009683],[119.414439,34.008295],[119.410205,34.010791],[119.410589,34.026846],[119.404266,34.030951],[119.397102,34.043485],[119.386929,34.043126],[119.386855,34.038841],[119.38247,34.037653],[119.339535,34.036174],[119.330989,34.031246],[119.325291,34.031976],[119.324572,34.038751],[119.308627,34.040727],[119.305123,34.047622],[119.272712,34.048776],[119.273369,34.0406],[119.241727,34.041895],[119.24101,34.049764],[119.232445,34.058571],[119.214791,34.061966],[119.19603,34.082404],[119.189272,34.095944],[119.180329,34.099409],[119.17153,34.110956],[119.181431,34.124507],[119.173552,34.136032],[119.158786,34.141368],[119.155484,34.14687],[119.148038,34.140285],[119.135454,34.150877],[119.151054,34.164565],[119.14701,34.167775],[119.15065,34.180419],[119.142198,34.183973],[119.13819,34.211495],[119.104995,34.213715],[119.102381,34.238622],[119.096444,34.242617],[119.097185,34.268062],[119.078284,34.272655],[119.088023,34.316673],[119.078323,34.337433],[119.080728,34.348646],[119.067446,34.34486],[119.06218,34.362755],[119.061388,34.388579],[119.068934,34.405134],[119.067082,34.424556],[119.046534,34.428264],[119.043738,34.409904],[119.04019,34.409586],[119.03835,34.405233],[119.027598,34.407293],[119.028672,34.41413],[119.000286,34.409856],[118.997344,34.398312],[119.000636,34.395358],[118.977672,34.373132],[118.96065,34.366386],[118.958953,34.373807],[118.947683,34.385457],[118.936754,34.377105],[118.914972,34.373901],[118.870446,34.371247],[118.841249,34.374499],[118.82728,34.365615],[118.817878,34.365014],[118.814623,34.34578],[118.790489,34.318067],[118.776376,34.314588],[118.763539,34.318738],[118.765895,34.326132],[118.7536,34.336507],[118.745218,34.330748],[118.73793,34.330662],[118.736059,34.335159],[118.723403,34.337748],[118.696838,34.352479],[118.68154,34.351734],[118.682668,34.346355],[118.67795,34.346521],[118.649915,34.364233],[118.650336,34.383549],[118.668126,34.390143],[118.679481,34.403447],[118.674016,34.41339],[118.676262,34.425353],[118.661978,34.426773],[118.660514,34.432639],[118.654036,34.43277],[118.651449,34.445748],[118.639483,34.445774],[118.613224,34.452692],[118.603085,34.451357],[118.595694,34.442027],[118.590791,34.425607],[118.583295,34.42272],[118.565729,34.434814],[118.537944,34.441427],[118.529504,34.446105],[118.509067,34.436395],[118.495098,34.426098],[118.494981,34.421909],[118.471893,34.412938],[118.457948,34.418206],[118.450511,34.416797],[118.439801,34.419622],[118.429574,34.428777],[118.420689,34.426082],[118.418598,34.437045],[118.413641,34.441855],[118.421268,34.477998],[118.435607,34.491591],[118.442337,34.507831],[118.444787,34.532297],[118.428861,34.585292],[118.437984,34.626114],[118.444633,34.632938],[118.454622,34.625677],[118.464091,34.624692],[118.470354,34.640644],[118.465057,34.670051],[118.471008,34.680822],[118.489003,34.676557],[118.501651,34.677224],[118.511562,34.691124],[118.52811,34.697865],[118.530327,34.718378],[118.546414,34.717268],[118.554428,34.711831],[118.578229,34.719155],[118.60586,34.720629],[118.610712,34.701033],[118.638615,34.692603],[118.664255,34.702072],[118.688016,34.684391],[118.695775,34.684735],[118.716907,34.697794],[118.746821,34.699858],[118.759733,34.708217],[118.772409,34.711287],[118.775656,34.718697],[118.789297,34.728557],[118.784407,34.734429],[118.769168,34.746264],[118.746175,34.742286],[118.733822,34.752195],[118.724119,34.751411],[118.721097,34.754621],[118.721717,34.76955],[118.733376,34.774498],[118.74387,34.772172],[118.746685,34.784655],[118.734781,34.793908],[118.745397,34.797915],[118.761766,34.795095],[118.779523,34.801922],[118.784291,34.814055],[118.781888,34.823893],[118.787657,34.832805],[118.772951,34.844739],[118.772872,34.850278],[118.793914,34.851969],[118.802438,34.849244],[118.807377,34.851642],[118.812299,34.884074],[118.836515,34.919172],[118.865373,34.947483],[118.864671,34.967849],[118.87145,35.004393],[118.867742,35.023743],[118.870218,35.03486],[118.891123,35.039816],[118.915895,35.053562],[118.932219,35.056905],[118.942915,35.048817],[118.950832,35.046915],[118.976712,35.053035],[118.998245,35.053674],[119.009293,35.059742],[119.067011,35.057282],[119.080312,35.062515],[119.120654,35.060578],[119.125691,35.063699],[119.125847,35.076187],[119.134818,35.081909],[119.145414,35.103562],[119.163259,35.106939],[119.177917,35.113467],[119.200938,35.116405],[119.226068,35.11246],[119.232936,35.119721],[119.240847,35.121757],[119.245915,35.128741],[119.291249,35.12147],[119.297001,35.117699],[119.299769,35.107483],[119.306985,35.104013],[119.303301,35.102202],[119.305734,35.095433],[119.302921,35.09031],[119.359888,35.037624],[119.352806,35.029374],[119.348416,34.907882],[119.37289,34.876762],[119.44907,34.84904],[119.502807,34.81978],[119.582486,34.790214],[119.59381,34.776863],[119.607666,34.740809],[119.617958,34.67011],[119.62904,34.648159],[119.692899,34.614214],[119.756657,34.584828],[119.804728,34.568171],[119.862047,34.555897],[119.796352,34.476081],[119.803999,34.439396],[119.792604,34.412961],[119.806087,34.394274],[119.807587,34.385387],[119.78628,34.375538],[119.779542,34.362031],[119.759559,34.353505],[119.76068,34.33451],[119.75014,34.328047],[119.745336,34.315229],[119.731566,34.308343],[119.714533,34.29217],[119.665325,34.260666]]]}},
    {"type":"Feature","properties":{"name":"宿迁","cp":[118.275938, 33.969105],"childNum":1},"geometry":{"type":"Polygon","coordinates":[[[118.572086,33.287276],[118.516429,33.269578],[118.429503,33.19338],[118.269881,33.205826],[118.227651,33.187047],[118.222441,33.197896],[118.206081,33.213626],[118.193928,33.22062],[118.182314,33.222739],[118.173417,33.219424],[118.166049,33.210812],[118.16137,33.200877],[118.164575,33.18457],[118.154379,33.17483],[118.0961,33.157773],[118.074311,33.14625],[118.057502,33.144318],[118.056691,33.150685],[118.051442,33.151203],[118.052184,33.144371],[118.043944,33.1406],[118.042404,33.158121],[118.031042,33.161637],[118.02338,33.169902],[118.013837,33.173599],[118.007292,33.184318],[117.99443,33.185703],[117.99148,33.199964],[117.986095,33.206347],[118.000012,33.214285],[117.986102,33.232095],[117.975586,33.233486],[117.963962,33.227368],[117.949305,33.231162],[117.94536,33.234889],[117.954301,33.256112],[117.951137,33.271612],[117.979408,33.28602],[117.988461,33.302919],[117.991095,33.326361],[117.998402,33.337632],[117.981865,33.340905],[117.975078,33.349298],[117.975536,33.354949],[118.003256,33.353789],[118.03483,33.378408],[118.03136,33.387129],[118.033617,33.39625],[118.022214,33.41237],[118.033977,33.464127],[118.048853,33.479588],[118.055614,33.497303],[118.11161,33.482445],[118.112027,33.51463],[118.122321,33.597694],[118.116563,33.623975],[118.175012,33.66964],[118.168921,33.702959],[118.172071,33.720209],[118.159295,33.724786],[118.170182,33.739161],[118.18388,33.735861],[118.192724,33.750678],[118.17387,33.755824],[118.176116,33.765137],[118.183828,33.769251],[118.175733,33.792213],[118.1649,33.798178],[118.174125,33.813542],[118.174287,33.826122],[118.188526,33.8224],[118.193549,33.832637],[118.189756,33.850785],[118.181069,33.850448],[118.179829,33.870777],[118.173425,33.887012],[118.15605,33.90385],[118.145824,33.941989],[118.131422,33.960412],[118.12285,33.960512],[118.119004,33.942826],[118.111317,33.941225],[118.105205,33.947397],[118.090626,33.948596],[118.090527,33.971819],[118.078087,33.971593],[118.067319,33.9772],[118.058321,33.977949],[118.054046,33.985884],[118.039039,33.989907],[118.033742,34.004059],[118.037455,34.00548],[118.038476,34.018036],[118.054505,34.019453],[118.059391,34.015755],[118.068721,34.026603],[118.066963,34.038356],[118.072029,34.040694],[118.066213,34.04509],[118.064438,34.051289],[118.068958,34.060019],[118.053856,34.098495],[118.018411,34.089608],[118.010833,34.097399],[118.013728,34.105738],[118.001884,34.111573],[118.000001,34.121625],[118.004253,34.145912],[118.015604,34.145063],[118.037218,34.151911],[118.060748,34.154904],[118.069317,34.158761],[118.065768,34.163229],[118.077551,34.177254],[118.088958,34.171419],[118.09182,34.161634],[118.103488,34.155758],[118.104022,34.148212],[118.107756,34.145787],[118.126012,34.149898],[118.150008,34.141199],[118.155858,34.142963],[118.15932,34.148795],[118.156031,34.164182],[118.166094,34.167954],[118.190655,34.168237],[118.198556,34.173534],[118.213944,34.153948],[118.223257,34.114285],[118.247748,34.103582],[118.300529,34.109976],[118.309686,34.118402],[118.323059,34.120863],[118.394137,34.122567],[118.442608,34.110515],[118.460125,34.111742],[118.481186,34.102163],[118.509841,34.113681],[118.511519,34.117506],[118.523037,34.123363],[118.508596,34.128819],[118.509019,34.142853],[118.515013,34.154484],[118.510071,34.156809],[118.509475,34.161313],[118.515134,34.16824],[118.52451,34.174401],[118.565569,34.171941],[118.564901,34.194845],[118.576707,34.225585],[118.578666,34.239623],[118.569053,34.24493],[118.566261,34.254387],[118.571541,34.279506],[118.579675,34.284705],[118.577001,34.30531],[118.59664,34.313909],[118.628832,34.311384],[118.630116,34.314031],[118.637775,34.313651],[118.638383,34.340945],[118.627171,34.347471],[118.639112,34.351104],[118.641093,34.362127],[118.649528,34.364894],[118.67087,34.34887],[118.681728,34.345807],[118.68154,34.351734],[118.698732,34.352149],[118.723403,34.337748],[118.736059,34.335159],[118.73793,34.330662],[118.745218,34.330748],[118.7536,34.336507],[118.765895,34.326132],[118.763539,34.318738],[118.776376,34.314588],[118.790489,34.318067],[118.814623,34.34578],[118.818634,34.365651],[118.82728,34.365615],[118.841693,34.374583],[118.870446,34.371247],[118.927835,34.375267],[118.936754,34.377105],[118.947683,34.385457],[118.958953,34.373807],[118.96065,34.366386],[118.977672,34.373132],[119.000636,34.395358],[118.997344,34.398312],[119.000286,34.409856],[119.028672,34.41413],[119.027598,34.407293],[119.03835,34.405233],[119.04019,34.409586],[119.043738,34.409904],[119.046534,34.428264],[119.058575,34.427235],[119.067082,34.424556],[119.068911,34.405584],[119.061388,34.388579],[119.06218,34.362755],[119.067446,34.34486],[119.080728,34.348646],[119.078323,34.337433],[119.088023,34.316673],[119.078284,34.272655],[119.097185,34.268062],[119.096444,34.242617],[119.102381,34.238622],[119.104995,34.213715],[119.13819,34.211495],[119.142198,34.183973],[119.15065,34.180419],[119.14701,34.167775],[119.151054,34.164565],[119.135454,3

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
要在echarts地图显示,需要在series(系列列表配置)中添加两个表配置,通过修改type值,决定表类型(地图)。具体步骤如下: 1.在html文件中引入echarts.js文件。 2.在html文件中创建一个div元素,用于显示echarts地图。 3.在JavaScript文件中定义一个echarts实例,并将其与div元素关联。 4.在JavaScript文件中定义一个option对象,用于配置echarts地图。 5.在option对象中添加series(系列列表配置)配置项,用于添加地图。 6.在series配置项中添加两个表配置,一个用于,一个用于地图。 7.在配置中,设置type为scatter,然后设置data为的数据。 8.在地图配置中,设置type为map,然后设置mapType为地图类型,设置data为地图的数据。 9.最后,调用echarts实例的setOption方法,将option对象传递给它,以显示echarts地图。 下面是一个示例代码,用于在echarts地图显示: ```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>ECharts</title> <script src="https://cdn.jsdelivr.net/npm/echarts@5.2.1/dist/echarts.min.js"></script> </head> <body> <div id="main" style="width: 600px;height:400px;"></div> <script> var myChart = echarts.init(document.getElementById('main')); var option = { series: [ { type: 'scatter', data: [[10, 20], [20, 30], [30, 40], [40, 50]] }, { type: 'map', mapType: 'china', data: [ {name: '北京', value: Math.round(Math.random() * 1000)}, {name: '天津', value: Math.round(Math.random() * 1000)}, {name: '上海', value: Math.round(Math.random() * 1000)}, {name: '重庆', value: Math.round(Math.random() * 1000)}, {name: '河北', value: Math.round(Math.random() * 1000)}, {name: '河南', value: Math.round(Math.random() * 1000)}, {name: '云南', value: Math.round(Math.random() * 1000)}, {name: '辽宁', value: Math.round(Math.random() * 1000)}, {name: '黑龙江', value: Math.round(Math.random() * 1000)}, {name: '湖南', value: Math.round(Math.random() * 1000)}, {name: '安徽', value: Math.round(Math.random() * 1000)}, {name: '山东', value: Math.round(Math.random() * 1000)}, {name: '新疆', value: Math.round(Math.random() * 1000)}, {name: '江苏', value: Math.round(Math.random() * 1000)}, {name: '浙江', value: Math.round(Math.random() * 1000)}, {name: '江西', value: Math.round(Math.random() * 1000)}, {name: '湖北', value: Math.round(Math.random() * 1000)}, {name: '广西', value: Math.round(Math.random() * 1000)}, {name: '甘肃', value: Math.round(Math.random() * 1000)}, {name: '山西', value: Math.round(Math.random() * 1000)}, {name: '内蒙古', value: Math.round(Math.random() * 1000)}, {name: '陕西', value: Math.round(Math.random() * 1000)}, {name: '吉林', value: Math.round(Math.random() * 1000)}, {name: '福建', value: Math.round(Math.random() * 1000)}, {name: '贵州', value: Math.round(Math.random() * 1000)}, {name: '广东', value: Math.round(Math.random() * 1000)}, {name: '青海', value: Math.round(Math.random() * 1000)}, {name: '西藏', value: Math.round(Math.random() * 1000)}, {name: '四川', value: Math.round(Math.random() * 1000)}, {name: '宁夏', value: Math.round(Math.random() * 1000)}, {name: '海南', value: Math.round(Math.random() * 1000)}, {name: '台湾', value: Math.round(Math.random() * 1000)}, {name: '香港', value: Math.round(Math.random() * 1000)}, {name: '澳门', value: Math.round(Math.random() * 1000)} ] } ] }; myChart.setOption(option); </script> </body> </html> ```

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值