adlele / PowerBI-Visuals-HorizontalBarChart

Power BI custom visual: a horizontal bar chart that saves space by putting the category labels inside the bars.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Horizontal bar chart

A horizontal bar chart that saves space by putting the category labels inside the bars

screenshot

Overview

This horizontal bar chart visual can be used as a filter to slice through your data in a more meaningful fashion while saving space by putting the category labels inside the bars itself. You can add different tooltips to show next level of detail that you don’t want visible right on the first look but still is relevant to the dataset.

See also Horizontal bar chart at Microsoft AppSource

Development Workflow

npm i # installs all required modules
npm run cert # generates and installs a SSL certificate
npm start # starts debugging visual
npm run package # build a pbiviz package for Power BI

About

Power BI custom visual: a horizontal bar chart that saves space by putting the category labels inside the bars.

License:MIT License


Languages

Language:TypeScript 99.2%Language:CSS 0.8%