Skip to content

Commit

Permalink
Fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
AAChartModel committed Jun 6, 2019
1 parent d1d98ac commit 813ece4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ public void aa_onlyRefreshTheChartDataWithChartOptionsSeriesArray(AASeriesElemen
// 将对象编译成json
Gson gson = new Gson();
String seriesArr = gson.toJson(seriesElementsArr);
// this.loadUrl("javascript:onlyRefreshTheChartDataWithSeries('" + seriesArr + "',')");
String javaScriptStr = "onlyRefreshTheChartDataWithSeries('" + seriesArr + "',')";
// this.loadUrl("javascript:onlyRefreshTheChartDataWithSeries('" + seriesArr + "')");
String javaScriptStr = "onlyRefreshTheChartDataWithSeries('" + seriesArr + "')";
this.safeEvaluateJavaScriptString(javaScriptStr);
}

Expand Down

0 comments on commit 813ece4

Please sign in to comment.