@datarailsshared/dr_renderer 1.2.175-dragons → 1.2.176-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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/dr_renderer",
3
- "version": "1.2.175-dragons",
3
+ "version": "1.2.176-dragons",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -1407,7 +1407,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
1407
1407
 
1408
1408
  resultObject.data.push({
1409
1409
  y: pivotData.colTotals[col_n_value].sum,
1410
- name: lodash.unescape(col_n_value),
1410
+ name: lodash.unescape(col_n_value).replace('DR_Others', highchartsRenderer.getOthersName(opts)),
1411
1411
  isSum: !!col_index,
1412
1412
  isTotal: true,
1413
1413
  color: colorOptions.total,