power bi sample reactjs custom visual
Перейти к файлу
Aleksandr Savelev aae8b8aff4
Migrated to eslint, Updated packages, Migrated to format Pane (#11)
2023-04-18 09:33:46 +02:00
.vscode review fixes 2019-04-29 14:28:39 +03:00
assets Readme update 2019-05-02 11:10:23 +03:00
src Migrated to eslint, Updated packages, Migrated to format Pane (#11) 2023-04-18 09:33:46 +02:00
style review fixes 2019-04-29 14:28:39 +03:00
.eslintignore Migrated to eslint, Updated packages, Migrated to format Pane (#11) 2023-04-18 09:33:46 +02:00
.eslintrc.js Migrated to eslint, Updated packages, Migrated to format Pane (#11) 2023-04-18 09:33:46 +02:00
.gitignore the last step (+ clear() usage demo) 2019-04-26 09:27:11 +03:00
CHANGELOG.md Migrated to eslint, Updated packages, Migrated to format Pane (#11) 2023-04-18 09:33:46 +02:00
LICENSE Initial commit 2019-04-21 00:07:08 -07:00
README.md Update README.md 2019-05-15 13:52:33 +02:00
SECURITY.md Microsoft mandatory file 2022-08-29 13:59:32 +00:00
capabilities.json Migrated to eslint, Updated packages, Migrated to format Pane (#11) 2023-04-18 09:33:46 +02:00
package-lock.json Migrated to eslint, Updated packages, Migrated to format Pane (#11) 2023-04-18 09:33:46 +02:00
package.json Migrated to eslint, Updated packages, Migrated to format Pane (#11) 2023-04-18 09:33:46 +02:00
pbiviz.json Migrated to eslint, Updated packages, Migrated to format Pane (#11) 2023-04-18 09:33:46 +02:00
tsconfig.json Migrated to eslint, Updated packages, Migrated to format Pane (#11) 2023-04-18 09:33:46 +02:00
tslint.json tslint-microsoft-contrib and related changes 2020-05-01 11:02:05 +05:00

README.md

Circle Card React Custom Visual

Demo Custom Visual using React JS

Overview

React Circle Card

This repository represents a simple way to use React for development of Power BI Custom Visuals. Circle Card shows singular value inside a circle. It supports basic visual settings (color and circle thickness) and adaptability to viewport size.

React-based Custom Visual development basics are explained in this tutorial. It describes step-by-step creation of Circle Card. You're welcome to use that example as a base to your own Custom Visuals by cloning this repository or using pbiviz new react command of Power BI Visuals Tools.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.