Skip to content

The familiar bar chart turns fascinating with a new trendy feature to animate bars racing to the top based on ranks, in Power BI.

Notifications You must be signed in to change notification settings

runningmanlima/PowerBI-visuals-BarChartRace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animated Bar Chart Race Custom Visual For Power BI

The familiar bar chart turns fascinating with a new trendy feature to animate bars racing to the top based on ranks.

Preview

How to use

For examples on how to use please refer to the sample report in the demo folder names Animated-Bar-Chart-Race-Custom-Visual-Demo.pbix It demonstrates the visual and its various usecases and configuration setups.

Build Process

This visual features a two phase build process for easy debugging, i.e. we first build the visual as a web component and create a bundle.js and in the second phase we build the Power BI visual in the PBI folder.

git clone https://github.com/wishyoulization/PowerBI-visuals-BarChartRace.git
cd PowerBI-visuals-BarChartRace
npm install
cd PBI
npm install
npm run-script package

When developing locally in a browser.

cd PowerBI-visuals-BarChartRace
npm run-script start

When developing locally for PowerBI debugger (Please refer to the Power BI Custom Visual Development Guide for more details on how to setup build tools).

cd PowerBI-visuals-BarChartRace
cd PBI
npm run-script start

About

The familiar bar chart turns fascinating with a new trendy feature to animate bars racing to the top based on ranks, in Power BI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 91.1%
  • TypeScript 4.5%
  • JavaScript 3.5%
  • CSS 0.9%