Spaces:
Running
Running
Update index.html
Browse files- 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 |
|