Commit 046bdba6b0f9f4c46edba52434ad2d8c4981b74e
Merge branch 'ww' into 'main'
fix: bar chart can not bind data source See merge request huang/thingskit-drawio!32
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -5835,7 +5835,8 @@ DataFormatPanel.prototype.addDataFont = function (container) { | @@ -5835,7 +5835,8 @@ DataFormatPanel.prototype.addDataFont = function (container) { | ||
5835 | [permissionKey.LINE]: getSubmitValue, | 5835 | [permissionKey.LINE]: getSubmitValue, |
5836 | [permissionKey.REAL_TIME]: getSubmitValue, | 5836 | [permissionKey.REAL_TIME]: getSubmitValue, |
5837 | [permissionKey.LINE_CHART]: getSubmitValue, | 5837 | [permissionKey.LINE_CHART]: getSubmitValue, |
5838 | - [permissionKey.DEFAULT]: getVideoSubmitValue, | 5838 | + [permissionKey.BAR_CHART]: getSubmitValue, |
5839 | + [permissionKey.DEFAULT]: getSubmitValue, | ||
5839 | [permissionKey.VIDEO]: getVideoSubmitValue, | 5840 | [permissionKey.VIDEO]: getVideoSubmitValue, |
5840 | } | 5841 | } |
5841 | 5842 |