Added Power BI bookmarks support (#47)
This commit is contained in:
Родитель
c5ca98c8be
Коммит
6e78fc4d1b
|
@ -1,3 +1,7 @@
|
|||
## 1.8.0
|
||||
|
||||
* Added Power BI bookmarks support
|
||||
|
||||
## 1.7.1
|
||||
|
||||
* Fix drawing backward links on difficult graph (with many backward links)
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "powerbi-visuals-sankey",
|
||||
"version": "1.7.1",
|
||||
"version": "1.8.0",
|
||||
"description": "Sankey is a type of flow diagram in which the width of the series is in proportion to the quantity of the flow. Use it to find major contributions to an overall flow.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"powerbi-visuals"
|
||||
],
|
||||
"scripts": {
|
||||
"postinstall": "pbiviz update 1.6.0",
|
||||
"postinstall": "pbiviz update 1.11.0",
|
||||
"typings": "typings",
|
||||
"pbiviz": "pbiviz",
|
||||
"start": "pbiviz start",
|
||||
|
@ -49,11 +49,12 @@
|
|||
"karma-sourcemap-loader": "0.3.7",
|
||||
"karma-typescript-preprocessor": "0.3.0",
|
||||
"lodash": "4.17.4",
|
||||
"powerbi-visuals-tools": "1.7.1",
|
||||
"powerbi-visuals-tools": "1.11.0",
|
||||
"powerbi-visuals-utils-colorutils": "^0.2.1",
|
||||
"powerbi-visuals-utils-dataviewutils": "^0.3.0",
|
||||
"powerbi-visuals-utils-formattingutils": "^0.2.2",
|
||||
"powerbi-visuals-utils-interactivityutils": "^0.2.1",
|
||||
"powerbi-models": "1.0.3",
|
||||
"powerbi-visuals-utils-interactivityutils": "3.1.0",
|
||||
"powerbi-visuals-utils-svgutils": "^0.2.1",
|
||||
"powerbi-visuals-utils-testutils": "^0.2.1",
|
||||
"powerbi-visuals-utils-tooltiputils": "^0.3.0",
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"visual": {
|
||||
"name": "SankeyDiagram",
|
||||
"displayName": "Sankey 1.7.1",
|
||||
"displayName": "Sankey 1.8.0",
|
||||
"guid": "SankeyDiagram1446463184954",
|
||||
"visualClassName": "SankeyDiagram",
|
||||
"version": "1.7.1",
|
||||
"version": "1.8.0",
|
||||
"description": "Sankey is a type of flow diagram in which the width of the series is in proportion to the quantity of the flow. Use it to find major contributions to an overall flow.",
|
||||
"supportUrl": "http://community.powerbi.com",
|
||||
"gitHubUrl": "https://github.com/Microsoft/powerbi-visuals-sankey"
|
||||
},
|
||||
"apiVersion": "1.6.0",
|
||||
"apiVersion": "1.11.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "pbicvsupport@microsoft.com"
|
||||
|
|
|
@ -13,7 +13,8 @@
|
|||
"node_modules/@types/d3/index.d.ts",
|
||||
"node_modules/@types/jquery/index.d.ts",
|
||||
"node_modules/@types/lodash/index.d.ts",
|
||||
".api/v1.6.0/PowerBI-visuals.d.ts",
|
||||
".api/v1.11.0/PowerBI-visuals.d.ts",
|
||||
"node_modules/powerbi-models/dist/models-noexports.d.ts",
|
||||
"node_modules/powerbi-visuals-utils-dataviewutils/lib/index.d.ts",
|
||||
"node_modules/powerbi-visuals-utils-typeutils/lib/index.d.ts",
|
||||
"node_modules/powerbi-visuals-utils-svgutils/lib/index.d.ts",
|
||||
|
|
Загрузка…
Ссылка в новой задаче