svelte-heatmap

A light weight and customizable version of GitHub's contribution graph

MIT License

Downloads
1.2K
Stars
150
Committers
3
svelte-heatmap - 1.0.2 Latest Release

Published by scottbedard over 4 years ago

Fixed

  • Added @rollup/plugin-node-resolve plugin to fix CDN usage
svelte-heatmap - 1.0.1

Published by scottbedard over 4 years ago

svelte-heatmap - 1.0.0

Published by scottbedard over 4 years ago

Improvements

  • Finally migrated to Svelte 3 ๐ŸŽ‰
  • Heatmap is now rendered using SVG elements
  • Better responsivity, the chart now resizes and scales like an image

New features

  • Added monthly views
  • Now accepts Date objects, and anything compatible with the Date constructor
  • Cell spacing can be customized using cellGap and monthGap props
  • Labels are now included, with several props available to customize their appearance

Breaking changes

  • Colors are no longer calculated on the fly, they must be defined up front
  • history has been renamed to data, and object shape has changed
  • Built in tooltips have been removed, styling them was just too site specific. To add tooltips or click handlers, bind your own mouseenter / mouseleave / click listeners after the component mounts.
svelte-heatmap - 1.0.0-beta.3

Published by scottbedard over 4 years ago

svelte-heatmap - 1.0.0-beta.2

Published by scottbedard over 4 years ago

svelte-heatmap - 1.0.0-beta.1

Published by scottbedard over 4 years ago

svelte-heatmap - 1.0.0-beta.0

Published by scottbedard over 4 years ago

svelte-heatmap - 0.4.0

Published by scottbedard almost 7 years ago

New

svelte-heatmap - 0.3.1

Published by scottbedard almost 7 years ago

Fixed

  • Babel compilation
svelte-heatmap - 0.3.0

Published by scottbedard almost 7 years ago

New

svelte-heatmap - 0.2.1

Published by scottbedard almost 7 years ago

Improved

  • Added svelte entry to package.json (#2)
  • Improved build setup, and removed unnecessary dependencies (#3)
  • Tweaked default tooltips to remove a logical branch (#4)
svelte-heatmap - 0.2.0

Published by scottbedard almost 7 years ago

Initial release, see documentation here

Package Rankings
Top 13.92% on Npmjs.org
Badges
Extracted from project README
Netlify Build status Dependencies Dev dependencies Size NPM License
Related Projects