Skip to content

Commit c9c3c85

Browse files
committed
Add UpSet.js extension to community page
1 parent e90de0c commit c9c3c85

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest manifest-version="0.1" xmlns="http://www.tableau.com/xml/extension_manifest">
3+
<dashboard-extension id="com.sgratzl.upsetjs" extension-version="1.0.0">
4+
<default-locale>en_US</default-locale>
5+
<name resource-id="name"/>
6+
<description>UpSet.js is a re-implementation of UpSetR to create interactive set visualizations for more than three sets</description>
7+
<author name="Samuel Gratzl" email="[email protected]" organization="Freelancer" website="https://wwww.sgratzl.com"/>
8+
<min-api-version>0.9</min-api-version>
9+
<source-location>
10+
<url>https://upset.js.org/integrations/tableau/extension.html</url>
11+
</source-location>
12+
<icon>iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAOwAAADsAEnxA+tAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAtJJREFUeJztms9u2jAcxz9MUVGjTXmAnnMZk8aFtQ/BE6zntSf2Lut24lz6BN0zbJM4ROrYJefdQZuQmKJmh/ypgQDGtnBD/JUiRY4//tk/SGI7X3BqtloVZW3gGngPvMnLfgIjYAgsdrSpxcdx3J7NZpV8EATDMAyNxl9NwBnwFXi7ofEI6AO/N1zX4qMoOkuSZCvveV6/2+0aiy8moA382AKLjVyw/ktq8fkvL8UHQXBR8U9Qiv9CuHAtAQN0gQ8V5Vp8/reX4qfTqfH4kGUvbcjxrRi0eAv8AV5KZPAY9Bd4Bcu3QJP0WJyICfhloSO2VI7VEwpvgXeSDQyALxVlN6r8eDyW5tM0HfR6PZ34o+Jk9TX4newpuU0RcA78WynX4vPXoBR/enp63ul0jMQXb4EF2SQh2gH3Vztvgg/DcOF53k7e87x+xeCV41dNhU+AK+CSp6nkA3BHNpWsCm6Mn0wmJ/P5/KrVapV8mqYPwJ3v+8MNgzfZfycnpwZp7SF46PW46fj78ksJsLEeNxlfhS/nAXEct3fAAN0kSe7jOG5XXGuzffCQTVLu87pL0o2vypcJsL0e142vyoszwUsJGIB8krIqaX5D3YPFF3kxAa9lG+Dp4SKqlrzqfsDj7ir14FX3A6rq1pIXE3ArS6dpOqooluYR1uM24ot8mYAgCIZsX0oWinzfH1aUS/N53SXpxlflywTYWo+biq/Kr02Fba/HdeMb6L+Tk1ODZNwfYHs/YV/eqD/A9n6CCm/MH2Dr+74ub8wfYHs/wQDv/AHOH9AgOX9AcWLMH3Dg7/u6/gTz/gBb3/d1eWP+ANv7Caq8cX+A7f0EA7yTk1OD9Oz8Abp8rf0BurxK/8sE1HU9X0i1/8/GH6DL180f8Jn1NfqnPfja+wN0VXt/gK5q7w/QVe39AQOyN5B4fNyDPz5/gC5fe3+ALn80/gBd3vkDnPbTf61pOwuXYz1lAAAAAElFTkSuQmCC</icon>
13+
<permissions>
14+
<permission>full data</permission>
15+
</permissions>
16+
<context-menu>
17+
<configure-context-menu-item/>
18+
</context-menu>
19+
</dashboard-extension>
20+
<resources>
21+
<resource id="name">
22+
<text locale="en_US">UpSet.js Plot</text>
23+
</resource>
24+
</resources>
25+
</manifest>

community/community_extensions.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,5 +244,17 @@
244244
],
245245
"description": "Tableaufans.com’s Write Back Extension is a downloadable extension that allows you to write back to your MySQL database.",
246246
"source_code": "https://tableaufans.com/extension-api/tableau-extension-api-write-back-updated-source-code-for-tableau-2018-2/"
247+
},
248+
{
249+
"name": "UpSet.js Plot",
250+
"url": "https://github.com/upsetjs/upsetjs_tableau_extension",
251+
"author": "Samuel Gratzl",
252+
"github_username": "sgratzl",
253+
"tags": [
254+
"v_1.0"
255+
],
256+
"description": "An extension of UpSet.js to create interactive set visualizations for more than three sets.",
257+
"source_code": "https://github.com/upsetjs/upsetjs_tableau_extension",
258+
"hostedTrexFileName": "UpSetjs.trex"
247259
}
248260
]

0 commit comments

Comments
 (0)