Commit 721c38b42c3fef4dad7e2e27dcded2b447c14f47

Authored by ww
1 parent 497a6294

fix: bar chart can not bind data source

... ... @@ -5835,7 +5835,8 @@ DataFormatPanel.prototype.addDataFont = function (container) {
5835 5835 [permissionKey.LINE]: getSubmitValue,
5836 5836 [permissionKey.REAL_TIME]: getSubmitValue,
5837 5837 [permissionKey.LINE_CHART]: getSubmitValue,
5838   - [permissionKey.DEFAULT]: getVideoSubmitValue,
  5838 + [permissionKey.BAR_CHART]: getSubmitValue,
  5839 + [permissionKey.DEFAULT]: getSubmitValue,
5839 5840 [permissionKey.VIDEO]: getVideoSubmitValue,
5840 5841 }
5841 5842
... ...