You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/lib/goffice-0.0.4/plugins/plot_radar/plugin.xml.in

34 lines
973 B

<?xml version="1.0" encoding="UTF-8"?>
<plugin id="GOffice_plot_radar">
<information>
<_name>Charting : Polar/Radar</_name>
<_description>Polar and Radar plots</_description>
</information>
<loader type="Gnumeric_Builtin:module">
<attribute name="module_file" value="radar"/>
</loader>
<services>
<service type="plot_engine" id="GogRadarPlot">
<information>
<_description>Radar plotting engine</_description>
</information>
</service>
<service type="plot_engine" id="GogRadarAreaPlot">
<information>
<_description>Radar Area plotting engine</_description>
</information>
</service>
<service type="plot_engine" id="GogPolarPlot">
<information>
<_description>Polar plotting engine</_description>
</information>
</service>
<service type="plot_type" id="radar">
<file>plot-types.xml</file>
<information>
<_description>Default radar plot types</_description>
</information>
</service>
</services>
</plugin>