diff --git a/www/js/dataset_curator.js b/www/js/dataset_curator.js index c2521f74..2b9df854 100644 --- a/www/js/dataset_curator.js +++ b/www/js/dataset_curator.js @@ -667,6 +667,10 @@ const addOvercrowdedSeriesWarning = (plotContainer) => { overcrowdedSeriesWarning.classList.add("message", "is-warning"); overcrowdedSeriesWarning.id = "overcrowded-series-warning"; overcrowdedSeriesWarning.innerHTML = ` +
+

Overcrowding Warning

+ +
WARNING: One or more of the selected categorical series has more than 20 groups. This may cause the plot to be more difficult to read or render properly.