@datarailsshared/dr_renderer 1.2.202-dragons → 1.2.203-dragons
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
|
@@ -1348,7 +1348,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
1348
1348
|
const chart_series = [];
|
|
1349
1349
|
const row_n_keys = pivotData.getRowKeys();
|
|
1350
1350
|
const col_n_keys = pivotData.getColKeys();
|
|
1351
|
-
const hasBreakdownValues = lodash.
|
|
1351
|
+
const hasBreakdownValues = lodash.some(pivotData.getRowKeys(), rowKey => !rowKey || lodash.isArray(rowKey) && !rowKey.length);
|
|
1352
1352
|
|
|
1353
1353
|
let resultObject = {
|
|
1354
1354
|
data: [],
|