@datarailsshared/dr_renderer 1.2.288 → 1.2.289

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.288",
3
+ "version": "1.2.289",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -668,6 +668,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
668
668
  shape: 'square',
669
669
  padding: 0,
670
670
  stickOnContact: true,
671
+ hideDelay: 1500,
671
672
  formatter: function () {
672
673
  const rowKey = pivotData.rowAttrs.length ? _.get(this.point, 'series.name') || "" : "";
673
674
  const colKey = _.get(this.point, 'name') || this.x.name[0] || "";
@@ -1218,7 +1219,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
1218
1219
  );
1219
1220
  }
1220
1221
  });
1221
-
1222
+
1222
1223
  const ethalonSeries = chart_series[chart_series.length - 1];
1223
1224
 
1224
1225
  if (has_delta && additionOptions && additionOptions.delta_column.only_variant) {