Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Microsoft/powerbi-visuals-utils-formattingutils
Formatting utility interfaces for creating powerbi custom visuals
https://github.com/Microsoft/powerbi-visuals-utils-formattingutils
Last synced: 3 months ago
JSON representation
Formatting utility interfaces for creating powerbi custom visuals
- Host: GitHub
- URL: https://github.com/Microsoft/powerbi-visuals-utils-formattingutils
- Owner: microsoft
- License: other
- Created: 2016-11-14T09:39:38.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T16:21:40.000Z (7 months ago)
- Last Synced: 2024-05-18T15:42:23.204Z (6 months ago)
- Language: TypeScript
- Size: 1.03 MB
- Stars: 24
- Watchers: 18
- Forks: 33
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-power-bi - FormattingUtils - visuals-utils-formattingutils)) — provides functionality to format values; (Development / Utils)
README
# Microsoft Power BI visuals FormattingUtils
![Build](https://github.com/microsoft/powerbi-visuals-utils-formattingutils/workflows/build/badge.svg) [![npm version](https://img.shields.io/npm/v/powerbi-visuals-utils-formattingutils.svg)](https://www.npmjs.com/package/powerbi-visuals-utils-formattingutils) [![npm](https://img.shields.io/npm/dm/powerbi-visuals-utils-formattingutils.svg)](https://www.npmjs.com/package/powerbi-visuals-utils-formattingutils)> FormattingUtils is a set of functions and classes in order to format values for Power BI custom visuals
## Usage
Learn how to install and use the FormattingUtils in your custom visuals:
* [Usage Guide](https://docs.microsoft.com/en-us/power-bi/developer/visuals/utils-formatting)## 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-formattingutils/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).