mirror of https://github.com/Gnucash/gnucash
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.
29 lines
787 B
29 lines
787 B
<?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="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>
|