<?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.wafflechart" extension-version="2.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/wafflechart/wafflechart.html</url>
    </source-location>
    <icon>
iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAYAAABxLuKEAAABUUlEQVR42u2Wsa0CMRBEHbuWX4Il
d0D6RSk0QRvU5JAWaMCspY1Ot7IRFsHuO2kSM8k9zjOTkjzP/2sWFVE9aJzlpE8on5qaqBtq6gnl
S0qpT1Si+ZJ+QjNjjeYDDGAAsw0M4WuEL3V9VtcMPNuXXve/LCqietA4y5/6XIDRl22ibqipZ8nn
5irpv90nKqs+N+GrV2H2wnXV56auAQMYwOwCQ/ga4UtdW8uXgfej5evCt/sqefFtD18vvu117cUH
GMAAZhsYwtcIX+r6rK4ZeLYvXW6PLCqietA4iwlGoTRRNzR+i3eV9KvoE8ULX70yMzDx6howgAHM
LjCErxG+1LW1fBl4Xy7fUL7VqxTNtxy+0XzLdR3NBxjAAGYbGMLXCF/q+qyuGXi2DzAsX5Yvy5cd
AxjAsHxZvixfli/Ll6vE8mX5smMAAxiWL8uX5evD9wYHDoSw/qPZ2QAAAABJRU5ErkJggg==
    </icon>
    <context-menu>
      <configure-context-menu-item />
    </context-menu>
    <encoding id="level">
      <display-name resource-id="level-name">Category</display-name>
      <data-spec>
        <data-type>string</data-type>
      </data-spec>
      <role-spec>
        <role-type>discrete-dimension</role-type>
        <role-type>discrete-measure</role-type>
      </role-spec>
      <fields max-count="1"/>
      <encoding-icon token="grid" />
      <tooltip resource-id="level-tooltip">Drag dimensions or measures to categorize the waffle chart</tooltip>
    </encoding>
    <encoding id="edge">
      <display-name resource-id="edge-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="edge-tooltip">Drag a measure to determine the size of each category</tooltip>
    </encoding>
  </worksheet-extension>
  <resources>
    <resource id="name">
      <text locale="en_US">Waffle Chart</text>
    </resource>
    <resource id="description">
      <text locale="en_US">Visualize proportions with a waffle chart. Customize colors, size, and layout.</text>
    </resource>
    <resource id="level-name">
      <text locale="en_US">Category</text>
    </resource>
    <resource id="level-tooltip">
      <text locale="en_US">Drag dimensions or measures to categorize the waffle chart</text>
    </resource>
    <resource id="edge-name">
      <text locale="en_US">Value</text>
    </resource>
    <resource id="edge-tooltip">
      <text locale="en_US">Drag a measure to determine the size of each category</text>
    </resource>
  </resources>
</manifest>
