<?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.tornadochart" 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/tornadochart/tornadochart.html</url>
    </source-location>
    <icon>
iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAYAAABxLuKEAAABq0lEQVR4AezXMU7DQBRFUYcKZVOp
I6WHggokwjK8DIIEFQX0kVJnUxFdqEKBfTPWeGY8iS6ShXgo9p/jV+TfNP70CgjTy9I0wggDAhDb
mNphvrb7zfd2/wpzFo9tDJALIwwIQGxjxsDcPnwc817v7Wm++fOuna93xxzX6RlDftsYUBJGGBCA
uP7GwOC5Y2FAWBhhQADiQY35+Xyc5b2e/r7HHN6W7WGznOW4wKA3HgTT+8krD4WBFzwKJt2akHcl
gLOfjUfBnL3zhf9TGHiBwggDAhDbGGFAAGIbMx6me4d0a0LelaA7eTixMWAkTCmYuDUhzUoAZ4yK
bQywCSMMCEBsY4QBAYhtjDAgAHHyxsStCWlWAjhjVJwcJmqKCj8kDLyUIjDhNSFuJfh/ppR/F4FJ
OXCpewkD0sIIAwIQ2xhhQABiGzMlTHhNiFsJ4ExJYhsDjMLUBNNdEcIrAcyfLbYxQCuMMCAAcZ7G
wMMuKRYG3pYwwoAAxJM0prsihFcCmD9bPAlMttMkvLEwgFkNzP1qsb5bLV5gzuJxNTDFTx54oDAA
JIwwIADxLwAAAP//6+TS7gAAAAZJREFUAwDymlirWe8lWAAAAABJRU5ErkJggg==
    </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 opposed pair per value</tooltip>
    </encoding>
    <encoding id="side">
      <display-name resource-id="side-name">Side</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="color" />
      <tooltip resource-id="side-tooltip">Drag the field holding the two sides being compared: low and high, before and after</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 the measure each bar reaches by</tooltip>
    </encoding>
  </worksheet-extension>
  <resources>
    <resource id="name">
      <text locale="en_US">Tornado Chart</text>
    </resource>
    <resource id="description">
      <text locale="en_US">Two opposed bars per category around a shared centre, sorted by how far the pair reaches. A sensitivity chart, and a population pyramid when the categories are age bands. Configure the sides, the scale, colors, legend and tooltips.</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 opposed pair per value</text>
    </resource>
    <resource id="side-name">
      <text locale="en_US">Side</text>
    </resource>
    <resource id="side-tooltip">
      <text locale="en_US">Drag the field holding the two sides being compared: low and high, before and after</text>
    </resource>
    <resource id="value-name">
      <text locale="en_US">Value</text>
    </resource>
    <resource id="value-tooltip">
      <text locale="en_US">Drag the measure each bar reaches by</text>
    </resource>
  </resources>
</manifest>
