@datarailsshared/dr_renderer 1.2.105 → 1.2.106
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -599,7 +599,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
599
599
|
series_text = ': ';
|
|
600
600
|
}
|
|
601
601
|
let formatted_value_to_return = $.pivotUtilities.getFormattedNumber(y, null, opts);
|
|
602
|
-
if (aggr.value()
|
|
602
|
+
if (aggr.value()) {
|
|
603
603
|
formatted_value_to_return = $.pivotUtilities.getFormattedNumber(aggr.value(), aggr, opts);
|
|
604
604
|
}
|
|
605
605
|
|