Browse Source

HUE-5029 [charts] Remove   from multiBar legend

Enrico Berti 9 năm trước cách đây
mục cha
commit
20d1619

+ 1 - 1
desktop/libs/notebook/src/notebook/templates/editor_components.mako

@@ -2714,7 +2714,7 @@ ${ hueIcons.symbols() }
                 });
               }
               _datum.push({
-                key: val,
+                key: hueUtils.html2text(val),
                 values: _data
               });
             });