1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="GOffice_plot_pie">
<information>
<_name>Charting : Pie/Ring</_name>
<_description>Pie and Ring plots</_description>
</information>
<loader type="Gnumeric_Builtin:module">
<attribute name="module_file" value="pie"/>
</loader>
<services>
<service type="resource"
id="go:plot_pie/pie.xpm"
file="pie.xpm"/>
<service type="resource"
id="go:plot_pie/doughnut.xpm"
file="doughnut.xpm"/>
<service type="plot_engine" id="GogRingPlot">
<information>
<_description>Ring plotting engine</_description>
</information>
</service>
<service type="plot_engine" id="GogPiePlot">
<information>
<_description>Pie plotting engine</_description>
</information>
</service>
<service type="plot_type" id="pie">
<file>plot-types.xml</file>
<information>
<_description>Default pie types</_description>
</information>
</service>
</services>
</plugin>
|