jHeat.js
0.6.0
See the version list below for details.
dotnet add package jHeat.js --version 0.6.0
NuGet\Install-Package jHeat.js -Version 0.6.0
<PackageReference Include="jHeat.js" Version="0.6.0" />
paket add jHeat.js --version 0.6.0
#r "nuget: jHeat.js, 0.6.0"
// Install jHeat.js as a Cake Addin #addin nuget:?package=jHeat.js&version=0.6.0 // Install jHeat.js as a Cake Tool #tool nuget:?package=jHeat.js&version=0.6.0
Heat.js v0.6.0
🌞 A lightweight JavaScript library that generates customizable heat maps to visualize date-based activity and trends.
What features does Heat.js have?
- Zero-dependencies and extremely lightweight!
- Full API available via public functions.
- Fully styled in CSS/SASS and compatible with the Bootstrap library.
- Full CSS theme support (using :root variables).
- Fully configurable per DOM element.
- Toggling colors on/off support.
- Export all data to CSV.
What browsers are supported?
All modern browsers (such as Google Chrome, FireFox, and Opera) are fully supported.
What are the most recent changes?
To see a list of all the most recent changes, click here.
How do I get started?
To get started using Heat.js, do the following steps:
1. Prerequisites:
Make sure you include the "DOCTYPE html" tag at the top of your HTML, as follows:
<!DOCTYPE html>
2. Include Files:
<link rel="stylesheet" href="dist/heat.js.css" />
<script src="dist/heat.js"></script>
3. DOM Element Binding:
<div id="heat-map" data-heat-options="{ 'showDayNames': true }">
Your HTML.
</div>
To see a list of all the available binding options you can use for "data-heat-options", click here.
To see a list of all the available custom triggers you can use for "data-heat-options", click here.
4. Adding Dates:
Now, you can add/remove dates, which will update the heat map automatically!
<script>
var newDateObject = new Date();
$heat.addDate( "heat-map", newDateObject, false );
$heat.removeDate( "heat-map", newDateObject, false );
</script>
5. Finishing Up:
That's it! Nice and simple. Please refer to the code if you need more help (fully documented).
How do I go about customizing Heat.js?
To customize, and get more out of Heat.js, please read through the following documentation.
1. Public Functions:
To see a list of all the public functions available, click here.
2. Configuration:
Configuration options allow you to customize how Heat.js will function. You can set them as follows:
<script>
$heat.setConfiguration( {
safeMode: false
} );
</script>
To see a list of all the available configuration options you can use, click here.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.2.2 | 113 | 10/14/2024 |
4.2.1 | 98 | 9/2/2024 |
4.2.0 | 119 | 8/20/2024 |
4.1.1 | 82 | 7/25/2024 |
4.1.0 | 122 | 7/18/2024 |
4.0.5 | 102 | 7/15/2024 |
4.0.4 | 114 | 7/8/2024 |
4.0.3 | 121 | 7/6/2024 |
4.0.2 | 103 | 7/5/2024 |
4.0.1 | 122 | 7/4/2024 |
4.0.0 | 224 | 7/3/2024 |
3.2.0 | 109 | 6/17/2024 |
3.1.2 | 105 | 5/30/2024 |
3.1.1 | 131 | 5/7/2024 |
3.1.0 | 174 | 4/2/2024 |
3.0.0 | 163 | 3/29/2024 |
2.8.0 | 146 | 3/20/2024 |
2.7.2 | 142 | 3/18/2024 |
2.7.1 | 180 | 3/7/2024 |
2.7.0 | 204 | 3/6/2024 |
2.6.1 | 174 | 2/27/2024 |
2.6.0 | 165 | 2/26/2024 |
2.5.0 | 172 | 2/21/2024 |
2.4.0 | 179 | 2/19/2024 |
2.3.0 | 166 | 2/17/2024 |
2.2.0 | 187 | 2/16/2024 |
2.1.1 | 185 | 2/15/2024 |
2.1.0 | 188 | 2/13/2024 |
2.0.0 | 196 | 2/11/2024 |
1.9.2 | 179 | 2/6/2024 |
1.9.1 | 158 | 2/6/2024 |
1.9.0 | 163 | 2/5/2024 |
1.8.3 | 178 | 2/4/2024 |
1.8.2 | 169 | 2/3/2024 |
1.8.1 | 149 | 2/2/2024 |
1.8.0 | 148 | 2/2/2024 |
1.7.1 | 127 | 2/1/2024 |
1.7.0 | 137 | 1/31/2024 |
1.6.4 | 147 | 1/30/2024 |
1.6.3 | 191 | 1/29/2024 |
1.6.2 | 140 | 1/29/2024 |
1.6.1 | 168 | 1/28/2024 |
1.6.0 | 162 | 1/28/2024 |
1.5.2 | 154 | 1/27/2024 |
1.5.1 | 162 | 1/26/2024 |
1.5.0 | 146 | 1/25/2024 |
1.4.0 | 155 | 1/24/2024 |
1.3.0 | 163 | 1/23/2024 |
1.2.1 | 166 | 1/22/2024 |
1.2.0 | 167 | 1/19/2024 |
1.1.0 | 140 | 1/19/2024 |
1.0.0 | 159 | 1/18/2024 |
0.9.0 | 140 | 1/17/2024 |
0.8.0 | 157 | 1/17/2024 |
0.7.0 | 174 | 1/15/2024 |
0.6.1 | 197 | 1/15/2024 |
0.6.0 | 173 | 1/14/2024 |
0.5.1 | 148 | 1/14/2024 |
0.5.0 | 160 | 1/12/2024 |
0.4.0 | 172 | 1/11/2024 |
0.3.0 | 145 | 1/11/2024 |
0.2.0 | 160 | 1/11/2024 |
0.1.0 | 170 | 1/10/2024 |