Compare commits
1 Commits
certificat
...
dev
Author | SHA1 | Date | |
---|---|---|---|
7e4f6d922f |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
StandardExmp/
|
StandardExmp/
|
||||||
dist/
|
dist/
|
||||||
|
webpack.statistics.*
|
||||||
# tmp
|
# tmp
|
||||||
.tmp/
|
.tmp/
|
||||||
|
|
||||||
|
@ -240,7 +240,7 @@
|
|||||||
"selfFilter": {
|
"selfFilter": {
|
||||||
"type": {
|
"type": {
|
||||||
"filter": {
|
"filter": {
|
||||||
"selfFilter": true
|
"selfFilter": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
Loading…
Reference in New Issue
Block a user