From 83cb1c108ffab70262a43334d1eb58928d2abec9 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 17 Oct 2019 15:04:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/com/finebi/plugin/web/js/chart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/com/finebi/plugin/web/js/chart.js b/src/main/resources/com/finebi/plugin/web/js/chart.js index 1703966..cbcf759 100644 --- a/src/main/resources/com/finebi/plugin/web/js/chart.js +++ b/src/main/resources/com/finebi/plugin/web/js/chart.js @@ -247,7 +247,7 @@ // BI.provider("bi.provider.design.chart.edit", chartChangeProvider); BI.config("bi.provider.chart", function(provider) { - provider.config(config); + provider.inject(config); }); }));