-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpbiviz.json
25 lines (24 loc) · 835 Bytes
/
pbiviz.json
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
{
"author": {
"name": "Ilfat Galiev",
"email": "[email protected]"
},
"visual": {
"name": "visual-powerbi-editor",
"displayName": "Power BI Visual Editor",
"guid": "powerBIEditorVisual",
"visualClassName": "Visual",
"version": "1.0.4.0",
"description": "Integration of Monaco editor into Power BI Visual for editin JSON files of Apache ECharts, PlotlyJS, Deneb, Charticulator visuals templates ",
"supportUrl": "https://github.com/zBritva/echarts-powerbi-editor/issues",
"gitHubUrl": "https://github.com/zBritva/echarts-powerbi-editor"
},
"apiVersion": "5.4.0",
"assets": {
"icon": "assets/icon.svg"
},
"externalJS": [],
"style": "style/visual.scss",
"capabilities": "capabilities.json",
"stringResources": []
}