Pin GitHub Actions to full-length commit SHAs (#80)
ColorUtils is a set of functions and classes in order to simplify color manipulations for Power BI custom visuals
Learn how to install and use the ColorUtils in your custom visuals:
Common scripts:
npm ci
package-lock.json
npm run build
src/
lib/
npm test
npm run test:watch
npm run test:coverage
coverage/
npm run test:typecheck
test/
test/tsconfig.json
npm run lint
eslint.config.mjs
npm run lint:fix
tsconfig.json
vitest/globals
Tests live under test/ and run on Vitest.
See the LICENSE file for license rights and limitations (MIT).
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
Microsoft Power BI visuals ColorUtils
Usage
Learn how to install and use the ColorUtils in your custom visuals:
Development
Common scripts:
npm cipackage-lock.jsonnpm run buildsrc/intolib/with TypeScript declarations and source mapsnpm testnpm run test:watchnpm run test:coveragecoverage/npm run test:typechecktest/tree with TypeScript usingtest/tsconfig.jsonnpm run linteslint.config.mjsnpm run lint:fixTypeScript configs
tsconfig.jsonbuildssrc/intolib/.test/tsconfig.jsonextends the main config, addsvitest/globals, and includestest/files.Tests
Tests live under
test/and run on Vitest.Contributing
License
See the LICENSE file for license rights and limitations (MIT).