group_8.html 2.0 KB

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Awesome go-echarts</title>
  6. <script src="https://go-echarts.github.io/go-echarts-assets/assets/echarts.min.js"></script>
  7. <script src="https://go-echarts.github.io/go-echarts-assets/assets/themes/westeros.js"></script>
  8. </head>
  9. <body>
  10. <div class="container">
  11. <div class="item" id="gVuoVzJcOlaC" style="width:900px;height:500px;"></div>
  12. </div>
  13. <script type="text/javascript">
  14. "use strict";
  15. let goecharts_gVuoVzJcOlaC = echarts.init(document.getElementById('gVuoVzJcOlaC'), "westeros");
  16. let option_gVuoVzJcOlaC = {"legend":{"show":false},"series":[{"name":"Category A","type":"line","step":true,"connectNulls":true,"waveAnimation":false,"renderLabelForZeroData":false,"selectedMode":false,"animation":false,"data":[{"value":52,"XAxisIndex":0,"YAxisIndex":0},{"value":71,"XAxisIndex":0,"YAxisIndex":0},{"value":71,"XAxisIndex":0,"YAxisIndex":0},{"value":79,"XAxisIndex":0,"YAxisIndex":0},{"value":74,"XAxisIndex":0,"YAxisIndex":0},{"value":87,"XAxisIndex":0,"YAxisIndex":0},{"value":85,"XAxisIndex":0,"YAxisIndex":0},{"value":67,"XAxisIndex":0,"YAxisIndex":0},{"value":75,"XAxisIndex":0,"YAxisIndex":0},{"value":65,"XAxisIndex":0,"YAxisIndex":0},{"value":64,"XAxisIndex":0,"YAxisIndex":0},{"value":52,"XAxisIndex":0,"YAxisIndex":0},{"value":73,"XAxisIndex":0,"YAxisIndex":0},{"value":59,"XAxisIndex":0,"YAxisIndex":0},{"value":54,"XAxisIndex":0,"YAxisIndex":0},{"value":81,"XAxisIndex":0,"YAxisIndex":0},{"value":56,"XAxisIndex":0,"YAxisIndex":0},{"value":58,"XAxisIndex":0,"YAxisIndex":0},{"value":54,"XAxisIndex":0,"YAxisIndex":0}]}],"title":{"text":"group_id=8","subtext":"group_id=8,group size=214"},"tooltip":{"show":false},"xAxis":[{"data":["52","71","71","79","74","87","85","67","75","65","64","52","73","59","54","81","56","58","54"]}],"yAxis":[{}]};
  17. goecharts_gVuoVzJcOlaC.setOption(option_gVuoVzJcOlaC);
  18. </script>
  19. <style>
  20. .container {margin-top:30px; display: flex;justify-content: center;align-items: center;}
  21. .item {margin: auto;}
  22. </style>
  23. </body>
  24. </html>