diff --git a/src/fr/devinsy/statoolinfos/htmlize/ServiceStatsView.java b/src/fr/devinsy/statoolinfos/htmlize/ServiceStatsView.java index 7bd29c1..23aab1a 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/ServiceStatsView.java +++ b/src/fr/devinsy/statoolinfos/htmlize/ServiceStatsView.java @@ -61,12 +61,14 @@ public class ServiceStatsView data.setContent("turnoutChart", ChartHtmlizer.htmlizeOrganizationTurnoutChart(service)); Services services = Services.of(service); - data.setContent("hostServerDistributionChart", ChartHtmlizer.htmlizeHostServerDistributionChart(services)); data.setContent("hostServerTypeChart", ChartHtmlizer.htmlizeHostServerTypeChart(services)); data.setContent("hostProviderTypeChart", ChartHtmlizer.htmlizeHostProviderTypeChart(services)); data.setContent("serviceCountryChart", ChartHtmlizer.htmlizeServiceCountryChart(services)); data.setContent("hostNameChart", ChartHtmlizer.htmlizeHostNamePieChart(services)); + data.setContent("hostProviderHypervisorChart", ChartHtmlizer.htmlizeHostProviderHypervisorChart(services)); + + data.setContent("hostServerDistributionChart", ChartHtmlizer.htmlizeHostServerDistributionChart(services)); data.setContent("serviceInstallTypeChart", ChartHtmlizer.htmlizeServiceInstallTypeChart(services)); { diff --git a/src/fr/devinsy/statoolinfos/htmlize/serviceStatsView.xhtml b/src/fr/devinsy/statoolinfos/htmlize/serviceStatsView.xhtml index 2fcae8a..5fabf9e 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/serviceStatsView.xhtml +++ b/src/fr/devinsy/statoolinfos/htmlize/serviceStatsView.xhtml @@ -17,13 +17,17 @@
-
+
+
+
+
+
@@ -41,7 +45,6 @@
-