Skip to content

Releases: sjkp/heatmap

Increased number of data points

09 Dec 21:46
0997573
Compare
Choose a tag to compare

I just increased the number of data points that the visual can handle to 30000 which is the current maximum supported by powerbi without dynamically loading the data. If people have a need to support even more points let me know and I will investigate if dynamical data loading is something that would work for this visual.

Support for dynamic background

05 Sep 20:30
Compare
Choose a tag to compare

Support for dynamic background images.

Data will be categorized by the category column and the first image url from the Background column within the category will be used as background image. If nothing is specified as the background data, then the static background will be used as before.

See heatmaptest.pbix for an example.

Bug fixes

23 Apr 19:50
Compare
Choose a tag to compare

Fixes a bug that nothing would get show if Aggregated functions was used on X,Y or Intensity.

Auto intensity and percentage scale

14 Dec 10:32
Compare
Choose a tag to compare

Implements
#9, #6

Both of the new features are options you need to toggle on under the heatmap settings.
image

Minor fix

10 Nov 20:41
Compare
Choose a tag to compare

Just ensure that the visual still builds with the latest pbiviz tools 1.8.

Builds with
pbiviz --version
1.8.1

node --version
v8.1.2

tsc --version
Version 2.1.4

Update to API v1.2.0

17 Nov 22:44
Compare
Choose a tag to compare

Update to the latest API.

Updated heatmap to the new visuals tools

22 Aug 20:41
Compare
Choose a tag to compare

This release uses the new powerbi-visuals-tools, which makes it considerable easier for other to fork the repo and improve the visual.