Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Microsoft/powerbi-visuals-utils-chartutils
chart utility interfaces for creating powerbi custom visuals
https://github.com/Microsoft/powerbi-visuals-utils-chartutils
Last synced: about 1 month ago
JSON representation
chart utility interfaces for creating powerbi custom visuals
- Host: GitHub
- URL: https://github.com/Microsoft/powerbi-visuals-utils-chartutils
- Owner: microsoft
- License: other
- Created: 2016-11-14T08:53:19.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T15:32:01.000Z (4 months ago)
- Last Synced: 2024-11-08T05:46:30.720Z (about 1 month ago)
- Language: TypeScript
- Size: 1.5 MB
- Stars: 22
- Watchers: 18
- Forks: 37
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-power-bi - ChartUtils - visuals-utils-chartutils)) — helps to create chart axes and drawing labels; (Development / Utils)
README
# Microsoft Power BI visuals ChartUtils
![Build status](https://github.com/microsoft/powerbi-visuals-utils-chartutils/workflows/build/badge.svg) [![npm version](https://img.shields.io/npm/v/powerbi-visuals-utils-chartutils.svg)](https://www.npmjs.com/package/powerbi-visuals-utils-chartutils) [![npm](https://img.shields.io/npm/dm/powerbi-visuals-utils-chartutils.svg)](https://www.npmjs.com/package/powerbi-visuals-utils-chartutils)> ChartUtils is a set of interfaces for creating powerbi custom visuals
## Usage
Learn how to install and use the chartutils in your custom visuals:
* [Usage Guide](https://docs.microsoft.com/en-us/power-bi/developer/visuals/utils-chart)## 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-chartutils/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).