diff --git a/apps/heat-map/public/script.js b/apps/heat-map/public/script.js index 8afe2f8b6..7582a3756 100644 --- a/apps/heat-map/public/script.js +++ b/apps/heat-map/public/script.js @@ -386,7 +386,7 @@ function callback(data) { return legendThreshold(data.baseTemperature + d.variance); }) .on('mouseover', function (event, d) { - var date = new Date(d.year, d.month); + var date = new Date(d.year, d.month + 1); var str = "" + d3.utcFormat('%Y - %B')(date) +