Standard sheets
Some predefined sheets – with or without graphs – are provided in the analyzer/config/report/sheet/modules
directory of your Jeyzer installation. Those can be referenced in your report.xml
.
You can directly declare the Process modules sheet as is in your report.xml
file :
<sheet type="process_modules" name="Modules"/>
Configuration
Specific sheet attributes :type
: must be set to process_modules
Module graph generation
The Excel inclusion configuration is available inside the module_graph
block. This is optional.
The graph rendering can be customized through the
file.analyzer/config
/graph/static/style_modules.css
<module_graph>
<graph>
<rendering>
<style_sheet file="${JEYZER_ANALYZER_CONFIG_DIR}/graph/static/style_modules.css"/>
<node_value_display size_threshold="1"/
<graph_area_extend top="5" bottom="5" right="10" left="5"/>
</rendering>
<conditions>
<nodes threshold="1"/>
</conditions>
</graph>
</module_graph>
The configuration of the graph picture generation and Excel inclusion is centralized. The core parts are defined in the default_setup.xml
of your Jeyzer installation.