data view utility interfaces for creating powerbi custom visuals
Перейти к файлу
Aleksandr Savelev 874c12cce9
Removed Validation helper (#78)
* Removed Validation helper

* Removed tests

* Updated changelog
2024-05-14 11:30:51 +02:00
.github/workflows Update api to 5.9.0 (#77) 2024-04-03 11:07:49 +02:00
docs Updated to Webpack (#29) 2019-05-27 20:47:07 +07:00
src Removed Validation helper (#78) 2024-05-14 11:30:51 +02:00
test Removed Validation helper (#78) 2024-05-14 11:30:51 +02:00
.eslintignore Update dependencies (#59) 2022-10-12 15:09:37 +03:00
.eslintrc.js Update dependencies (#59) 2022-10-12 15:09:37 +03:00
.gitignore Update dependencies (#59) 2022-10-12 15:09:37 +03:00
CHANGELOG.md Removed Validation helper (#78) 2024-05-14 11:30:51 +02:00
CONTRIBUTING.md Update api to 5.9.0 (#77) 2024-04-03 11:07:49 +02:00
LICENSE 12060 “DataViewUtils: Prepare the grouped npm package for existing packages” 2016-11-11 19:53:49 +03:00
README.md Remove coveralls (#71) 2023-03-31 09:18:55 +02:00
SECURITY.md Microsoft mandatory file (#57) 2022-12-06 23:11:46 +03:00
karma.conf.ts Updated packages (#69) 2023-03-07 17:29:10 +01:00
package-lock.json Removed Validation helper (#78) 2024-05-14 11:30:51 +02:00
package.json Removed Validation helper (#78) 2024-05-14 11:30:51 +02:00
tsconfig.json Update dependencies (#59) 2022-10-12 15:09:37 +03:00
webpack.config.js Release 3.0.1 (#65) 2022-12-06 23:10:12 +03:00

README.md

Microsoft Power BI visuals DataViewUtils

Build npm version npm

DataViewUtils is a set of functions and classes in order to simplify parsing of the DataView object for Power BI custom visuals

Usage

Learn how to install and use the DataViewUtils in your custom visuals:

Contributing

License

See the LICENSE file for license rights and limitations (MIT).