=== Hi-Heatmap ===
Contributors: ineme
Donate link: https://yimity.com/
Tags: heatmap,Heat Map,WordPress
Requires at least: 6.0
Tested up to: 6.4.2
Stable tag: 1.0.0
Requires PHP: 7.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Heatmap Plugin for WordPress.

== Description ==

    This is a plugin, for showing the post and comment heat map like Github Contribution Graph.

== How to use ==
    1. add <div id="hi_heatmap" class="hi_heatmap"></div> to where you want to show the heatmap. eg: theme's sidebar.php file.
    2. optional, modify the css file, fit with your theme.
    3. optional, make sure the theme you using with the <?php wp_footer() ?> in footer.php or other php file. 

== Frequently Asked Questions ==
    No. at now.

== Thanks ==
    1. https://biji.io/
    2. https://picocss.com/docs/tooltips.html
    3. Github contributions

== Changelog ==
    = 1.0.0 =
    * Init first Version.