diff --git a/src/fr/devinsy/statoolinfos/htmlize/ServiceWebMetricPage.java b/src/fr/devinsy/statoolinfos/htmlize/ServiceWebMetricPage.java index 30bf382..c41fd60 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/ServiceWebMetricPage.java +++ b/src/fr/devinsy/statoolinfos/htmlize/ServiceWebMetricPage.java @@ -90,8 +90,8 @@ public class ServiceWebMetricPage metric6 = service.getMetricMonthValues("metrics.http.hits.visitors"); data.setContent(tagId, graphicIndex++, ChartHtmlizer.htmlizeMetricsChart("http.hits (visitors + bots)", start, end, new ChartColor[] { ChartColor.GREEN, ChartColor.YELLOW }, metric6, metric4)); - data.setContent(tagId, graphicIndex++, ChartHtmlizer.htmlizeMetricsChart(start, end, metric4, ChartColor.YELLOW)); data.setContent(tagId, graphicIndex++, ChartHtmlizer.htmlizeMetricsChart(start, end, metric6, ChartColor.GREEN)); + data.setContent(tagId, graphicIndex++, ChartHtmlizer.htmlizeMetricsChart(start, end, metric4, ChartColor.YELLOW)); metric = service.getMetricMonthValues("metrics.http.errors"); data.setContent(tagId, graphicIndex++, ChartHtmlizer.htmlizeMetricsChart(start, end, metric, ChartColor.RED));