<?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.waterfall" 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/waterfall/waterfall.html</url>
    </source-location>
    <icon>
iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAYAAABxLuKEAAABzUlEQVR4AezasUrDUBSH8cRJfAIf
wndwdnAWwcmls4trO7s4i+Dk0gcQH8BX8CF8AnFq5RSyhHw0h5Jwm3zCofTfG2/uL0dzW3pS+dMp
IEwnS1UJIwwIQGzHCAMCENsxwoAAxHaMMCAAsR0jDAhAbMcIAwIQl98xcOJDx8KAsDDCgADEdoww
IADx5Drm9O5tmylw8aNNYUgA8sn9KcE607EwQCaMMCAAsR0jDAhAnOgY+A0TjYWBC1sczPPrehkF
5ztaPDjM2eJzm6lqs6l3NRpB90SDw3RPy+nD4nYVxSPGeaU4mHGWvX8WYcBIGGFAAGI7ZuowsfeJ
gnWm42I75ufxYpup3d4n9kBpgu4DioXpPl1OY+8TxSNyr0wGJrfs/aMnBbN/uf1HCANWg8HEHSIK
5i0+7g2TeYccY5u7xO/LVZ2pUsR6w2RPOO4QUdnjShk/GMyhCzx/+q4zdeh87eOLhWmf6NjPhQFx
YYQBAYjtmLnA/L3f15kCF79RJQwJQO7/mFFhYLJjiu0YuFq9YTLvkGMszHc0McKsP76Wc6r2FUOY
5vOU2Ty2ZBDm5vpyNadqubjBa4M0z7FjmgFzfRQGrrwwwoAAxHYMwPwDAAD//xfdGVsAAAAGSURB
VAMAD99Mq3Ucc1wAAAAASUVORK5CYII=
    </icon>
    <context-menu>
      <configure-context-menu-item />
    </context-menu>
    <encoding id="step">
      <display-name resource-id="step-name">Step</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="step-tooltip">Drag a dimension: one bar per step, in the order Tableau delivers them</tooltip>
    </encoding>
    <encoding id="value">
      <display-name resource-id="value-name">Value</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="value-tooltip">Drag a measure: the change at each step, or the level after it</tooltip>
    </encoding>
    <encoding id="type">
      <display-name resource-id="type-name">Type</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-spec>
      <fields max-count="1"/>
      <encoding-icon token="color" />
      <tooltip resource-id="type-tooltip">Optional: drag a dimension whose values mark a step as a total or a subtotal</tooltip>
    </encoding>
  </worksheet-extension>
  <resources>
    <resource id="name">
      <text locale="en_US">Waterfall Chart</text>
    </resource>
    <resource id="description">
      <text locale="en_US">A starting value, a run of changes, an ending value. The chart shows the arithmetic and says so when a stated total does not match the steps above it.</text>
    </resource>
    <resource id="step-name">
      <text locale="en_US">Step</text>
    </resource>
    <resource id="step-tooltip">
      <text locale="en_US">Drag a dimension: one bar per step, in the order Tableau delivers them</text>
    </resource>
    <resource id="value-name">
      <text locale="en_US">Value</text>
    </resource>
    <resource id="value-tooltip">
      <text locale="en_US">Drag a measure: the change at each step, or the level after it</text>
    </resource>
    <resource id="type-name">
      <text locale="en_US">Type</text>
    </resource>
    <resource id="type-tooltip">
      <text locale="en_US">Optional: drag a dimension whose values mark a step as a total or a subtotal</text>
    </resource>
  </resources>
</manifest>
