<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<control xmlns="http://www.sap.com/sap.ui.library.xsd">
    <name>ui5/Heatmap</name>
    <derived/>
    <documentation>Chart sap.viz.ui5.Heatmap</documentation>
    <since>1.7.2</since>
    <developmentState state="experimental" since="1.7.2">Charting API is not finished yet and might change completely.</developmentState>
    <deprecation since="1.32.0">The chart controls in the &lt;code&gt;sap.viz.ui5&lt;/code&gt; package (which were always marked as &lt;i&gt;experimental&lt;/i&gt;) have been deprecated since 1.32.0.
They are no longer actively developed and won't receive new features or improvements, only important bug fixes. They will only remain in the
SAPUI5 distribution for backward compatibility.

&lt;b&gt;SAP strongly recommends that existing consumers of those controls migrate to the new {@link sap.viz.ui5.controls.VizFrame VizFrame}&lt;/b&gt;(&lt;code&gt;new sap.viz.ui5.controls.VizFrame({'vizType': 'heatmap'})&lt;/code&gt;)
&lt;b&gt;control to benefit from new charting enhancements and timely support. &lt;/b&gt;

&lt;b&gt;Note&lt;/b&gt;: As the feature set, design and API usage of VizFrame might differ from the old chart controls, make sure you evaluate it thoroughly before migration.</deprecation>
    <baseType>sap.viz/ui5/core/BaseChart</baseType>
    <events>
        <event name="selectData" allowPreventDefault="false">
            <documentation>Event fires when certain data point(s) is(are) selected, data context of selected item(s) would be passed in accordance with the following format.&lt;code&gt;{name: "selectData",data:[{
//selected element's detail
target:"Dom Element",//an object pointed to corresponding dom element
data:[{val: "...",//value of this element
ctx:{type:"Dimension"||"Measure"||"MND",
//for Dimension
path:{aa:"...",di:"...",dii:"..."},
//for Measure
path:{mg:"...",mi:"...",dii_a1:"...",dii_a2:"..."},
//for MND
path:{mg:"...",mi:"..."}
//path: analysis path
//aa: analysis axis index // 0 for analysis axis 1,  1 for analysis 2
//di: dimension index //zero based
//dii: dimension item index //zero based
//mg: measure group index // 0 for measure group 1,1 for measure group 2
//mi: measure index // measure index in measure group zero based
//dii_a1: each dii of di in analysis axis 1 index
//dii_a2: each dii of di in analysis axis 2 index
}},{
//for bubble, tagcloud and scatter, there will be more than one values in one selected element.
var:"...",ctx:"..."}]},{
//if under multi selection, there will be more than one selected elements
target:"...",data:["..."]}]}</documentation>
        </event>
        <event name="deselectData" allowPreventDefault="false">
            <documentation>Event fires when certain data point(s) is(are) deselected, data context of deselected item(s) would be passed in accordance with the following format.&lt;code&gt;{name: "deselectData",data:["---the same as selectedData---"]}</documentation>
        </event>
        <event name="showTooltip" allowPreventDefault="false">
            <documentation>This event is deprecated, please use showDetail decoration (refer to properties: interaction.decorations) instead. Event fires when the mouse hover onto the specific part of chart, data context of tooltip would be passed in accordance with the following format.&lt;code&gt;{name:"showTooltip",data:{body:[{
//All measures
name:"...",val:[{//measure value is an array containing only one item
value:"..."}]},"..."],footer:[{label:"...",value:"..."},"..."],plotArea:{
//this object specifies the plot area of the chart
height:"...",width:"...",x:"...",y:"..."},point:{
//this object specifies a point which affects the position of tooltip
x:"...",y:"..."},selectedValues:...//this number specify how many values are selected}}</documentation>
            <deprecation since="1.19">This Property has been deprecated. This interface will be removed from the SAPUI5 delivery in one of the next releases.</deprecation>
        </event>
        <event name="hideTooltip" allowPreventDefault="false">
            <documentation>This event is deprecated, please use hideDetail decoration (refer to properties: interaction.decorations) instead. Event fires when the mouse hover out of the specific part of chart, no data is passed.</documentation>
            <deprecation since="1.19">This Property has been deprecated. This interface will be removed from the SAPUI5 delivery in one of the next releases.</deprecation>
        </event>
        <event name="initialized" allowPreventDefault="false">
            <documentation>Event fires when the loading ends. To use the event listener when creating charts, you must use an event that is passed by the events option. For more information on events options, see the usrOptions section of the &lt;a href="sap.viz.core.html#createViz" target="_blank"&gt;createViz&lt;/a&gt; function in the API document.</documentation>
        </event>
    </events>
    <aggregations>
        <aggregation name="general" type="sap.viz/ui5/types/RootContainer" cardinality="0..1">
            <documentation>Module sap.viz.modules.rootContainer</documentation>
        </aggregation>
        <aggregation name="title" type="sap.viz/ui5/types/Title" cardinality="0..1">
            <documentation>Module sap.viz.modules.title</documentation>
        </aggregation>
        <aggregation name="legendGroup" type="sap.viz/ui5/types/Legend" cardinality="0..1">
            <documentation>Module sap.viz.modules.legend</documentation>
        </aggregation>
        <aggregation name="legend" type="sap.viz/ui5/types/legend/Common" cardinality="0..1">
            <documentation>Module sap.viz.modules.legend.common</documentation>
        </aggregation>
        <aggregation name="xyContainer" type="sap.viz/ui5/types/XYContainer" cardinality="0..1">
            <documentation>Module sap.viz.modules.xycontainer</documentation>
        </aggregation>
        <aggregation name="dataLabel" type="sap.viz/ui5/types/Datalabel" cardinality="0..1">
            <documentation>Module sap.viz.modules.datalabel</documentation>
        </aggregation>
        <aggregation name="xAxis" type="sap.viz/ui5/types/Axis" cardinality="0..1">
            <documentation>Module sap.viz.modules.axis</documentation>
        </aggregation>
        <aggregation name="yAxis" type="sap.viz/ui5/types/Axis" cardinality="0..1">
            <documentation>Module sap.viz.modules.axis</documentation>
        </aggregation>
        <aggregation name="plotArea" type="sap.viz/ui5/types/Heatmap" cardinality="0..1">
            <documentation>Module sap.viz.modules.heatmap</documentation>
        </aggregation>
        <aggregation name="toolTip" type="sap.viz/ui5/types/Tooltip" cardinality="0..1">
            <documentation>Module sap.viz.chart.elements.Tooltip</documentation>
        </aggregation>
        <aggregation name="interaction" type="sap.viz/ui5/types/controller/Interaction" cardinality="0..1">
            <documentation>Module sap.viz.modules.controller.interaction</documentation>
        </aggregation>
    </aggregations>
</control>
