gaoshp
2024-01-05 b5db49ce1e4c678ce4a7120928811a9621128b8e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0">
    <title>MDC展示平台</title>
      <script src="/static/plugins/echarts-3.8.5/echarts.common.min.js"></script>
      <script src="/static/plugins/highcharts/highcharts.js"></script>
      <script src="/static/plugins/highcharts/highcharts-more.js"></script>
      <script src="/static/plugins/highcharts/highcharts-3d.js"></script>
      <script src="/static/plugins/highcharts/wordcloud.js"></script>
      <script src="/static/plugins/highcharts/exporting.js"></script>
      <script src="/static/plugins/highcharts/bullet.js"></script>
<!--      <script src="https://img.hcharts.cn/highcharts/modules/xrange.js"></script>-->
      <script src="/static/plugins/highcharts/xrange.js"></script>
  </head>
  <body>
    <div id="app"></div>
    <!-- built files will be auto injected -->
  </body>
</html>