Compare commits

...

1 Commits

Author SHA1 Message Date
7e4f6d922f Ignore webpack.statistics.* 2020-05-03 00:22:24 +08:00
6 changed files with 2 additions and 175 deletions

1
.gitignore vendored
View File

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

View File

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

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long