<?xml version="1.0" encoding="UTF-8"?>
<sdkExtension
  xmlns="http://www.sap.com/bi/zen/sdk"
  id="com.sap.ip.bi"
  title="SAP BusinessObjects Design Studio (Info Chart)"
  version="16.173"
  vendor="SAP SE">
  <component
    id="InfoChart"
    title="Info Chart"
    tooltip="Displays multidimensional data in a customizable chart"
    icon="res/zen.rt.components.infochart/infochart.png"
    propertySheetPath="res/zen.rt.components.infochart/additional_properties_sheet/additional_properties_sheet.html"
    group="1_CMPGR_DATA_BINDING_COMPONENTS_ZEN"
    databound="true"
    handlerType="sapui5"
    modes="commons m">
    <stdInclude kind="d3"/>
    <!--
    <jsInclude>zen.rt.uiframework/cvom/libs/rgbcolor_static.js</jsInclude>
    <jsInclude>zen.rt.uiframework/cvom/libs/sap.viz.info.js</jsInclude>
    <jsInclude>zen.rt.uiframework/cvom/libs/sap.viz.hichert.js</jsInclude>

    <jsInclude>res/zen.rt.components.infochart/libs/resources/chart/templates/standard/template.js</jsInclude>
    <jsInclude>res/zen.rt.components.infochart/libs/resources/chart/templates/empty_ghost/template.js</jsInclude>

    <jsInclude>res/zen.rt.components.infochart/libs/sap.viz.vizframe.js</jsInclude>
    <jsInclude>res/zen.rt.components.infochart/libs/sap.viz.vizservices.js</jsInclude>
    -->
    
    <!--jsInclude>res/zen.rt.components.infochart/js/resources/errors/langs/language.js</jsInclude-->
    <!-- Data Binding Group-->
    <!-- Style -->
    <property
      id="charttype"
      title="Type"
      type="String">
    </property>
    <property
      id="enableConditionalFormatting"
      title="Conditional Formatting Visible"
      type="boolean"/>
    <property
      id="showTotals"
      title="Show Totals"
      type="boolean"/>
    <property
      id="showScaling"
      title="Show Scaling Factors"
      type="boolean"/>
    <property
      id="chartSelection"
      title="Chart Selection"
      type="String"
      visible="false"/>
    <property
      id="dataSelected"
      title="Data Selection"
      type="String"
      visible="false"/>
    <property
      id="onSelect"
      title="On Select"
      type="ScriptText"
      group="Events"/>
    <property
      id="cvombinding"
      title="Cvom Binding"
      type="String"
      visible="false"/>
    <property
      id="plotAreaMeasureShapes"
      title=""
      type="String"
      visible="false"/>
    <property
      id="useLegacyBindings"
      title="Use Legacy Bindings"
      type="boolean"/>
    <property
      id="axesSwapped"
      title="Swap Axes"
      type="boolean"/>
    <property
      id="data"
      title="Data Selection"
      type="ResultSet"
      group="DataBinding">
      <option name="includeFormattedData" value="true"/>
      <option name="includeData" value="true"/>
      <option name="includeAttributes" value="true"/>
      <option name="includeConditionalFormats" value="true"/>
      <option name="includeResults" value="true"/>
    </property>
    <initialization>
      <defaultValue property="charttype">info/column</defaultValue>
      <defaultValue property="showScaling">false</defaultValue>
      <defaultValue property="showTotals">false</defaultValue>
      <defaultValue property="TOP_MARGIN">0</defaultValue>
      <defaultValue property="LEFT_MARGIN">0</defaultValue>
      <defaultValue property="WIDTH">500</defaultValue>
      <defaultValue property="HEIGHT">300</defaultValue>
      <defaultValue property="useLegacyBindings">true</defaultValue>
      <defaultValue property="axesSwapped">false</defaultValue>
    </initialization>
  </component>
</sdkExtension>
