欢迎来到战地风云2042Wiki

站点内所涉及的公司名称、商标、产品等均为其各自所有者所有的资产,站点内使用仅供用于识别。站点内使用的所有游戏图片,游戏文案等其他素材,其版权为游戏权利方所有。如有异议请发邮件至:bwiki@bilibili.com 或联系客服QQ:1968897839

全站通知:

Widget:MP9

来自战地风云2042WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索

<html style="height: 100%"><head>

       <meta charset="utf-8">
   </head>
   <body style="height: 100%; margin: 0">
<canvas data-zr-dom-id="zr_0" width="1920" height="916" style="position: absolute; left: 0px; top: 0px; width: 1920px; height: 916px; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 0px; margin: 0px; border-width: 0px;"></canvas>
30M
常规子弹18
近战子弹15
重型子弹22
亚音速子弹22


       <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/echarts@5/dist/echarts.min.js"></script>
       <script type="text/javascript">

var dom = document.getElementById("container"); var myChart = echarts.init(dom); var app = {};

var option;


option = {

 title: {
   text: 
 },
 tooltip: {
   trigger: 'axis'
 },
 legend: {
   data: ['近战子弹', '亚音速子弹']
 },
 grid: {
   left: '3%',
   right: '4%',
   bottom: '3%',
   containLabel: true
 },
 toolbox: {
   feature: {
     saveAsImage: {}
   }
 },
 xAxis: {
   type: 'category',
   boundaryGap: false,
   data: ['5M', '10M', '20M', '30M', '40M', '50M', '75M', '100M', '150M']
 },
 yAxis: {
   type: 'value'
 },
 series: [
     {
     name: '近战子弹',
     type: 'line',
     
     data: [26, 22, 22, 22, 18, 15, 13, 12, 12]
   },
   {
     name: '亚音速子弹',
     type: 'line',
     
     data: [22, 22, 22, 22, 22, 18, 15, 13, 13]
   },
   {
     name: '常规子弹',
     type: 'line',
     
     data: [22, 22, 22, 22, 18, 15, 15, 13, 13]
   }
   
 ]

};

if (option && typeof option === 'object') {

   myChart.setOption(option);

}

       </script>
   
   </body></html>