@datarailsshared/dr_renderer 1.4.44 → 1.4.50

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/README.md CHANGED
@@ -21,3 +21,4 @@ To be able to compile types with `npm run build:types` you need to install types
21
21
 
22
22
  ## Publish to npm
23
23
  Just merge to prod branch
24
+ ###
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/dr_renderer",
3
- "version": "1.4.44",
3
+ "version": "1.4.50",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -6999,7 +6999,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
6999
6999
  element_label: 'Goal name',
7000
7000
  value_name: 'goal_name',
7001
7001
  default_value: 'Goal',
7002
- hidden: !highchartsRenderer.hasFeature(FEATURES.ENABLE_GAUGE_DYNAMIC_GOAL),
7002
+ showFn: () => highchartsRenderer.hasFeature(FEATURES.ENABLE_GAUGE_DYNAMIC_GOAL),
7003
7003
  },
7004
7004
  ]
7005
7005
  },