Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Microsoft/powerbi-visuals-utils-interactivityutils
Interactivity utility interfaces for creating powerbi custom visuals
https://github.com/Microsoft/powerbi-visuals-utils-interactivityutils
Last synced: about 1 month ago
JSON representation
Interactivity utility interfaces for creating powerbi custom visuals
- Host: GitHub
- URL: https://github.com/Microsoft/powerbi-visuals-utils-interactivityutils
- Owner: microsoft
- License: other
- Created: 2016-11-14T09:37:58.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T16:32:32.000Z (9 months ago)
- Last Synced: 2024-05-18T15:42:29.829Z (7 months ago)
- Language: TypeScript
- Size: 724 KB
- Stars: 24
- Watchers: 18
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-power-bi - InteractivityUtils - visuals-utils-interactivityutils)) — helps to implement cross-selection and cross-filtering; (Development / Utils)
README
# Microsoft Power BI visuals InteractivityUtils
![Build](https://github.com/microsoft/powerbi-visuals-utils-interactivityutils/workflows/build/badge.svg) [![npm version](https://img.shields.io/npm/v/powerbi-visuals-utils-interactivityutils.svg)](https://www.npmjs.com/package/powerbi-visuals-utils-interactivityutils) [![npm](https://img.shields.io/npm/dm/powerbi-visuals-utils-interactivityutils.svg)](https://www.npmjs.com/package/powerbi-visuals-utils-interactivityutils)> InteractivityUtils is a set of functions and classes in order to simplify implementation of cross-selection and cross-filtering for Power BI custom visuals
## Usage
Learn how to install and use the InteractivityUtils in your custom visuals:
* [Usage Guide](https://docs.microsoft.com/en-us/power-bi/developer/visuals/utils-interactivity-selections)## Contributing
* Read our [contribution guideline](./CONTRIBUTING.md) to find out how to contribute bugs fixes and improvements
* [Issue Tracker](https://github.com/Microsoft/powerbi-visuals-utils-interactivityutils/issues)
* [Development workflow](./docs/dev/development-workflow.md)
* [How to build](./docs/dev/development-workflow.md#how-to-build)
* [How to run unit tests locally](./docs/dev/development-workflow.md#how-to-run-unit-tests-locally)## License
See the [LICENSE](./LICENSE) file for license rights and limitations (MIT).