Skip to content

Commit

Permalink
Update to the latest and greatest of the heat map render library.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeaudoinfortin committed Nov 22, 2024
1 parent ffe44cb commit 2b56e25
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<dependency>
<groupId>io.github.dbeaudoinfortin</groupId>
<artifactId>heatmaps</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
</dependencies>
<distributionManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public void writeToFile(List<DataQueryRecord> records, String queryUnits, String
.withOptions(com.dbf.heatmaps.HeatMapOptions.builder()
.withColourScaleLowerBound(getConfig().getColourLowerBound())
.withColourScaleUpperBound(getConfig().getColourUpperBound())
.withLegendTextFormat("0.####")
.withGradient(HeatMapGradient.getCannedGradient(getConfig().getColourGradient()-1)) //Command options starts at one
.build())
.build()
Expand Down
Binary file modified target/naps_data.jar
Binary file not shown.

0 comments on commit 2b56e25

Please sign in to comment.