@datarailsshared/dr_renderer 1.2.69 → 1.2.70

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.69",
3
+ "version": "1.2.70",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -1105,8 +1105,8 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
1105
1105
  }
1106
1106
  tmoobj.name = lodash.unescape(key);
1107
1107
 
1108
- if (key && key.length > 0) {
1109
- tmoobj.name = lodash.unescape(col_n_value.join(highchartsRenderer.delimer).replace('DR_Others', othersName));
1108
+ if (tmoobj.name) {
1109
+ tmoobj.name = tmoobj.name.replace('DR_Others', othersName);
1110
1110
  }
1111
1111
 
1112
1112
  if (lodash.isEmpty(String(tmoobj.name))) {