<?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.correlationmatrix" 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/correlationmatrix/correlationmatrix.html</url>
    </source-location>
    <icon>
iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAYAAABxLuKEAAABuUlEQVR4AezZMUoEMRSH8YmVaKml
pXcQvIF3sLLxFhbewsbKO3gDwTtYWmqp2EVSvG4/whtml8nwLYTAn7xN9pfXhD2a/OwUEGYnyzQJ
IwwIQGzHCAMCENsxwoAAxN2OOb59rpkB+wwXd2GG+0ULHVgYgBRGGBCA2I4ZFgYOvu/YjgFhYYQB
AYjtGGFAAOJux/y93JXMgH2Gi7sww/2ihQ7chXl4qzUz4lyZF3lbG3Vrmbswaznooc8hDIgLIwwI
QGzHCAMCECc6Br5ho7EwcLHCCAMCENsxc2Eer0vJjNgn8yJva6NuLbMdAzfRhXn/+KqZEfuc3L/W
zIi69tLOjKhbeu7CLL3hKN8nDNyUMMKAAMR2jDAgAPGmOgZ+46xYGGATRhgQgNiOmQtzdXleMiP2
+X26KZkRde2lnRlRt/Rsx4BoFybzQm5rY5/P75+aGVGX+Z+8rY26zIu8rY06mrswVLj1XBi4YWGE
AQGI7RhhQABiO+agMLDZSLEdA7cljDAgAHG3YzIv5LY29rk4Oy2ZEXWZ/8nb2qjLvMjb2qijuQtD
hVvPhYEbFkYYEIDYjhEGBCC2YwDmHwAA//+vkJLoAAAABklEQVQDAKd74JyZveHgAAAAAElFTkSu
QmCC
    </icon>
    <context-menu>
      <configure-context-menu-item />
    </context-menu>
    <encoding id="measures">
      <display-name resource-id="measures-name">Measures</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="10"/>
      <encoding-icon token="level" />
      <tooltip resource-id="measures-tooltip">Drag two to ten measures: every pair of them is measured against every other</tooltip>
    </encoding>
    <encoding id="detail">
      <display-name resource-id="detail-name">Level of Detail</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="level-of-detail" />
      <tooltip resource-id="detail-tooltip">Drag the dimension that defines one observation, so each row of the sheet is one data point</tooltip>
    </encoding>
  </worksheet-extension>
  <resources>
    <resource id="name">
      <text locale="en_US">Correlation Matrix</text>
    </resource>
    <resource id="description">
      <text locale="en_US">Which of these measures move together, worked out here from the rows on the sheet rather than read from a column somebody computed earlier. Pearson or Spearman, one half of the grid or the full square, ordered so the strongest relationships sit together, with the sample size behind every cell.</text>
    </resource>
    <resource id="measures-name">
      <text locale="en_US">Measures</text>
    </resource>
    <resource id="measures-tooltip">
      <text locale="en_US">Drag two to ten measures: every pair of them is measured against every other</text>
    </resource>
    <resource id="detail-name">
      <text locale="en_US">Level of Detail</text>
    </resource>
    <resource id="detail-tooltip">
      <text locale="en_US">Drag the dimension that defines one observation, so each row of the sheet is one data point</text>
    </resource>
  </resources>
</manifest>
