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); }); }));