@datarailsshared/dr_renderer 1.2.384 → 1.2.386

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.384",
3
+ "version": "1.2.386",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -723,7 +723,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
723
723
  shape: 'square',
724
724
  padding: 0,
725
725
  stickOnContact: true,
726
- hideDelay: 1500,
726
+ hideDelay: 300,
727
727
  destroyWhenHiding: true,
728
728
  formatter: function () {
729
729
  const rowKey = pivotData.rowAttrs.length ? lodash.get(this.point, 'series.name') || "" : "";
@@ -9149,10 +9149,6 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
9149
9149
  let templateNoData = lodash.find(templates, {id: widget_obj.template_id});
9150
9150
  if (templateNoData) {
9151
9151
 
9152
- lodash.forEach(templateNoData.fields, field => {
9153
- field.name = highchartsRenderer.decodeFunc(field.name);
9154
- });
9155
-
9156
9152
  // we need to assign this before calling getWidgetDataSorters method
9157
9153
  // other way we won't get dateValuesDictionary
9158
9154
  // preserved condition templateNoData == true - not to interfere with further logic