Преглед изворни кода

HUE-5029 [charts] Remove   from multiBar legend

Enrico Berti пре 9 година
родитељ
комит
20d1619
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      desktop/libs/notebook/src/notebook/templates/editor_components.mako

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