@datarailsshared/dr_renderer 1.5.50 → 1.5.52

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.5.50",
3
+ "version": "1.5.52",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -1273,9 +1273,6 @@ let initDRPivotTable = function($, window, document) {
1273
1273
  "rowspan": rowHeader.descendants + 1,
1274
1274
  "colspan": colspan
1275
1275
  });
1276
- if (pivotData.isSmartQueriesEnabled) {
1277
- th.textContent = th.textContent.replace(DR_SCENARIO.Forecast, 'Forecast Smart Query');
1278
- }
1279
1276
  if (opts.chartOptions.table_options.hide_nulls_in_headers) {
1280
1277
  th.textContent = th.textContent.replace('[null]', '');
1281
1278
  }