Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Microsoft/powerbi-visuals-utils-colorutils
color utility interfaces for creating powerbi custom visuals
https://github.com/Microsoft/powerbi-visuals-utils-colorutils
Last synced: about 1 month ago
JSON representation
color utility interfaces for creating powerbi custom visuals
- Host: GitHub
- URL: https://github.com/Microsoft/powerbi-visuals-utils-colorutils
- Owner: microsoft
- License: other
- Created: 2016-11-14T08:58:06.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T16:50:24.000Z (9 months ago)
- Last Synced: 2024-05-18T15:42:12.668Z (7 months ago)
- Language: TypeScript
- Size: 726 KB
- Stars: 15
- Watchers: 15
- Forks: 22
- 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 - ColorUtils - visuals-utils-colorutils)) — manages color manipulations; (Development / Utils)
README
# Microsoft Power BI visuals ColorUtils
![Build](https://github.com/microsoft/powerbi-visuals-utils-colorutils/workflows/build/badge.svg) [![npm version](https://img.shields.io/npm/v/powerbi-visuals-utils-colorutils.svg)](https://www.npmjs.com/package/powerbi-visuals-utils-colorutils) [![npm](https://img.shields.io/npm/dm/powerbi-visuals-utils-colorutils.svg)](https://www.npmjs.com/package/powerbi-visuals-utils-colorutils)> ColorUtils is a set of functions and classes in order to simplify color manipulations for Power BI custom visuals
## Usage
Learn how to install and use the ColorUtils in your custom visuals:
* [Usage Guide](https://docs.microsoft.com/en-us/power-bi/developer/visuals/utils-color)## 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-colorutils/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).