Explorar o código

HUE-5029 [charts] Remove   from multiBar legend

Enrico Berti %!s(int64=9) %!d(string=hai) anos
pai
achega
20d1619a16

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