2017 © Pedro Peláez
 

library heatmap

Generate heatmaps with custom backgrounds

image

icydata/heatmap

Generate heatmaps with custom backgrounds

  • Tuesday, July 10, 2018
  • by lang14
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

IcyData Heatmap

Installation

composer require icydata/heatmap, (*1)

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, (*2)

The Versions

10/07 2018

dev-master

9999999-dev https://www.icydata.hockey

Generate heatmaps with custom backgrounds

  Sources   Download

MIT

The Requires

  • ext-gd *
  • php 7.*

 

by William Lang

10/07 2018

v1.0.0

1.0.0.0 https://www.icydata.hockey

Generate heatmaps with custom backgrounds

  Sources   Download

MIT

The Requires

  • ext-gd *
  • php 7.*

 

by William Lang