Skip to content

Commit

Permalink
Merge pull request dm-p#13 from dm-p/1.0.2
Browse files Browse the repository at this point in the history
Release 1.0.2
  • Loading branch information
dm-p authored Aug 27, 2020
2 parents 10eff91 + 19b9cb1 commit 0f42551
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 24 deletions.
5 changes: 4 additions & 1 deletion capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"displayName": "Sampling",
"description": "Sampling description.",
"name": "sampling",
"kind": "Grouping"
"kind": "GroupingOrMeasure"
}
],
"objects": {
Expand Down Expand Up @@ -120,5 +120,8 @@
}
}
],
"sorting": {
"default": {}
},
"supportsLandingPage": true
}
56 changes: 34 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"overlayscrollbars": "^1.12.0",
"powerbi-visuals-api": "~2.6.1",
"powerbi-visuals-utils-dataviewutils": "2.2.1",
"powerbi-visuals-utils-testutils": "^2.2.1",
"powerbi-visuals-utils-testutils": "^2.3.1",
"prettier": "^1.19.1",
"prettier-tslint": "^0.4.2",
"puppeteer": "^1.20.0",
Expand Down
5 changes: 5 additions & 0 deletions style/visual.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
width: 100vw;
height: 100vh;
overflow: auto;

li {
list-style: unset;
}

}

.w3-theme-l5 {color:#000 !important; background-color:#fcfcfc !important}
Expand Down

0 comments on commit 0f42551

Please sign in to comment.