89ad8782c8
Code update for main branch |
||
---|---|---|
.github/workflows | ||
.vscode | ||
Tutorial | ||
assets | ||
src | ||
stringResources | ||
style | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG.md | ||
README.md | ||
SECURITY.md | ||
azure-pipelines.yml | ||
capabilities.json | ||
package-lock.json | ||
package.json | ||
pbiviz.json | ||
tsconfig.json |
README.md
PowerBI-visuals-sampleBarChart
Bar Chart Custom Visual sample.
Setting Up Environment
Before starting creating your first custom visual follow by this setting up environment instruction.
Install dev dependencies:
Once you have cloned this example, run these commands to install dependencies and to connect the visual into powerbi.
npm install # This command will install all necessary modules
Start dev app
pbiviz start
Building Bar Chart
- Building a Visual with Static Data
- Adding Databinding to the Bar Chart
- Adding Color to the Bar Chart
- Adding Selection and Interaction with Other Visuals
- Adding Static Objects to Property Pane
- Adding Databound Objects to Property Pane
- Adding Powerbi Extensibility Utils
- Adding URL Launcher element to the Bar Chart
- Adding Report Page tooltips support to the Bar Chart
- Adding Conditional Formatting support to the Bar Chart
- Accessibility: Adding High-Contrast Mode Support
- Finally Package for Distribution ... Done