Compare commits

..

No commits in common. "dev" and "certification" have entirely different histories.

6 changed files with 175 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
StandardExmp/
dist/
webpack.statistics.*
# tmp
.tmp/

View File

@ -240,7 +240,7 @@
"selfFilter": {
"type": {
"filter": {
"selfFilter": false
"selfFilter": true
}
}
}

View File

@ -97,6 +97,7 @@ export class Visual implements IVisual {
}
public update(options: VisualUpdateOptions) {
//pbi
this.events.renderingStarted(options);
this.settings = Visual.parseSettings(options && options.dataViews && options.dataViews[0]);
let dataView = options.dataViews[0];

File diff suppressed because one or more lines are too long

67
webpack.statistics.html Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long