frappe / charts

Simple, responsive, modern SVG Charts with zero dependencies
https://frappe.io/charts
MIT License
14.9k stars 716 forks source link

[Heatmap] ignore local timezones when creating a heatmap #377

Closed Alchez closed 2 years ago

Alchez commented 2 years ago

Fixes #157. Continuing work done in #161.


GMT +05:30

image

GMT -05:00

image

Alchez commented 2 years ago

@rmehta, so I had to build the library to do local testing and that created the dist and docs/assets folders, even though they're setup to be ignored in .gitignore. Should this PR still include those folders?

rmehta commented 2 years ago

cc @nextchamp-saqib

nextchamp-saqib commented 2 years ago

@rmehta, so I had to build the library to do local testing and that created the dist and docs/assets folders, even though they're setup to be ignored in .gitignore. Should this PR still include those folders?

It seems git tracks ignored files if they have been committed before