@datarailsshared/dr_renderer 1.2.237 → 1.2.239

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.237",
3
+ "version": "1.2.239",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -5378,7 +5378,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
5378
5378
  fields: [],
5379
5379
  },
5380
5380
  dataType: {
5381
- regex: /data[_\s]type[_\s]by/i,
5381
+ regex: /^(data[_\s]type[_\s]by|data[_\s]type)$/i,
5382
5382
  allowedFieldTypes: ['Text'],
5383
5383
  fields: [],
5384
5384
  },