Compare commits
No commits in common. "dev" and "certification" have entirely different histories.
dev
...
certificat
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,5 @@
|
|||||||
StandardExmp/
|
StandardExmp/
|
||||||
dist/
|
dist/
|
||||||
webpack.statistics.*
|
|
||||||
# tmp
|
# tmp
|
||||||
.tmp/
|
.tmp/
|
||||||
|
|
||||||
|
@ -240,7 +240,7 @@
|
|||||||
"selfFilter": {
|
"selfFilter": {
|
||||||
"type": {
|
"type": {
|
||||||
"filter": {
|
"filter": {
|
||||||
"selfFilter": false
|
"selfFilter": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -97,6 +97,7 @@ 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];
|
||||||
|
53
webpack.statistics.dev.html
Normal file
53
webpack.statistics.dev.html
Normal file
File diff suppressed because one or more lines are too long
67
webpack.statistics.html
Normal file
67
webpack.statistics.html
Normal file
File diff suppressed because one or more lines are too long
53
webpack.statistics.prod.html
Normal file
53
webpack.statistics.prod.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user