@datarailsshared/dr_renderer 1.2.210-dragons → 1.2.211-dragons
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
|
@@ -4366,7 +4366,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
4366
4366
|
title: 'Data Conflict',
|
|
4367
4367
|
text: `Please adjust your dashboard's reference date and filter selections as \
|
|
4368
4368
|
the quantity of data doesn't match the chart's ${ minCategories }-${ maxCategories } value limit.`,
|
|
4369
|
-
class: 'nodata',
|
|
4369
|
+
class: uniqueCategories.length < minCategories ? 'waterfall-nodata' : 'waterfall-too-much-data',
|
|
4370
4370
|
}
|
|
4371
4371
|
return highchartsRenderer.getNoDataResult(options.rendererOptions, true);
|
|
4372
4372
|
}
|