18 Commits

Author SHA1 Message Date
Arjun Choudhary
56d794470b fix: rollup scss fs.writeFile err handling 2022-11-15 13:33:52 +05:30
Rohan
d19f03ac99
fix: ignore local timezones when creating a heatmap (#377)
* [Heatmap] Adjusting grid calculation for consistent grid layout

Date math is hard!

This addresses a problem in how the heatmap lays calculates days to layout the grid. The calculations were being thrown off in some scenarios by a combination of factors including timezone offsets, time of day, and daylight savings time.

This patch should correct all this by forcing each day to be midnight UTC when laying out the grid.

Co-authored-by: Michael Bester <michael@kimili.com>
Co-authored-by: t47io <t47@alumni.stanford.edu>
Co-authored-by: Saqib Ansari <nextchamp.saqib@gmail.com>
2022-02-23 10:18:19 +05:30
dependabot[bot]
d075c76ee2
chore(deps): bump lodash from 4.17.11 to 4.17.21 (#335)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-12 00:26:46 +05:30
dependabot[bot]
3431257129
chore(deps): bump yargs-parser from 5.0.0 to 5.0.1 (#333)
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/v5.0.1/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs-parser/compare/v5.0.0...v5.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-12 00:26:18 +05:30
dependabot[bot]
9fae7c62ad
chore(deps): bump dot-prop from 4.2.0 to 4.2.1 (#332)
Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/sindresorhus/dot-prop/releases)
- [Commits](https://github.com/sindresorhus/dot-prop/compare/v4.2.0...v4.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-12 00:25:55 +05:30
dependabot[bot]
d073e14467
chore(deps): bump handlebars from 4.1.2 to 4.7.7
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.7.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-10 07:42:12 +00:00
silvestrevivo
55c93d4779 reverse array when maxValue < absMinValue 2020-08-30 21:12:53 +02:00
nniclas
6ca111a5ac files missing re-added 2019-08-24 11:43:46 +02:00
Rushabh Mehta
eac317c38c chore: rebuild 2019-06-17 17:04:36 +05:30
Prateeksha Singh
8e45278303 [export] export to svg working 2018-04-17 01:08:32 +05:30
Achilles Rasquinha
7b1260e3d5 deleted package-lock.json 2018-03-19 12:59:51 +05:30
pratu16x7
4ad805ea80 update scss build 2017-11-22 02:09:57 +05:30
pratu16x7
cf834fde94 add all zero special case: default 5 intervals 2017-11-15 23:27:26 +05:30
Manas Solanki
4c63fac514 include zero values in the tooltip 2017-11-05 11:53:00 +05:30
pratu16x7
1ec700c6af add css compiler, watcher and livereload 2017-10-29 19:42:10 +05:30
pratu16x7
8e75d8e2dd add uglify, modularize all objects 2017-10-29 01:37:48 +05:30
pratu16x7
268a412e9b add babel, eslint; dom and utils modules 2017-10-28 20:59:30 +05:30
pratu16x7
ee9243ec8b add package.json 2017-10-27 10:16:10 +05:30