@datarailsshared/dr_renderer 1.4.54 → 1.4.57

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.4.54",
3
+ "version": "1.4.57",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -28,7 +28,7 @@ const GAUGE_OPTIONS_DEFAULT = {
28
28
  title: "Goal",
29
29
  value: 1000000,
30
30
  },
31
- isAbsoluteValue: true,
31
+ isAbsoluteValue: false,
32
32
  segments: [
33
33
  {
34
34
  from: 0,
@@ -7650,7 +7650,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
7650
7650
  categorys_class: 'google-visualization-charteditor-mini-more',
7651
7651
  category_label: 'Gauge is absolute value',
7652
7652
  category_type: 'isAbsoluteValue',
7653
- default_value: true,
7653
+ default_value: false,
7654
7654
  }
7655
7655
  };
7656
7656