12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" encoding="UTF-8"?>
- <rulesMappings>
- <templateGroup name="pie" iconClass="ChartTypePie" label="MSG.IDS_CHART_GROUP_PIE_DONUT">
- <templateRef id="pie.xml" iconClass="ChartTypePie" templateId="v2_pieChart" name="v2_pie" label="Pie Chart" extends="pie_base.xml">
- <ruleref id="summaryPresent" weight="0.4"/>
- </templateRef>
- <templateRef id="pie_mm.xml" iconClass="ChartTypePie" templateId="v2_pieChart" name="v2_pie" label="Pie Chart" extends="pie_comparison_base.xml">
- <ruleref id="summaryPresent" weight="0.4"/>
- </templateRef>
- </templateGroup>
- <templateGroup name="column" iconClass="ChartTypeColumn" label="MSG.IDS_CHART_GROUP_COLUMN">
- <templateRef id="clustered_column.xml" iconClass="ChartTypeColumn" templateId="v2_combinationChart" name="column_clustered" label="Clustered Column Chart" extends="clustered_column_base.xml"/>
- <templateRef id="clustered_column_mm.xml" iconClass="ChartTypeColumn" templateId="v2_combinationChart" name="column_clustered" label="Clustered Column Chart" extends="clustered_column_comparison_base.xml"/>
- <templateRef id="stacked_column.xml" iconClass="ChartTypeColumn" templateId="v2_combinationChart" name="column_stacked" label="Stacked Column Chart" extends="stacked_column_base.xml">
- <ruleref id="summaryPresent" weight="0.4"/>
- </templateRef>
- <templateRef id="stacked_column_mm.xml" iconClass="ChartTypeColumn" templateId="v2_combinationChart" name="column_stacked" label="Stacked Column Chart" extends="stacked_column_comparison_base.xml">
- <ruleref id="summaryPresent" weight="0.4"/>
- </templateRef>
- </templateGroup>
- <templateGroup name="bar" iconClass="ChartTypeBar" label="MSG.IDS_CHART_GROUP_BAR">
- <templateRef id="clustered_bar.xml" majorType="bar" iconClass="ChartTypeBar" templateId="v2_combinationChart" name="bar_clustered" label="Clustered Bar Chart" extends="clustered_bar_base.xml"/>
- <templateRef id="clustered_bar_mm.xml" majorType="bar" iconClass="ChartTypeBar" templateId="v2_combinationChart" name="bar_clustered" label="Clustered Bar Chart" extends="clustered_bar_comparison_base.xml"/>
- <templateRef id="stacked_bar.xml" majorType="bar" iconClass="ChartTypeBar" templateId="v2_combinationChart" name="bar_stacked" label="Stacked Bar Chart" extends="stacked_bar_base.xml">
- <ruleref id="summaryPresent" weight="0.4"/>
- </templateRef>
- <templateRef id="stacked_bar_mm.xml" majorType="bar" iconClass="ChartTypeBar" templateId="v2_combinationChart" name="bar_stacked" label="Stacked Bar Chart" extends="stacked_bar_comparison_base.xml">
- <ruleref id="summaryPresent" weight="0.4"/>
- </templateRef>
- </templateGroup>
- <templateGroup name="line" iconClass="ChartTypeLine" label="MSG.IDS_CHART_GROUP_LINE">
- <templateRef id="line.xml" majorType="line" iconClass="ChartTypeLine" templateId="v2_combinationChart" name="line_clustered" label="Line Chart" extends="line_base.xml">
- <ruleref id="preferenceForNonEdges_orSingleEdgeandDimension" weight="1.5"/>
- </templateRef>
- <templateRef id="line_mm.xml" majorType="line" iconClass="ChartTypeLine" templateId="v2_combinationChart" name="line_clustered" label="Line Chart" extends="line_comparison_base.xml">
- <ruleref id="preferenceForNonEdges_orSingleEdgeandDimension" weight="1.5"/>
- </templateRef>
- </templateGroup>
- <templateGroup name="area" iconClass="ChartTypeArea" label="MSG.IDS_CHART_GROUP_AREA">
- <templateRef id="area.xml" majorType="area" iconClass="ChartTypeArea" templateId="v2_combinationChart" name="area_clustered" label="Area Chart" extends="area_base.xml">
- <ruleref id="preferenceForNonEdges_orSingleEdgeandDimension" weight="1.5"/>
- <ruleref id="summaryPresent" weight="0.4"/>
- </templateRef>
- <templateRef id="area_mm.xml" majorType="area" iconClass="ChartTypeArea" templateId="v2_combinationChart" name="area_clustered" label="Area Chart" extends="area_comparison_base.xml">
- <ruleref id="summaryPresent" weight="0.4"/>
- </templateRef>
- </templateGroup>
- <templateGroup name="table" iconClass="ChartTypeCrosstab" label="MSG.IDS_CHART_GROUP_TABLE">
- <templateRef id="crosstab.xml" majorType="table" iconClass="ChartTypeCrosstab" templateId="crosstab" name="crosstab" label="Crosstab" extends="crosstab_base.xml">
- <ruleref id="hasNoEdges" required="true"/>
- </templateRef>
- <templateRef id="crosstab_edge.xml" majorType="table" iconClass="ChartTypeCrosstab" templateId="crosstab" name="crosstab" label="Crosstab">
- <ruleref id="hasEdges" required="true"/>
- <ruleref id="fixedScore" weight="1.9"/>
- <ruleref id="scoreNumberCategorydimensions" weight="0.2"/>
- </templateRef>
- <templateRef id="list.xml" majorType="table" iconClass="ChartTypeList" templateId="list" name="list" label="List" extends="list_base.xml">
- <ruleref id="hasNoEdges" required="true"/>
- <ruleref id="hasNoMeasureExpressions" required="true"/>
- </templateRef>
- </templateGroup>
- <templateGroup name="point" iconClass="ChartTypeScatter" label="MSG.IDS_CHART_GROUP_POINT">
- <templateRef id="point.xml" majorType="point" iconClass="ChartTypePoint" templateId="v2_combinationChart" name="point" label="Point Chart" extends="point_base.xml"/>
- <templateRef id="point_mm.xml" majorType="point" iconClass="ChartTypePoint" templateId="v2_combinationChart" name="point" label="Point Chart" extends="point_comparison_base.xml"/>
- </templateGroup>
- <templateGroup name="scatter" iconClass="ChartTypeScatter" label="MSG.IDS_CHART_GROUP_SCATTER">
- <templateRef id="scatter.xml" majorType="scatter" iconClass="ChartTypeScatter" templateId="scatter" name="scatter" label="Scatter Chart" extends="scatter_base.xml"/>
- </templateGroup>
- <templateGroup name="bubble" iconClass="ChartTypeScatter" label="MSG.IDS_CHART_GROUP_BUBBLE">
- <templateRef id="bubble.xml" majorType="scatter" iconClass="ChartTypeBubble" templateId="v2_bubbleChart" name="bubble" label="Bubble Chart" extends="bubble_base.xml"/>
- </templateGroup>
- <templateGroup name="gauge" iconClass="ChartTypeGauge" label="MSG.IDS_CHART_GROUP_GAUGE">
- <templateRef id="guage.xml" majorType="gauge" iconClass="ChartTypeGauge" templateId="v2_gaugeChart" name="guage" label="Gauge Chart" extends="guage_base.xml"/>
- <templateRef id="guage_mm.xml" majorType="gauge" iconClass="ChartTypeGauge" templateId="v2_gaugeChart" name="guage" label="Gauge Chart" extends="guage_comparison_base.xml"/>
- </templateGroup>
- </rulesMappings>
|