<?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.marimekko" 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/marimekko/marimekko.html</url>
    </source-location>
    <icon>
iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAYAAABxLuKEAAACA0lEQVR4Aezav0oDQRAG8NlU4uNI
KhtrC2sbQRAkjS9go2KtDxAFIWDjA0geQLDyecTGOxOTSbHcdzt73HJ/9guMm5vMbXZ/OwgHmQhf
lQKEqWQRIQxhgABIs2MIAwRAmh1DGCAA0uwYwgABkGbHEAYIgDQ7hjBAAKSDHbN39lKmCF1PcG7w
/bH3W+u1LgijhbmNhAEnThjCAAGQZscQBgiANDuGMEAApNkxhAECIB3smJ/XC5cidD1N5469X+ut
YxDm5rMsU4QusOncsfdrvXUMwlgnGlsdYcCJRsCAGUaaJgw4WMIQZiPwW0ymdbGpyvBnINdX5091
MR6YUp7FErpjkYPV27pYfTyCjnlYLL8s8b/biD/D/+fr3FwsEYGyLh0+zHoXCYIwADUIU4rMUgRY
T2/SQZjHxXKaInojABYShBFxl2lCev0ywPR6/ckWNyqYNpUIAzQJ01sYy3NOVQ3YUFvpzjvG8pxT
VdMWAJqncxjTc07VsxDaUUv57mFa2oh1mvtD5+pC58kOZn+2LOsiWxjdeGjMrmNCIPo5YVTCGwnj
geglYVTCGwnjgeglYVTCG9PAeF8yxEvCgFMjTFOY7/mxSxG6nqZzx95vrdc62DFv7x+3OYWC6Ahh
pChcVqEi2xHCnJ4c3eUUW4/dAGF2FZm+IQw4eMIQBgiANDsGwPwBAAD//0cGrg8AAAAGSURBVAMA
XUIuyRWklocAAAAASUVORK5CYII=
    </icon>
    <context-menu>
      <configure-context-menu-item />
    </context-menu>
    <encoding id="category">
      <display-name resource-id="category-name">Column</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 to define the columns</tooltip>
    </encoding>
    <encoding id="segment">
      <display-name resource-id="segment-name">Segment</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="segment-tooltip">Drag a dimension to split each column into segments</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: it sets both the column width and the segment height</tooltip>
    </encoding>
  </worksheet-extension>
  <resources>
    <resource id="name">
      <text locale="en_US">Marimekko Chart</text>
    </resource>
    <resource id="description">
      <text locale="en_US">Read two proportions at once: column width is each category share of the total, segment height is each part share of its column. Configure colors, labels, legend and tooltips.</text>
    </resource>
    <resource id="category-name">
      <text locale="en_US">Column</text>
    </resource>
    <resource id="category-tooltip">
      <text locale="en_US">Drag a dimension to define the columns</text>
    </resource>
    <resource id="segment-name">
      <text locale="en_US">Segment</text>
    </resource>
    <resource id="segment-tooltip">
      <text locale="en_US">Drag a dimension to split each column into segments</text>
    </resource>
    <resource id="value-name">
      <text locale="en_US">Value</text>
    </resource>
    <resource id="value-tooltip">
      <text locale="en_US">Drag a measure: it sets both the column width and the segment height</text>
    </resource>
  </resources>
</manifest>
