Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mlhale/ember-heatmap

Account's avatar
emberjs/ember-cli-babel
Ember CLI addon for Babel
Account's avatar
ember-cli/ember-cli-htmlbars
A library for adding htmlbars to ember CLI
Account's avatar
ember-cli/ember-cli-htmlbars-inline-precompile
Precompile inline HTMLBars templates via ES6 tagged template strings
Account's avatar
ef4/ember-browserify
ember-cli addon for easily loading CommonJS modules from npm via browserify.
Account's avatar
rickharrison/broccoli-asset-rev
broccoli asset revisions (fingerprint)
Account's avatar
ember-cli/ember-ajax
Service for making AJAX requests in Ember applications.
Account's avatar
ember-cli/ember-cli
Command line tool for developing ambitious ember.js apps
Account's avatar
adopted-ember-addons/ember-cli-dependency-checker
Ember CLI addon for detecting missing npm and bower dependencies before executing ember commands
Account's avatar
ember-cli/ember-cli-eslint
Ember-cli eslint support, for checking your application matches your coding standards.
Account's avatar
rwjblue/ember-cli-inject-live-reload
Plugin for ember-cli that injects live-reload script into HTML content.
Account's avatar
ember-cli/ember-cli-qunit
QUnit testing package for ember-cli applications
Account's avatar
jonathanKingston/ember-cli-sri
SRI generation for Ember CLI
Account's avatar
ember-cli/ember-cli-uglify
JavaScript minification for Ember-CLI
Account's avatar
ember-cli/ember-disable-prototype-extensions
Disable Ember's prototype extensions.
Account's avatar
ember-cli/ember-export-application-global
Sets `window.MyAppName` up as the application instance upon boot.
Account's avatar
ember-cli/ember-load-initializers
A tiny add-on to autoload your initializer files in ember-cli.
Account's avatar
ember-cli/ember-resolver
The default modules based resolver for Ember CLI.
Account's avatar
emberjs/ember.js
A JavaScript framework for creating ambitious web applications
Account's avatar
ember-cli/ember-welcome-page
Welcome page for Ember CLI applications
Account's avatar
ember-cli/loader.js
loader.js =========

Support the repos that depend on this repository

Top contributors

MLHale's profile
MLHale
28 contributions
cloke's profile
cloke
1 contributions
ember-tomster's profile
ember-tomster
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
mlhale

mlhale/ember-heatmap

A small addon to integrate heatmap.js with ember apps.

JavaScript
3
2
MIT License

Ember‑Heatmap is a lightweight Ember addon that wraps the JavaScript library heatmap.js into an easy‑to‑use Ember component (`{{ember‑heatmap}}`). It lets Ember developers render dynamic, configurable heatmaps by passing a configuration object and an array of `{x, y, value}` data points, supporting incremental updates or full swaps of data. The addon targets front‑end Ember applications that need visual heat‑map visualizations without writing custom integration code.