Skip to content

Commit

Permalink
Merge branch 'ui-v2' of github.com:IGS/gEAR into ui-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jorvis committed Sep 6, 2024
2 parents 39a8c89 + 01ada54 commit 898c31b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/js/dataset_curator.js
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,10 @@ const addOvercrowdedSeriesWarning = (plotContainer) => {
overcrowdedSeriesWarning.classList.add("message", "is-warning");
overcrowdedSeriesWarning.id = "overcrowded-series-warning";
overcrowdedSeriesWarning.innerHTML = `
<div class="message-header">
<p class="mb-0">Overcrowding Warning</p>
<button class="delete" aria-label="delete"></button>
</div>
<div class="message-body">
<strong>WARNING:</strong> 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.
</div>
Expand Down

0 comments on commit 898c31b

Please sign in to comment.