jHeat.js 3.1.0

dotnet add package jHeat.js --version 3.1.0
NuGet\Install-Package jHeat.js -Version 3.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="jHeat.js" Version="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jHeat.js --version 3.1.0
#r "nuget: jHeat.js, 3.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install jHeat.js as a Cake Addin
#addin nuget:?package=jHeat.js&version=3.1.0

// Install jHeat.js as a Cake Tool
#tool nuget:?package=jHeat.js&version=3.1.0

Heat.js v3.1.0

Tweet npm nuget license discussions Welcome coded by William Troup

🌞 A lightweight JavaScript library that generates customizable heat maps, charts, and statistics 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, fully responsive, and compatible with the Bootstrap library.
  • Full CSS theme support (using :root variables).
  • 4 views supported: Map, Chart, Days, and Statistics!
  • Configuration dialog support per view.
  • Fully configurable per DOM element.
  • Toggling colors on/off support.
  • Export all data to CSV, JSON, XML, and TXT.
  • Import data from JSON, TXT, and CSV.
  • 51 language translations available!
  • Trend types allows data to be split up and viewed separately.
  • Customizable tooltips.
  • 12 additional themes available (for dark and light mode).
  • Data pulling (does not support trend types).
  • Color ranges support different colors per view.

Where can I find the documentation?

All the documentation can be found here.

What browsers are supported?

All modern browsers (such as Google Chrome, FireFox, and Opera) are fully supported.

What languages are supported?

  • af Afrikaans
  • ar Arabic
  • hy Armenian
  • be Belarusian
  • bn Bengali
  • bg Bulgarian
  • ca Catalan
  • zh Chinese (simplified)
  • da Danish
  • nl Dutch
  • en English (default)
  • eo Esperanto
  • et Estonian
  • fa Farsi
  • fi Finnish
  • fr French
  • fy Frisian
  • gl Galician
  • ka Georgian
  • de German
  • el Greek
  • he Hebrew
  • hi Hindi
  • hu Hungarian
  • is Icelandic
  • id Indonesian
  • ga Irish
  • it Italian
  • ja Japanese
  • ko Korean
  • lv Latvian
  • lt Lithuanian
  • lb Luxembourgish
  • ms Malay
  • ne Nepali
  • no Norwegian
  • pl Polish
  • pt Portuguese
  • ro Romanian
  • si Sinhalese
  • sk Slovak
  • sl Slovenian
  • es Spanish
  • sv Swedish
  • tl Tagalog
  • ta Tamil
  • zh-tw Taiwanese
  • te Telugu
  • th Thai
  • tr Turkish
  • uk Ukrainian

What are the most recent changes?

To see a list of all the most recent changes, click here.

How do I install Heat.js?

You can install the library with npm into your local modules directory using the following command:

npm install jheat.js

Or, you can download the latest zipped up version 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-js="{ 'views': { 'map': { 'showDayNames': true } } }">
    Your HTML.
</div>

To see a list of all the available binding options you can use for "data-heat-js", click here.

To see a list of all the available custom triggers you can use for "data-heat-js", 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, "Trend Type 1", true );
  $heat.removeDate( "heat-map", newDateObject, "Trend Type 1", true );
</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.

There are no supported framework assets in this package.

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
3.1.0 111 4/2/2024
3.0.0 112 3/29/2024
2.8.0 84 3/20/2024
2.7.2 92 3/18/2024
2.7.1 116 3/7/2024
2.7.0 136 3/6/2024
2.6.1 124 2/27/2024
2.6.0 109 2/26/2024
2.5.0 120 2/21/2024
2.4.0 116 2/19/2024
2.3.0 106 2/17/2024
2.2.0 128 2/16/2024
2.1.1 113 2/15/2024
2.1.0 128 2/13/2024
2.0.0 138 2/11/2024
1.9.2 123 2/6/2024
1.9.1 104 2/6/2024
1.9.0 107 2/5/2024
1.8.3 113 2/4/2024
1.8.2 104 2/3/2024
1.8.1 93 2/2/2024
1.8.0 97 2/2/2024
1.7.1 79 2/1/2024
1.7.0 84 1/31/2024
1.6.4 95 1/30/2024
1.6.3 141 1/29/2024
1.6.2 85 1/29/2024
1.6.1 112 1/28/2024
1.6.0 104 1/28/2024
1.5.2 107 1/27/2024
1.5.1 106 1/26/2024
1.5.0 97 1/25/2024
1.4.0 102 1/24/2024
1.3.0 103 1/23/2024
1.2.1 110 1/22/2024
1.2.0 110 1/19/2024
1.1.0 89 1/19/2024
1.0.0 106 1/18/2024
0.9.0 92 1/17/2024
0.8.0 99 1/17/2024
0.7.0 119 1/15/2024
0.6.1 144 1/15/2024
0.6.0 123 1/14/2024
0.5.1 90 1/14/2024
0.5.0 110 1/12/2024
0.4.0 116 1/11/2024
0.3.0 93 1/11/2024
0.2.0 103 1/11/2024
0.1.0 123 1/10/2024