-
-
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 pull request #70 from williamtroup/4.2.2
4.2.2
- Loading branch information
Showing
93 changed files
with
885 additions
and
711 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 |
---|---|---|
|
@@ -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-v4.2.1-blue)](https://www.npmjs.com/package/jheat.js) | ||
[![nuget](https://img.shields.io/badge/nuget-v4.2.1-purple)](https://www.nuget.org/packages/jHeat.js/) | ||
[![npm](https://img.shields.io/badge/npmjs-v4.2.2-blue)](https://www.npmjs.com/package/jheat.js) | ||
[![nuget](https://img.shields.io/badge/nuget-v4.2.2-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, charts, and statistics to visualize date-based activity and trends.</p> | ||
> <p align="center">v4.2.1</p> | ||
> <p align="center">v4.2.2</p> | ||
<br /> | ||
![Heat.js](docs/images/main.png) | ||
|
@@ -131,8 +131,8 @@ Or, you can download the latest zipped up version [here](https://www.william-tro | |
Or, you can also use the following CDN links: | ||
|
||
```markdown | ||
https://cdn.jsdelivr.net/gh/williamtroup/[email protected].1/dist/heat.min.js | ||
https://cdn.jsdelivr.net/gh/williamtroup/[email protected].1/dist/heat.js.min.css | ||
https://cdn.jsdelivr.net/gh/williamtroup/[email protected].2/dist/heat.min.js | ||
https://cdn.jsdelivr.net/gh/williamtroup/[email protected].2/dist/heat.js.min.css | ||
``` | ||
<br> | ||
<br> | ||
|
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Heat.js v4.2.1 | ||
# Heat.js v4.2.2 | ||
|
||
[![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-v4.2.1-blue)](https://www.npmjs.com/package/jheat.js) | ||
[![nuget](https://img.shields.io/badge/nuget-v4.2.1-purple)](https://www.nuget.org/packages/jHeat.js/) | ||
[![npm](https://img.shields.io/badge/npmjs-v4.2.2-blue)](https://www.npmjs.com/package/jheat.js) | ||
[![nuget](https://img.shields.io/badge/nuget-v4.2.2-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/) | ||
|
@@ -114,8 +114,8 @@ Or, you can download the latest zipped up version [here](https://www.william-tro | |
Or, you can also use the following CDN links: | ||
|
||
```markdown | ||
https://cdn.jsdelivr.net/gh/williamtroup/[email protected].1/dist/heat.min.js | ||
https://cdn.jsdelivr.net/gh/williamtroup/[email protected].1/dist/heat.js.min.css | ||
https://cdn.jsdelivr.net/gh/williamtroup/[email protected].2/dist/heat.min.js | ||
https://cdn.jsdelivr.net/gh/williamtroup/[email protected].2/dist/heat.js.min.css | ||
``` | ||
|
||
|
||
|
Oops, something went wrong.