Browse Source

接口调整

pull/2/head
imp 5 years ago
parent
commit
83cb1c108f
  1. 2
      src/main/resources/com/finebi/plugin/web/js/chart.js

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

Loading…
Cancel
Save