-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/sjkp/heatmap
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# PowerBI Visual Heatmap | ||
The PowerBI Heatmap Visual enables users to draw a heatmap overlay from a X, Y coordinate set on to an existing image. The user specify the image, and provide a data set of X, Y coordinates and optionally an intensity for each data point. The radius and the bluriness of the heatmap bubbles can be customized as well as the max value for the intensity. | ||
|
||
## How to get the visual | ||
Download it from the [release page](https://github.com/sjkp/heatmap/releases) | ||
|
||
## How to use it | ||
See https://sjkppowerbi.azurewebsites.net/heatmap/ | ||
|
||
## How to build | ||
1. Clone this git repository | ||
2. Navigate to the folder heatmap | ||
3. Run pbiviz package from a command prompt (if you don't have pbiviz, read here how to install it: https://github.com/Microsoft/PowerBI-visuals-tools) |