guyinacube / PowerBI-visuals-sampleBarChart

Bar Chart Custom Visual for tutorial.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PowerBI-visuals-sampleBarChart

Build Status 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

  1. Building a Visual with Static Data
  2. Adding Databinding to the Bar Chart
  3. Adding Color to the Bar Chart
  4. Adding Selection and Interaction with Other Visuals
  5. Adding Static Objects to Property Pane
  6. Adding Databound Objects to Property Pane
  7. Adding Powerbi Extensibility Utils
  8. Finally Package for Distribution ... Done

About

Bar Chart Custom Visual for tutorial.


Languages

Language:TypeScript 99.4%Language:CSS 0.6%