@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 +1 -1
- package/src/dr_pivottable.js +0 -3
package/package.json
CHANGED
package/src/dr_pivottable.js
CHANGED
|
@@ -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
|
}
|