Saqib Ansari
7adc904b08
chore: bump to v1.6.3
3 лет назад
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>
3 лет назад
Gabriel
f6e49097a0
chore: update README.md ( #370 )
3 лет назад
David Schnurr
10de973608
fix intervals ( #352 )
3 лет назад
小华
5a4857d6a8
chore: update readme usage code ( #346 )
4 лет назад
Shivam Mishra
3e63b1a2b4
chore: bump to 1.6.2
4 лет назад
T3cH_W1z4rD
67030024d4
Fixed XSS ( #339 )
* Fixed XSS
* Removed html file and Loop
4 лет назад
Shivam Mishra
17aec6de95
chore: bump to 1.6.1
4 лет назад
Shivam Mishra
12533f3b37
feat: add resize observer
4 лет назад
Shivam Mishra
10b1010d06
chore: ignore docs assets
4 лет назад
Shivam Mishra
2f459bc345
chore: update readme links
4 лет назад
Shivam Mishra
d89bdb7571
chore: update readme
4 лет назад
Shivam Mishra
0832c02184
chore: bump to 1.6.0
4 лет назад
Shivam Mishra
c3ee7f306c
chore: remove dist from git
4 лет назад
Shivam Mishra
51a07a12c6
feat: ignore dist
4 лет назад
Dave Lunny
8e1bd6859a
feat: use UMD instead of IIFE for browser target ( #336 )
4 лет назад
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>
4 лет назад
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>
4 лет назад
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>
4 лет назад
Shivam Mishra
40ed23b102
chore: update action
4 лет назад
Shivam Mishra
ce477800db
feat: add npm publish action
4 лет назад
Shivam Mishra
75038eeefb
chore: bump to 1.5.8
4 лет назад
Raí Toffoletto
dadecb296e
Fix ReactJS TypeError, Issue #323 ( #325 )
* Fix ReactJS TypeError, Issue #323
* style: space after `if`
* style: space after `if`
Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
4 лет назад
Shivam Mishra
8bd53191b0
Merge pull request #331 from frappe/dependabot/npm_and_yarn/handlebars-4.7.7
chore(deps): bump handlebars from 4.1.2 to 4.7.7
4 лет назад
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>
4 лет назад
Shivam Mishra
85d7e609c8
Merge pull request #330 from helge79/master
Render legend after update, fixes #329
4 лет назад
Frank Felgner
7f26c18ce7
render legend after updating data
4 лет назад
Frank Felgner
4a9048f59f
fix missing semicolon
4 лет назад
Shivam Mishra
684ecdedc2
chore: bump to 1.5.8
4 лет назад
Shivam Mishra
d357370b6a
feat: clone options before building
4 лет назад
Shivam Mishra
d034192373
chore: bump to 1.5.6
4 лет назад
Shivam Mishra
a22db61492
fix: name.replace exception
4 лет назад
Shivam Mishra
ecfc069cbd
chore: bump to 1.5.5
4 лет назад
Shivam Mishra
d5706a501b
Merge pull request #315 from 418sec/1-npm-frappe-charts
4 лет назад
Shivam Mishra
6fce4d6665
chore: bump to 1.5.4
4 лет назад
Shivam Mishra
e04b8f7013
Merge pull request #311 from ading-be/#310
- Adjust getColor to support RGB (TODO: HSL colors)
4 лет назад
Bart Van Houtte
1547a85a79
Merge branch 'master' into #310
4 лет назад
Jamie Slome
2fb0609a02
Merge pull request #1 from arjunshibu/master
Security fix for Cross-Site Scripting Vulnerability in frappe-charts
4 лет назад
Arjun Shibu
d07157354d
added XSS protection for datasets.name field
4 лет назад
Shivam Mishra
92a3df9690
chore: bump to 1.5.3 and update build
4 лет назад
Shivam Mishra
25122f974f
chore: update yarn lock
4 лет назад
Shivam Mishra
d1123786cb
fix: rounding precision errors in aggregation chart legend
4 лет назад
Bart Van Houtte
c5de1fd06c
- Fix tests
4 лет назад
Bart Van Houtte
cf7ffa0d2d
- Fix build on backwards compatibility tooltipOptions
4 лет назад
Bart Van Houtte
b552cde7de
- Build
4 лет назад
Bart Van Houtte
869c747be1
- Adjust getColor to support RGB (TODO: HSL colors)
- Add Test to verify changes
4 лет назад
Shivam Mishra
f644e19a5b
Merge pull request #309 from SaiFi0102/AggregateChart-Formatter
fix(AggregationChart): Formatter not being applied
4 лет назад
Saif Ur Rehman
cec719dbe8
fix(AggregationChart): Formatter not being applied
(ex PercentageChart in AR/AP erpnext)
4 лет назад
ฏ๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎ฏ๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎
f59de5f11e
chore: update readme
4 лет назад
Shivam Mishra
6e687cd1cd
Merge pull request #306 from silvestrevivo/master
reverse array when maxValue < absMinValue
4 лет назад