Skip to content

williamlang/heatmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IcyData Heatmap

Installation

composer require icydata/heatmap

Usage

use IcyData\Heatmap;

$heatmap = new Heatmap();
$heatmap->addPoint(10, 10);
...
$heatmap->addPoint(30, 30);

$heatmap->save('/tmp/heatmap.png');

Use a custom background

$heatmap = new Heatmap([
    'backgroundImg' => '/path/to/file.png'
]);

License

Please review LICENSE.md

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages