final String html = ChartsUtils.getStatisticsReportHTML(dataName, statistics, boxPlot, scatterPlot, histogram, boxPlotDialog != null ? boxPlotDialog.getChartSize() : null, scatterPlotDialog != null ? scatterPlotDialog.getChartSize() : null, histogramDialog != null ? histogramDialog.getChartSize() : null);
if (reportDialog != null) {
reportDialog.dispose();
}
reportDialog = new SimpleHTMLReport(WindowManager.getDefault().getMainWindow(), html);
}//GEN-LAST:event_showReportButtonActionPerformed