Эх сурвалжийг харах

HUE-4077 [editor] Decimal not supported in bar charts

Enrico Berti 9 жил өмнө
parent
commit
6ec3fe2

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

@@ -2404,7 +2404,7 @@ ${ hueIcons.symbols() }
             _data.push({
               series: _plottedSerie,
               x: _isXDate ? moment(item[_idxLabel]) : hueUtils.html2text(item[_idxLabel]),
-              y: item[_idxValue],
+              y: item[_idxValue]*1,
               obj: item
             });
           });