From cf532f77425fa0a248561972d27621aae52d3b3b Mon Sep 17 00:00:00 2001 From: zheng Date: Sun, 30 Sep 2018 16:16:34 +0800 Subject: [PATCH] =?UTF-8?q?addjson=20=E6=8E=A5=E5=8F=A3=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/fr/plugin/demo/DemoChart.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/fr/plugin/demo/DemoChart.java b/src/com/fr/plugin/demo/DemoChart.java index 92c28b8..f6a843c 100644 --- a/src/com/fr/plugin/demo/DemoChart.java +++ b/src/com/fr/plugin/demo/DemoChart.java @@ -119,7 +119,7 @@ public class DemoChart extends AbstractChart{ @ExecuteFunctionRecord @Override - protected void addJSON(DemoDataConfig dataConfig, JSONObject jsonObject, Repository repo) throws JSONException { + protected void addJSON(DemoDataConfig dataConfig, JSONObject jsonObject, Repository repo, JSONPara para) throws JSONException { jsonObject.put("theme", getThemeType() == ThemeType.DARK ? "dark" : "sth whatever"); jsonObject.put("title", JSONFactory.createJSON(JSON.OBJECT).put("text", getTitleFormula().getResult()));