当前位置:   article > 正文

《前端》Echarts 案例-未来一周气温变化及实现折线图图表单选(有道)_一周气温变化折线统计图

一周气温变化折线统计图

 

 

想实现图例一根线显示,只需要在legend下加上属性  selectedMode: 'single' 这样就可以实现图表单选了

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>案例-未来一周气温变化</title>
  8. </head>
  9. <body>
  10. <div id="main" style="width: 600px;height:400px;"></div>
  11. <script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.js"></script>
本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/208715
推荐阅读