-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpbiviz.json
More file actions
27 lines (27 loc) · 912 Bytes
/
pbiviz.json
File metadata and controls
27 lines (27 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"visual": {
"name": "ClusteringUsingOPTICSByMAQSoftware",
"displayName": "Clustering using OPTICS by MAQ Software",
"guid": "ClusteringUsingOPTICSCAD9384DAA1042E78771F55A0BD811D8",
"visualClassName": "ClusteringUsingOPTICS",
"version": "3.0.5",
"description": "OPTICS based clustering algorithm to analyze groups and hierarchies within a group.",
"supportUrl": "https://github.com/maqsoftware/PowerBI-visuals/issues",
"gitHubUrl": "https://github.com/maqsoftware/PowerBI-visuals/"
},
"apiVersion": "2.1.0",
"author": {
"name": "MAQ Software",
"email": "support@maqsoftware.com"
},
"assets": {
"icon": "assets/icon.png"
},
"externalJS": [
"node_modules/powerbi-visuals-utils-dataviewutils/lib/index.js"
],
"style": "style/visual.less",
"capabilities": "capabilities.json",
"dependencies": "dependencies.json",
"stringResources": []
}