Skip to content

Commit

Permalink
Merge pull request #24 from williamtroup/1.6.3
Browse files Browse the repository at this point in the history
1.6.3
  • Loading branch information
William Troup authored Jan 29, 2024
2 parents 0925789 + 9f3404a commit e55b74f
Show file tree
Hide file tree
Showing 26 changed files with 45 additions and 34 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
Heat.js

[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Heat.js%2C%20a%20free%20JavaScript%heat%20map&url=https://github.com/williamtroup/Heat.js&hashtags=javascript,heat,map)
[![npm](https://img.shields.io/badge/npmjs-v1.6.2-blue)](https://www.npmjs.com/package/jheat.js)
[![nuget](https://img.shields.io/badge/nuget-v1.6.2-purple)](https://www.nuget.org/packages/jHeat.js/)
[![npm](https://img.shields.io/badge/npmjs-v1.6.3-blue)](https://www.npmjs.com/package/jheat.js)
[![nuget](https://img.shields.io/badge/nuget-v1.6.3-purple)](https://www.nuget.org/packages/jHeat.js/)
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/Heat.js/blob/main/LICENSE.txt)
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/Heat.js/discussions)
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://william-troup.com/)
</h1>

> <p align="center">🌞 A lightweight JavaScript library that generates customizable heat maps and charts to visualize date-based activity and trends.</p>
> <p align="center">v1.6.2</p>
> <p align="center">v1.6.3</p>
<br />
![Heat.js](docs/images/main.png)
Expand Down
6 changes: 3 additions & 3 deletions README_NUGET.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Heat.js v1.6.2
# Heat.js v1.6.3

[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Heat.js%2C%20a%20free%20JavaScript%heat%20map&url=https://github.com/williamtroup/Heat.js&hashtags=javascript,heat,map)
[![npm](https://img.shields.io/badge/npmjs-v1.6.2-blue)](https://www.npmjs.com/package/jheat.js)
[![nuget](https://img.shields.io/badge/nuget-v1.6.2-purple)](https://www.nuget.org/packages/jHeat.js/)
[![npm](https://img.shields.io/badge/npmjs-v1.6.3-blue)](https://www.npmjs.com/package/jheat.js)
[![nuget](https://img.shields.io/badge/nuget-v1.6.3-purple)](https://www.nuget.org/packages/jHeat.js/)
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/Heat.js/blob/main/LICENSE.txt)
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/Heat.js/discussions)
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://william-troup.com/)
Expand Down
4 changes: 2 additions & 2 deletions dist/heat.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.6.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
(function() {
function render() {
var tagTypes = _configuration.domElementTypes;
Expand Down Expand Up @@ -1126,7 +1126,7 @@
return this;
};
this.getVersion = function() {
return "1.6.2";
return "1.6.3";
};
(function(documentObject, windowObject) {
_parameter_Document = documentObject;
Expand Down
6 changes: 4 additions & 2 deletions dist/heat.js.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Heat.js Library v1.6.2
* Heat.js Library v1.6.3
*
* Copyright 2024 Bunoon
* Released under the MIT License
Expand Down Expand Up @@ -436,10 +436,12 @@ div.heat-js div.chart-contents div.chart div.day-lines {
border-bottom: var(--heat-js-border-size) solid var(--heat-js-container-border-color);
}
div.heat-js div.chart-contents div.chart div.day-lines div.day-line {
border-top-left-radius: var(--heat-js-border-radius-day);
border-top-right-radius: var(--heat-js-border-radius-day);
background-color: var(--heat-js-day-background-color);
border: var(--heat-js-border-size) solid var(--heat-js-day-border-color);
vertical-align: bottom;
width: 8px;
width: 10px;
margin-right: 1px;
display: inline-block;
transition: var(--heat-js-transition);
Expand Down
2 changes: 1 addition & 1 deletion dist/heat.js.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/heat.js.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/heat.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/themes/heat.js.light.theme.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.6.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
:root {
/* Colors */
--heat-js-color-black: #F5F5F5;
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.ar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.6.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.bn.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.6.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.de.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.6.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.en.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.6.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "st",
"ndText": "nd",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.es.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.6.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.fr.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.6.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.hi.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.6.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.ja.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.6.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.pl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.6.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.pt.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.6.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.tr.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.6.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/heat.translations.zh.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Heat.js v1.6.2 | (c) Bunoon 2024 | MIT License */
/*! Heat.js v1.6.3 | (c) Bunoon 2024 | MIT License */
$heat.setConfiguration( {
"stText": "",
"ndText": "",
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Heat.js - Change Log:

## Version 1.6.3:
- Increased the bars width shown in the chart view to 10 pixels.
- Added a top left/right border radius to bars width shown in the chart view.

<br>


## Version 1.6.2:
- Added hover effect for the guide day toggles that are turned off.
- Fixed package keywords and description being wrong.
Expand Down
Binary file modified docs/images/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion heat.js.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>jHeat.js</id>
<version>1.6.2</version>
<version>1.6.3</version>
<title>Heat.js</title>
<description>A lightweight JavaScript library that generates customizable heat maps and charts to visualize date-based activity and trends.</description>
<authors>William Troup</authors>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jheat.js",
"title": "Heat.js",
"description": "A lightweight JavaScript library that generates customizable heat maps and charts to visualize date-based activity and trends.",
"version": "1.6.2",
"version": "1.6.3",
"main": "dist/heat.js",
"homepage": "https://www.william-troup.com/heat-js/",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions src/heat.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* A lightweight JavaScript library that generates customizable heat maps and charts to visualize date-based activity and trends.
*
* @file observe.js
* @version v1.6.2
* @version v1.6.3
* @author Bunoon
* @license MIT License
* @copyright Bunoon 2024
Expand Down Expand Up @@ -1865,7 +1865,7 @@
* @returns {string} The version number.
*/
this.getVersion = function() {
return "1.6.2";
return "1.6.3";
};


Expand Down
6 changes: 4 additions & 2 deletions src/heat.js.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Heat.js Library v1.6.2
* Heat.js Library v1.6.3
*
* Copyright 2024 Bunoon
* Released under the MIT License
Expand Down Expand Up @@ -538,10 +538,12 @@ div.heat-js {
border-bottom: var(--heat-js-border-size) solid var(--heat-js-container-border-color);

div.day-line {
border-top-left-radius: var(--heat-js-border-radius-day);
border-top-right-radius: var(--heat-js-border-radius-day);
background-color: var(--heat-js-day-background-color);
border: var(--heat-js-border-size) solid var(--heat-js-day-border-color);
vertical-align: bottom;
width: 8px;
width: 10px;
margin-right: 1px;
display: inline-block;
transition: var(--heat-js-transition);
Expand Down

0 comments on commit e55b74f

Please sign in to comment.