-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmarketplace.json
20 lines (19 loc) · 818 Bytes
/
marketplace.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"label": "Multiple Value Visualization",
"category_label": "Plug-ins",
"branding": {
"image_uri": "https://marketplace-api.looker.com/visualization-screenshots/grouped_card_icon.png",
"tagline": "Use the Multiple Value visualization to display and compare multiple measures across a single tile. This visualization can be arranged horizontally or vertically."
},
"constants": {
"VIS_LABEL": {
"label": "Visualization Label",
"description": "This label will appear in the visualization selector in the Looker Explore UI."
},
"VIS_ID": {
"label": "Visualization ID",
"description": "This ID must be unique across all custom visualizations on your instance.",
"value_constraint": "visualization"
}
}
}