Yaniv Dary has uploaded a new change for review. Change subject: reports: changed DejaVu Sans font to SansSerif family (#901418) ......................................................................
reports: changed DejaVu Sans font to SansSerif family (#901418) This is to fully support non latin fonts. Bug-Url: https://bugzilla.redhat.com/901418 Change-Id: Idce54abe8b0449b03db4b60eca38947490ede0ac Signed-off-by: Yaniv Dary <[email protected]> --- M reports/jars/ChartsCustomizers/src/main/java/com/ovirt/reports/jasper/ScatterChartCustomizer.java M reports/jars/ReportsLineBarChartTheme/src/main/resources/ReportsLineBarChartTheme.jrctx M reports/jars/ReportsPieChartTheme/src/main/resources/ReportsPieChartTheme.jrctx M reports/jars/WebadminLineBarChartTheme/src/main/resources/WebadminLineBarChartTheme.jrctx M reports/repository_files/resources/reports_resources/webadmin_dashboards/ce/datacenter_dashboard_files/dc_summary_of_cluster_hosts_resources_usage_dr27_jrxml.data 5 files changed, 12 insertions(+), 12 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/12/12912/1 diff --git a/reports/jars/ChartsCustomizers/src/main/java/com/ovirt/reports/jasper/ScatterChartCustomizer.java b/reports/jars/ChartsCustomizers/src/main/java/com/ovirt/reports/jasper/ScatterChartCustomizer.java index d41782c..10b5c9a 100644 --- a/reports/jars/ChartsCustomizers/src/main/java/com/ovirt/reports/jasper/ScatterChartCustomizer.java +++ b/reports/jars/ChartsCustomizers/src/main/java/com/ovirt/reports/jasper/ScatterChartCustomizer.java @@ -20,13 +20,13 @@ XYPlot categoryPlot = chart.getXYPlot(); Marker ymarker = new ValueMarker(50); ymarker.setLabel("50% Usage"); - ymarker.setLabelFont(new Font("DejaVu Sans", Font.BOLD, 11)); + ymarker.setLabelFont(new Font("SansSerif", Font.BOLD, 11)); ymarker.setPaint(Color.black); ymarker.setLabelAnchor(RectangleAnchor.TOP_LEFT); ymarker.setLabelTextAnchor(TextAnchor.TOP_RIGHT); Marker xmarker = new ValueMarker(50); xmarker.setLabel("50% Usage"); - xmarker.setLabelFont(new Font("DejaVu Sans", Font.BOLD, 11)); + xmarker.setLabelFont(new Font("SansSerif", Font.BOLD, 11)); xmarker.setPaint(Color.black); xmarker.setLabelAnchor(RectangleAnchor.BOTTOM_RIGHT); xmarker.setLabelTextAnchor(TextAnchor.TOP_RIGHT); diff --git a/reports/jars/ReportsLineBarChartTheme/src/main/resources/ReportsLineBarChartTheme.jrctx b/reports/jars/ReportsLineBarChartTheme/src/main/resources/ReportsLineBarChartTheme.jrctx index 75d82a9..8308866 100644 --- a/reports/jars/ReportsLineBarChartTheme/src/main/resources/ReportsLineBarChartTheme.jrctx +++ b/reports/jars/ReportsLineBarChartTheme/src/main/resources/ReportsLineBarChartTheme.jrctx @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<chart-theme><chart-settings background-image-alignment="Align.TOP_RIGHT"><background-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color1="#E8F0FF" color2="#FFFFFF" xsi:type="gradient-paint"/><font/><border-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><stroke width="0.5"/><padding top="1.0" left="1.0" bottom="1.0" right="1.0"/></chart-settings><title-settings><foreground-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#3A5F7D" xsi:type="color"/><background-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color1="#E8F0FF" color2="#FFFFFF" xsi:type="gradient-paint"/><font font-name="DejaVu Sans" font-size="11" bold="true"/></title-settings><subtitle-settings><foreground-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#3A5F7D" xsi:type="color"/><background-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color1="#E8F0FF" color2="#FFFFFF" xsi:type="gradien! t-paint"/><font font-name="DejaVu Sans" font-size="10" bold="true"/></subtitle-settings><legend-settings><foreground-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#000000" xsi:type="color"/><background-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color1="#FFFFFF" color2="#FFFFFF" xsi:type="gradient-paint"/><font font-name="DejaVu Sans"/></legend-settings><plot-settings background-image-alignment="Align.TOP_RIGHT"><outline-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#0000FF" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#FFA500" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#008000" xsi:type="color"/><serie! s-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#FF0000" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#800000" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#004AAB" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#EE5C00" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#6EC000" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#7300A5" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#CC0000" xsi:type="color"/><domain-gridline-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><domain-gridline-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="0.5" xsi:type="stroke" /><range-gridline-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-in! stance" color="#D0DAE6" xsi:type="color"/><range-gridline-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="0.5" xsi:type="stroke"/><tick-label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="font"/><display-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="font"/></plot-settings><domain-axis-settings><line-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><line-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/><label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="DejaVu Sans" font-size="9" bold="true" xsi:type="font"/><tick-label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><tick-label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="DejaVu ! Sans" font-size="9" bold="true" xsi:type="font"/><tick-marks-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><tick-marks-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/></domain-axis-settings><range-axis-settings><line-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#FFFF00" xsi:type="color"/><line-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/><label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="DejaVu Sans" font-size="9" bold="true" xsi:type="font"/><tick-label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><tick-label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="DejaVu Sans" font-size="9" bold="true" xsi:type="font"/><tick-mark s-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#! 000000" xsi:type="color"/><tick-marks-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/></range-axis-settings></chart-theme> +<chart-theme><chart-settings background-image-alignment="Align.TOP_RIGHT"><background-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color1="#E8F0FF" color2="#FFFFFF" xsi:type="gradient-paint"/><font/><border-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><stroke width="0.5"/><padding top="1.0" left="1.0" bottom="1.0" right="1.0"/></chart-settings><title-settings><foreground-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#3A5F7D" xsi:type="color"/><background-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color1="#E8F0FF" color2="#FFFFFF" xsi:type="gradient-paint"/><font font-name="SansSerif" font-size="11" bold="true"/></title-settings><subtitle-settings><foreground-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#3A5F7D" xsi:type="color"/><background-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color1="#E8F0FF" color2="#FFFFFF" xsi:type="gradient-! paint"/><font font-name="SansSerif" font-size="10" bold="true"/></subtitle-settings><legend-settings><foreground-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#000000" xsi:type="color"/><background-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color1="#FFFFFF" color2="#FFFFFF" xsi:type="gradient-paint"/><font font-name="SansSerif"/></legend-settings><plot-settings background-image-alignment="Align.TOP_RIGHT"><outline-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#0000FF" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#FFA500" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#008000" xsi:type="color"/><series-colo! r-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#FF0000" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#800000" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#004AAB" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#EE5C00" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#6EC000" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#7300A5" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#CC0000" xsi:type="color"/><domain-gridline-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><domain-gridline-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="0.5" xsi:type="stroke"/><ran ge-gridline-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance! " color="#D0DAE6" xsi:type="color"/><range-gridline-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="0.5" xsi:type="stroke"/><tick-label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="font"/><display-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="font"/></plot-settings><domain-axis-settings><line-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><line-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/><label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="SansSerif" font-size="9" bold="true" xsi:type="font"/><tick-label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><tick-label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="SansSerif" font! -size="9" bold="true" xsi:type="font"/><tick-marks-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><tick-marks-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/></domain-axis-settings><range-axis-settings><line-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#FFFF00" xsi:type="color"/><line-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/><label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="SansSerif" font-size="9" bold="true" xsi:type="font"/><tick-label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><tick-label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="SansSerif" font-size="9" bold="true" xsi:type="font"/><tick-marks-paint xmlns: xsi="http://www.w3.org/2001/XMLSchema-instance" color="#000000" xsi:ty! pe="color"/><tick-marks-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/></range-axis-settings></chart-theme> diff --git a/reports/jars/ReportsPieChartTheme/src/main/resources/ReportsPieChartTheme.jrctx b/reports/jars/ReportsPieChartTheme/src/main/resources/ReportsPieChartTheme.jrctx index efd6e2c..394b921 100644 --- a/reports/jars/ReportsPieChartTheme/src/main/resources/ReportsPieChartTheme.jrctx +++ b/reports/jars/ReportsPieChartTheme/src/main/resources/ReportsPieChartTheme.jrctx @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<chart-theme><chart-settings background-image-alignment="Align.TOP_RIGHT" background-image-alpha="1.0" border-visible="true" anti-alias="true" text-anti-alias="true"><background-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color1="#E8F0FF" color2="#FFFFFF" xsi:type="gradient-paint"/><font/><border-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><stroke width="1.0"/><padding top="1.1" left="2.2" bottom="3.3" right="4.4"/></chart-settings><title-settings show-title="true" position="Top" horizontal-alignment="HorizontalAlignment.CENTER" vertical-alignment="VerticalAlignment.TOP"><foreground-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#3A5F7D" xsi:type="color"/><background-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color1="#E8F0FF" color2="#FFFFFF" xsi:type="gradient-paint"/><font font-name="DejaVu Sans" font-size="11" bold="true"/><padding top="1.1" left="2.2" bottom="3.3" righ! t="4.4"/></title-settings><subtitle-settings show-title="false" position="Top" horizontal-alignment="HorizontalAlignment.LEFT" vertical-alignment="VerticalAlignment.CENTER"><foreground-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#3A5F7D" xsi:type="color"/><background-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color1="#E8F0FF" color2="#FFFFFF" xsi:type="gradient-paint"/><font bold="true"/><padding top="1.1" left="2.2" bottom="3.3" right="4.4"/></subtitle-settings><legend-settings show-legend="true" position="Bottom" horizontal-alignment="HorizontalAlignment.CENTER" vertical-alignment="VerticalAlignment.BOTTOM"><foreground-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#000000" xsi:type="color"/><background-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color1="#FFFFFF" color2="#FFFFFF" xsi:type="gradient-paint"/><font font-name="DejaVu Sans" bold="false"/><padding top="1.1" left="2.2" bottom="3.3" right! ="4.4"/></legend-settings><plot-settings orientation="PlotOrientation.VERTICAL" background-image-alpha="0.5" background-image-alignment="Align.TOP_LEFT" label-rotation="0.0" outline-visible="false" domain-gridline-visible="true" range-gridline-visible="true"><padding top="1.1" left="2.2" bottom="3.3" right="4.4"/><outline-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#0000FF" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#FFA500" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#008000" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#FF0000" xsi:type="color"/><series-color-sequence xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" color="#800000" xsi:type="c! olor"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#004AAB" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#EE5C00" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#6EC000" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#7300A5" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#CC0000" xsi:type="color"/><series-outline-paint-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#AF430C" xsi:type="color"/><series-outline-paint-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#A51A1D" xsi:type="color"/><series-outline-paint-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#004D2A" xsi:type="color"/><series-outline-paint-sequence xmlns:xsi="http://www.w3.org/2001/XMLS! chema-instance" color="#AF9C0C" xsi:type="color"/><series-outline-paint-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#205F82" xsi:type="color"/><series-outline-paint-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#A15D18" xsi:type="color"/><series-outline-paint-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#A00062" xsi:type="color"/><series-outline-paint-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#A37725" xsi:type="color"/><series-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="2.0" xsi:type="stroke"/><series-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="2.0" xsi:type="stroke"/><series-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="2.0" xsi:type="stroke"/><series-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="2.0" xsi:type="stroke"/><series-stroke-sequence xml ns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="2.0" xsi:typ! e="stroke"/><series-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="2.0" xsi:type="stroke"/><series-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="2.0" xsi:type="stroke"/><series-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="2.0" xsi:type="stroke"/><series-outline-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="3.0" xsi:type="stroke"/><series-outline-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="3.0" xsi:type="stroke"/><series-outline-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="3.0" xsi:type="stroke"/><series-outline-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="3.0" xsi:type="stroke"/><series-outline-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="3.0" xsi:type="stroke"/><series-outline-stroke-sequence xmlns:xsi="http://www.w3.org/200! 1/XMLSchema-instance" width="3.0" xsi:type="stroke"/><series-outline-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="3.0" xsi:type="stroke"/><series-outline-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="3.0" xsi:type="stroke"/><domain-gridline-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><domain-gridline-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="0.5" xsi:type="stroke"/><range-gridline-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><range-gridline-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="0.5" xsi:type="stroke"/><tick-label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="DejaVu Sans" font-size="12" bold="true" xsi:type="font"/><display-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="DejaVu Sans" font-size="12" bold="true" xsi:ty pe="font"/></plot-settings><domain-axis-settings visible="true" locati! on="AxisLocation.BOTTOM_OR_RIGHT" line-visible="true" label-angle="0.0" label-visible="true" tick-labels-visible="true" tick-marks-inside-length="0.1" tick-marks-outside-length="0.2" tick-marks-visible="true" tick-count="5"><line-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><line-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/><label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="DejaVu Sans" font-size="9" bold="true" italic="true" xsi:type="font"/><label-insets top="0.5" left="0.5" bottom="1.0" right="1.0"/><tick-label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><tick-label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="DejaVu Sans" font-size="9" bold="true" italic="false" xsi:type="font"! /><tick-label-insets top="0.5" left="0.5" bottom="0.5" right="0.5"/><tick-marks-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><tick-marks-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/></domain-axis-settings><range-axis-settings visible="true" location="AxisLocation.TOP_OR_RIGHT" line-visible="true" label-angle="1.5707963267948966" label-visible="true" tick-labels-visible="true" tick-marks-inside-length="0.2" tick-marks-outside-length="0.1" tick-marks-visible="true" tick-count="6"><line-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><line-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/><label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="DejaVu Sans" font-size="9" bold="t rue" italic="true" xsi:type="font"/><label-insets top="0.5" left="0.5"! bottom="1.0" right="1.0"/><tick-label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><tick-label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="DejaVu Sans" font-size="9" bold="false" italic="true" xsi:type="font"/><tick-label-insets top="0.5" left="0.5" bottom="0.5" right="0.5"/><tick-marks-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#000000" xsi:type="color"/><tick-marks-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/></range-axis-settings></chart-theme> +<chart-theme><chart-settings background-image-alignment="Align.TOP_RIGHT" background-image-alpha="1.0" border-visible="true" anti-alias="true" text-anti-alias="true"><background-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color1="#E8F0FF" color2="#FFFFFF" xsi:type="gradient-paint"/><font/><border-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><stroke width="1.0"/><padding top="1.1" left="2.2" bottom="3.3" right="4.4"/></chart-settings><title-settings show-title="true" position="Top" horizontal-alignment="HorizontalAlignment.CENTER" vertical-alignment="VerticalAlignment.TOP"><foreground-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#3A5F7D" xsi:type="color"/><background-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color1="#E8F0FF" color2="#FFFFFF" xsi:type="gradient-paint"/><font font-name="SansSerif" font-size="11" bold="true"/><padding top="1.1" left="2.2" bottom="3.3" right=! "4.4"/></title-settings><subtitle-settings show-title="false" position="Top" horizontal-alignment="HorizontalAlignment.LEFT" vertical-alignment="VerticalAlignment.CENTER"><foreground-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#3A5F7D" xsi:type="color"/><background-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color1="#E8F0FF" color2="#FFFFFF" xsi:type="gradient-paint"/><font bold="true"/><padding top="1.1" left="2.2" bottom="3.3" right="4.4"/></subtitle-settings><legend-settings show-legend="true" position="Bottom" horizontal-alignment="HorizontalAlignment.CENTER" vertical-alignment="VerticalAlignment.BOTTOM"><foreground-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#000000" xsi:type="color"/><background-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color1="#FFFFFF" color2="#FFFFFF" xsi:type="gradient-paint"/><font font-name="SansSerif" bold="false"/><padding top="1.1" left="2.2" bottom="3.3" right="4.! 4"/></legend-settings><plot-settings orientation="PlotOrientation.VERTICAL" background-image-alpha="0.5" background-image-alignment="Align.TOP_LEFT" label-rotation="0.0" outline-visible="false" domain-gridline-visible="true" range-gridline-visible="true"><padding top="1.1" left="2.2" bottom="3.3" right="4.4"/><outline-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#0000FF" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#FFA500" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#008000" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#FF0000" xsi:type="color"/><series-color-sequence xmlns:xsi="http ://www.w3.org/2001/XMLSchema-instance" color="#800000" xsi:type="color! "/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#004AAB" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#EE5C00" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#6EC000" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#7300A5" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#CC0000" xsi:type="color"/><series-outline-paint-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#AF430C" xsi:type="color"/><series-outline-paint-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#A51A1D" xsi:type="color"/><series-outline-paint-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#004D2A" xsi:type="color"/><series-outline-paint-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchem! a-instance" color="#AF9C0C" xsi:type="color"/><series-outline-paint-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#205F82" xsi:type="color"/><series-outline-paint-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#A15D18" xsi:type="color"/><series-outline-paint-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#A00062" xsi:type="color"/><series-outline-paint-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#A37725" xsi:type="color"/><series-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="2.0" xsi:type="stroke"/><series-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="2.0" xsi:type="stroke"/><series-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="2.0" xsi:type="stroke"/><series-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="2.0" xsi:type="stroke"/><series-stroke-sequence xmlns:x si="http://www.w3.org/2001/XMLSchema-instance" width="2.0" xsi:type="s! troke"/><series-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="2.0" xsi:type="stroke"/><series-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="2.0" xsi:type="stroke"/><series-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="2.0" xsi:type="stroke"/><series-outline-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="3.0" xsi:type="stroke"/><series-outline-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="3.0" xsi:type="stroke"/><series-outline-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="3.0" xsi:type="stroke"/><series-outline-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="3.0" xsi:type="stroke"/><series-outline-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="3.0" xsi:type="stroke"/><series-outline-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XM! LSchema-instance" width="3.0" xsi:type="stroke"/><series-outline-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="3.0" xsi:type="stroke"/><series-outline-stroke-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="3.0" xsi:type="stroke"/><domain-gridline-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><domain-gridline-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="0.5" xsi:type="stroke"/><range-gridline-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><range-gridline-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="0.5" xsi:type="stroke"/><tick-label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="SansSerif" font-size="12" bold="true" xsi:type="font"/><display-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="SansSerif" font-size="12" bold="true" xsi:type="font "/></plot-settings><domain-axis-settings visible="true" location="Axis! Location.BOTTOM_OR_RIGHT" line-visible="true" label-angle="0.0" label-visible="true" tick-labels-visible="true" tick-marks-inside-length="0.1" tick-marks-outside-length="0.2" tick-marks-visible="true" tick-count="5"><line-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><line-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/><label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="SansSerif" font-size="9" bold="true" italic="true" xsi:type="font"/><label-insets top="0.5" left="0.5" bottom="1.0" right="1.0"/><tick-label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><tick-label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="SansSerif" font-size="9" bold="true" italic="false" xsi:type="font"/><tick-labe! l-insets top="0.5" left="0.5" bottom="0.5" right="0.5"/><tick-marks-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><tick-marks-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/></domain-axis-settings><range-axis-settings visible="true" location="AxisLocation.TOP_OR_RIGHT" line-visible="true" label-angle="1.5707963267948966" label-visible="true" tick-labels-visible="true" tick-marks-inside-length="0.2" tick-marks-outside-length="0.1" tick-marks-visible="true" tick-count="6"><line-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><line-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/><label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="SansSerif" font-size="9" bold="true" italic="t rue" xsi:type="font"/><label-insets top="0.5" left="0.5" bottom="1.0" ! right="1.0"/><tick-label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><tick-label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="SansSerif" font-size="9" bold="false" italic="true" xsi:type="font"/><tick-label-insets top="0.5" left="0.5" bottom="0.5" right="0.5"/><tick-marks-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#000000" xsi:type="color"/><tick-marks-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/></range-axis-settings></chart-theme> diff --git a/reports/jars/WebadminLineBarChartTheme/src/main/resources/WebadminLineBarChartTheme.jrctx b/reports/jars/WebadminLineBarChartTheme/src/main/resources/WebadminLineBarChartTheme.jrctx index 9f4395f..705d8a4 100644 --- a/reports/jars/WebadminLineBarChartTheme/src/main/resources/WebadminLineBarChartTheme.jrctx +++ b/reports/jars/WebadminLineBarChartTheme/src/main/resources/WebadminLineBarChartTheme.jrctx @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<chart-theme><chart-settings background-image-alignment="Align.TOP_RIGHT" border-visible="false"><background-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#FFFFFF" xsi:type="color"/><font/><border-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><padding top="1.0" left="1.0" bottom="1.0" right="1.0"/></chart-settings><title-settings><foreground-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#3A5F7D" xsi:type="color"/><font font-name="DejaVu Sans" font-size="11" bold="true"/></title-settings><subtitle-settings><foreground-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#3A5F7D" xsi:type="color"/><font font-name="DejaVu Sans" font-size="10" bold="true"/></subtitle-settings><legend-settings><foreground-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#000000" xsi:type="color"/><background-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color1="! #FFFFFF" color2="#FFFFFF" xsi:type="gradient-paint"/><font font-name="DejaVu Sans"/></legend-settings><plot-settings background-image-alignment="Align.TOP_RIGHT"><outline-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#0000FF" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#FFA500" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#008000" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#FF0000" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#800000" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance! " color="#004AAB" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#EE5C00" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#6EC000" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#7300A5" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#CC0000" xsi:type="color"/><domain-gridline-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><domain-gridline-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="0.5" xsi:type="stroke"/><range-gridline-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><range-gridline-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="0.5" xsi:type="stroke"/><tick-label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="font"/><display-font xmlns:xsi="http://www.w3.org/2001/XMLSc! hema-instance" xsi:type="font"/></plot-settings><domain-axis-settings><line-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><line-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/><label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="DejaVu Sans" font-size="9" bold="true" xsi:type="font"/><tick-label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><tick-label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="DejaVu Sans" font-size="9" bold="true" xsi:type="font"/><tick-marks-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><tick-marks-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/></domain-axis-settings><range-ax! is-settings><line-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#FFFF00" xsi:type="color"/><line-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/><label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="DejaVu Sans" font-size="9" bold="true" xsi:type="font"/><tick-label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><tick-label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="DejaVu Sans" font-size="9" bold="true" xsi:type="font"/><tick-marks-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#000000" xsi:type="color"/><tick-marks-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/></range-axis-settings></chart-theme> \ No newline at end of file +<chart-theme><chart-settings background-image-alignment="Align.TOP_RIGHT" border-visible="false"><background-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#FFFFFF" xsi:type="color"/><font/><border-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><padding top="1.0" left="1.0" bottom="1.0" right="1.0"/></chart-settings><title-settings><foreground-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#3A5F7D" xsi:type="color"/><font font-name="SansSerif" font-size="11" bold="true"/></title-settings><subtitle-settings><foreground-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#3A5F7D" xsi:type="color"/><font font-name="SansSerif" font-size="10" bold="true"/></subtitle-settings><legend-settings><foreground-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#000000" xsi:type="color"/><background-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color1="#FFF! FFF" color2="#FFFFFF" xsi:type="gradient-paint"/><font font-name="SansSerif"/></legend-settings><plot-settings background-image-alignment="Align.TOP_RIGHT"><outline-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#0000FF" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#FFA500" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#008000" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#FF0000" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#800000" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colo! r="#004AAB" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#EE5C00" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#6EC000" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#7300A5" xsi:type="color"/><series-color-sequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#CC0000" xsi:type="color"/><domain-gridline-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><domain-gridline-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="0.5" xsi:type="stroke"/><range-gridline-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><range-gridline-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="0.5" xsi:type="stroke"/><tick-label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:ty pe="font"/><display-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-i! nstance" xsi:type="font"/></plot-settings><domain-axis-settings><line-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><line-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/><label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="SansSerif" font-size="9" bold="true" xsi:type="font"/><tick-label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><tick-label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="SansSerif" font-size="9" bold="true" xsi:type="font"/><tick-marks-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#D0DAE6" xsi:type="color"/><tick-marks-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/></domain-axis-settings><range-axis-setting! s><line-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#FFFF00" xsi:type="color"/><line-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/><label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="SansSerif" font-size="9" bold="true" xsi:type="font"/><tick-label-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#666666" xsi:type="color"/><tick-label-font xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" font-name="SansSerif" font-size="9" bold="true" xsi:type="font"/><tick-marks-paint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" color="#000000" xsi:type="color"/><tick-marks-stroke xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" width="1.0" xsi:type="stroke"/></range-axis-settings></chart-theme> \ No newline at end of file diff --git a/reports/repository_files/resources/reports_resources/webadmin_dashboards/ce/datacenter_dashboard_files/dc_summary_of_cluster_hosts_resources_usage_dr27_jrxml.data b/reports/repository_files/resources/reports_resources/webadmin_dashboards/ce/datacenter_dashboard_files/dc_summary_of_cluster_hosts_resources_usage_dr27_jrxml.data index 1b3c800..eca26d6 100644 --- a/reports/repository_files/resources/reports_resources/webadmin_dashboards/ce/datacenter_dashboard_files/dc_summary_of_cluster_hosts_resources_usage_dr27_jrxml.data +++ b/reports/repository_files/resources/reports_resources/webadmin_dashboards/ce/datacenter_dashboard_files/dc_summary_of_cluster_hosts_resources_usage_dr27_jrxml.data @@ -64,14 +64,14 @@ <rightPen lineWidth="0.0" lineColor="#3C617F"/> </box> <chartTitle color="#3A5E75"> - <font fontName="DejaVu Sans" size="10"/> + <font fontName="SansSerif" size="10"/> <titleExpression><![CDATA[$R{dr27.title}]]></titleExpression> </chartTitle> <chartSubtitle> - <font fontName="DejaVu Sans" size="9"/> + <font fontName="SansSerif" size="9"/> </chartSubtitle> <chartLegend> - <font fontName="DejaVu Sans" size="9"/> + <font fontName="SansSerif" size="9"/> </chartLegend> </chart> <xyDataset> @@ -90,10 +90,10 @@ <xAxisFormat> <axisFormat labelColor="#666666" verticalTickLabels="false"> <labelFont> - <font fontName="DejaVu Sans" size="9"/> + <font fontName="SansSerif" size="9"/> </labelFont> <tickLabelFont> - <font fontName="DejaVu Sans" size="9"/> + <font fontName="SansSerif" size="9"/> </tickLabelFont> </axisFormat> </xAxisFormat> @@ -101,10 +101,10 @@ <yAxisFormat> <axisFormat labelColor="#666666" verticalTickLabels="false"> <labelFont> - <font fontName="DejaVu Sans" size="9"/> + <font fontName="SansSerif" size="9"/> </labelFont> <tickLabelFont> - <font fontName="DejaVu Sans" size="9"/> + <font fontName="SansSerif" size="9"/> </tickLabelFont> </axisFormat> </yAxisFormat> -- To view, visit http://gerrit.ovirt.org/12912 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idce54abe8b0449b03db4b60eca38947490ede0ac Gerrit-PatchSet: 1 Gerrit-Project: ovirt-reports Gerrit-Branch: master Gerrit-Owner: Yaniv Dary <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
