Fixes for scatterplot
Test and deploy / deploy (push) Successful in 31s

This commit is contained in:
2026-07-29 10:06:39 -05:00
parent 3c7abc1cbc
commit cf56445915
8 changed files with 77 additions and 347 deletions
+1 -2
View File
@@ -196,7 +196,7 @@ export function renderStatisticsPage(statistics) {
</nav>
</header>
<main class="statistics-container">
<p class="statistics-intro">Explore addressed Issue-IDs by release, followed by counts of the releases represented in the issue data.</p>
<p class="statistics-intro">Explore addressed Issue-IDs by product and release.</p>
<section class="issue-plot" aria-labelledby="issue-plot-heading">
<div class="issue-plot-heading">
<div>
@@ -218,7 +218,6 @@ export function renderStatisticsPage(statistics) {
</div>
<p id="issue-plot-summary" class="issue-plot-summary" aria-live="polite"></p>
</section>
${statistics.map(renderProduct).join('\n')}
</main>
<script type="module" src="js/statistics.js"></script>
</body>