b21912b28f
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.22 and updates ancestor dependency [powerbi-visuals-tools](https://github.com/Microsoft/PowerBI-visuals-tools). These dependencies need to be updated together. Updates `postcss` from 5.2.18 to 8.4.22 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/commits/8.4.22) Updates `powerbi-visuals-tools` from 1.11.3 to 4.3.0 - [Release notes](https://github.com/Microsoft/PowerBI-visuals-tools/releases) - [Changelog](https://github.com/microsoft/PowerBI-visuals-tools/blob/main/Changelog.md) - [Commits](https://github.com/Microsoft/PowerBI-visuals-tools/commits/4.3.0) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect - dependency-name: powerbi-visuals-tools dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
assets | ||
r_files | ||
src | ||
style | ||
.gitignore | ||
LICENSE | ||
README.md | ||
capabilities.json | ||
dependencies.json | ||
package-lock.json | ||
package.json | ||
pbiviz.json | ||
script.r | ||
tsconfig.json | ||
tslint.json |
README.md
Funnel plot
Find outliers in your data, using a funnel plot.
Overview
On occasion, we find patterns in statistical noise that lead us to incorrect conclusions about the underlying data.
The funnel plot helps you compare samples, and find true outliers among the measurements with varying precision. It’s widely used for comparing institutional performance and medical data analysis.
In our example, the measurements are rates of certain events (such as births) in populations (such as countries) of given size.
This visual uses a fixed effect model estimator. You can control the visual attributes to suit your needs.
NEW: support for tooltips on hover and selection.
Here is how it works:
- Define two required fields to be analyzed in plot (occurrence and population fields)
- Optionally, provide the fields to be shown in tooltips upon hover
- You may select the Y axis to present percentage or ratio
- Use numerous formatting controls to refine the visual appearance of the plot
- The "funnel" is formed by confidence limits, and show the amount of expected variation. The dots outside the funnel are outliers.
R package dependencies (which are auto-installed): scales, reshape, ggplot2, plotly, htmlwidgets, XML Supports R versions: R 3.5.x, R 3.4.x
This is an open source visual. Get the code from GitHub: https://github.com/Microsoft/powerbi-visuals-funnel
Contributing
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.