<?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.likertchart" 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/likertchart/likertchart.html</url>
    </source-location>
    <icon>
iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAYAAABxLuKEAAACQElEQVR4AezcoUsDURwH8N2SiGmW
JYNNsYhDUGQziCjMqgYxGDbB4D8wDbp/wCC4BYMY1OpAEYMboiATi2gzmFZcEjF5cuFg4fd996b3
zuf4Co/B92R373Pf8uPB4jH+iQKEEVliMcIQBgiAmI2xHeaoUi0dV6p74Dkjj9kYQE4YwgABELMx
hAECIGZjwoTpWtp321mF66/G5o3rqtZTIp3rS/bmb+uPrr8Sa+fP3fkzFy2wp1BiNgYw2g8DHtx0
TBggTBjCAAEQszGEAQIgZmPChPk8XHHaWcWJeHJr3HFUa7BZK7823kpjqSHHX83dmYGP0qyDFthT
KDEbAxgJQxggAGI2JkoY1eSd2q7dSVO2NF37U7b3iSZsVQ72rBWzMYCJML+HAd/QoTEbA14sYQgD
BEDMxhAGCIDYSGNUk3d9Iz0qTdnSdO1P2d4nmrBVOdizVmwERuvOlv8TYcALIgxhgACItRqjmpZV
19Yv3sVJOmi6Lp/ei2fWYA9GYi0YI3e2/EsJA15QR8GAPf4oJgxgIwxhgACI2RjCAAEQazVGNS2r
ru1M94iTdNB0nZsbEc+swR6MxFowRu5s+ZcSBrwgwhAGCIA4ksZIE/j8wctV65QddHbtnV8PFy5r
qrPqoGvAQIwjgRHvbHlIGPCCCBMpDLjZf4rZGPC2CEMYIABiNuYvYaQJ/GS5f7J1yg46u/bOrx+K
U2nVWXXQNWAgxmyMyGLRz6QsZjP5hWxmFTxn5DEbA8gJQxggAGI2BsB8AwAA///+ZHNvAAAABklE
QVQDADFlKKussCmrAAAAAElFTkSuQmCC
    </icon>
    <context-menu>
      <configure-context-menu-item />
    </context-menu>
    <encoding id="question">
      <display-name resource-id="question-name">Question</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="question-tooltip">Drag a dimension: one row per question</tooltip>
    </encoding>
    <encoding id="response">
      <display-name resource-id="response-name">Response</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="response-tooltip">Drag the answer scale, in its own order from most negative to most positive</tooltip>
    </encoding>
    <encoding id="value">
      <display-name resource-id="value-name">Answers</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 count of answers, usually a COUNT or a SUM</tooltip>
    </encoding>
  </worksheet-extension>
  <resources>
    <resource id="name">
      <text locale="en_US">Likert Chart</text>
    </resource>
    <resource id="description">
      <text locale="en_US">Survey answers on an ordered scale, one row per question, diverging around a centre so agreement and disagreement grow away from each other. Configure the scale order, the middle answer, colors, legend and tooltips.</text>
    </resource>
    <resource id="question-name">
      <text locale="en_US">Question</text>
    </resource>
    <resource id="question-tooltip">
      <text locale="en_US">Drag a dimension: one row per question</text>
    </resource>
    <resource id="response-name">
      <text locale="en_US">Response</text>
    </resource>
    <resource id="response-tooltip">
      <text locale="en_US">Drag the answer scale, in its own order from most negative to most positive</text>
    </resource>
    <resource id="value-name">
      <text locale="en_US">Answers</text>
    </resource>
    <resource id="value-tooltip">
      <text locale="en_US">Drag the count of answers, usually a COUNT or a SUM</text>
    </resource>
  </resources>
</manifest>
