@datarailsshared/dr_renderer 1.3.34 → 1.3.35

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.3.34",
3
+ "version": "1.3.35",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -8103,6 +8103,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
8103
8103
  type: 'gauge-categories-summary',
8104
8104
  name: 'Gauge Categories Summary',
8105
8105
  class: 'google-visualization-charteditor-mini-gauge',
8106
+ hidden: true,
8106
8107
  subtypes: [
8107
8108
  {
8108
8109
  type: highchartsRenderer.CHART_TYPES.GAUGE_CHART_CATEGORIES_SUMMARY,