ZoeDuan commited on
Commit
d601903
·
verified ·
1 Parent(s): 4bb817b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -19,7 +19,7 @@
19
 
20
  myChart.showLoading();
21
 
22
- $.getJSON('data/output_echart.json')
23
  .done(function (graph) {
24
  myChart.hideLoading();
25
 
 
19
 
20
  myChart.showLoading();
21
 
22
+ $.getJSON('/echarts-5.5.0-rc.2/dist/data/output_echart.json')
23
  .done(function (graph) {
24
  myChart.hideLoading();
25