@datarailsshared/dr_renderer 1.2.385 → 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.385",
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') || "" : "";