<?xml version="1.0" encoding="utf-8"?>
<manifest manifest-version="0.1" xmlns="http://www.tableau.com/xml/extension_manifest">
  <worksheet-extension id="com.dataskera.variancechart" extension-version="1.0.0">
    <default-locale>en_US</default-locale>
    <name resource-id="name"/>
    <description resource-id="description"/>
    <author name="Dataskera" email="support@dataskera.com" organization="Dataskera" website="https://dataskera.com"/>
    <min-api-version>1.12</min-api-version>
    <source-location>
      <url>https://vizextension.dataskera.com/variancechart/variancechart.html</url>
    </source-location>
    <icon>
iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAYAAABxLuKEAAACHUlEQVR4AeyasUoEMRCGd63EJ/Ad
BHursxWuV9DKwhNfQazEVxDPwkpB+wNbr7IXfAefQOxWAgkcw/wkQ25Dbvc/GIb8mSSTL3NFyG41
/KkECEbF0jQEQzCAAJBZMWMA87pYzt8WywewV5PMigG4CKYGMNtnT50zkEtVMisGHIcKZmf23vVh
IQc0d+jP9fs3p12qobVUMCh4TDrBgNMmmI0FAxLvW2bFAMIEQzCAAJBZMRYwv/Ojtg8LOaC5Q3+u
/7p9aVMNrcWKAWSKgvl7Pm+dhVzchdJZaNfki4KpaeOxXFQw6JKXq8eSSe3/ONjrNNu9u7pInSMW
p4KJDRpDP8GAUyYYggEEgMyKyQcDZhiozIoBB0swFjDokpergxzM8uHnd6vZz/X9o3kyMIAVQzCA
AJBZMRYwuZfF1PEhJxQf+q0+9RVyNU6uwYqRRHybYDwI6QhGEvFtgvEgpCMYScS3CcaDkG5QYOTm
ctoEA+ipYHIvi6njQ04oPvRbfeor5GqcXEMFI4PG2C4Kxr06Ogug3auks9CuyRcFU9PGY7moYNCl
zqrHFs/tl6+RfInMJZowXq2YhHGDDyEYcMQEQzCAAJBZMQQDCACZFWMBgy51ybr/HBasuTZZvkby
JXJtaPFERf9K7sLoDKdTT09RMPVsO54JwQBGBEMwgACQB1UxJ9PJ7Hg6uQR7NcmDAmPaeSSYYAAg
giEYQADI/wAAAP//0PULPwAAAAZJREFUAwCBX0CrNRrm2AAAAABJRU5ErkJggg==
    </icon>
    <context-menu>
      <configure-context-menu-item />
    </context-menu>
    <encoding id="category">
      <display-name resource-id="category-name">Category</display-name>
      <data-spec>
        <data-type>string</data-type>
        <data-type>temporal</data-type>
        <data-type>numeric</data-type>
        <data-type>boolean</data-type>
      </data-spec>
      <role-spec>
        <role-type>discrete-dimension</role-type>
        <role-type>discrete-measure</role-type>
        <role-type>continuous-dimension</role-type>
      </role-spec>
      <fields max-count="1"/>
      <encoding-icon token="grid" />
      <tooltip resource-id="category-tooltip">Drag a dimension: one line per value, an account or a cost centre</tooltip>
    </encoding>
    <encoding id="actual">
      <display-name resource-id="actual-name">Actual</display-name>
      <data-spec>
        <data-type>numeric</data-type>
      </data-spec>
      <role-spec>
        <role-type>continuous-measure</role-type>
        <role-type>continuous-dimension</role-type>
      </role-spec>
      <fields max-count="1"/>
      <encoding-icon token="metric" />
      <tooltip resource-id="actual-tooltip">Drag the measure that happened</tooltip>
    </encoding>
    <encoding id="plan">
      <display-name resource-id="plan-name">Plan</display-name>
      <data-spec>
        <data-type>numeric</data-type>
      </data-spec>
      <role-spec>
        <role-type>continuous-measure</role-type>
        <role-type>continuous-dimension</role-type>
      </role-spec>
      <fields max-count="1"/>
      <encoding-icon token="equal" />
      <tooltip resource-id="plan-tooltip">Drag the measure it was compared against: budget, target, forecast</tooltip>
    </encoding>
    <encoding id="previous">
      <display-name resource-id="previous-name">Previous</display-name>
      <data-spec>
        <data-type>numeric</data-type>
      </data-spec>
      <role-spec>
        <role-type>continuous-measure</role-type>
        <role-type>continuous-dimension</role-type>
      </role-spec>
      <fields max-count="1"/>
      <encoding-icon token="dot" />
      <tooltip resource-id="previous-tooltip">Optional: a second comparison, usually the same period last year</tooltip>
    </encoding>
  </worksheet-extension>
  <resources>
    <resource id="name">
      <text locale="en_US">Variance Chart</text>
    </resource>
    <resource id="description">
      <text locale="en_US">The controlling chart: actual against plan on one line per account, the plan crossing the actual bar, and the deviation drawn in its own panel measured from zero, in amount and in percent. Declare which direction is good and every color follows.</text>
    </resource>
    <resource id="category-name">
      <text locale="en_US">Category</text>
    </resource>
    <resource id="category-tooltip">
      <text locale="en_US">Drag a dimension: one line per value, an account or a cost centre</text>
    </resource>
    <resource id="actual-name">
      <text locale="en_US">Actual</text>
    </resource>
    <resource id="actual-tooltip">
      <text locale="en_US">Drag the measure that happened</text>
    </resource>
    <resource id="plan-name">
      <text locale="en_US">Plan</text>
    </resource>
    <resource id="plan-tooltip">
      <text locale="en_US">Drag the measure it was compared against: budget, target, forecast</text>
    </resource>
    <resource id="previous-name">
      <text locale="en_US">Previous</text>
    </resource>
    <resource id="previous-tooltip">
      <text locale="en_US">Optional: a second comparison, usually the same period last year</text>
    </resource>
  </resources>
</manifest>
