Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Heatmap] Adjusting grid calcualtion for consistent grid layout #161

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Apr 22, 2018

  1. [Heatmap] Adjusting grid calcualtion for consistent grid layout

    Date math is hard!
    
    This addresses a problem in how the heatmap lays calculates days to lay out 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.
    kimili committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    810c0aa View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. sort intervals incrementally

    t47io authored and kimili committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    af48bbe View commit details
    Browse the repository at this point in the history
  2. npm run dev

    t47io authored and kimili committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    d32c46c View commit details
    Browse the repository at this point in the history
  3. remove browser field

    t47io authored and kimili committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    3e66a65 View commit details
    Browse the repository at this point in the history
  4. update and lock dependencies

    t47io authored and kimili committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    365c11c View commit details
    Browse the repository at this point in the history
  5. update rollup bundles

    t47io authored and kimili committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    74de373 View commit details
    Browse the repository at this point in the history
  6. fix wrong set DEFAULT_AXIS_CHART_TYPE

    t47io authored and kimili committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    40f79a6 View commit details
    Browse the repository at this point in the history
  7. sort intervals incrementally

    t47io authored and kimili committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    67b6ed8 View commit details
    Browse the repository at this point in the history
  8. npm run dev

    t47io authored and kimili committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    143fc1c View commit details
    Browse the repository at this point in the history
  9. remove browser field

    t47io authored and kimili committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    b209cb2 View commit details
    Browse the repository at this point in the history
  10. update and lock dependencies

    t47io authored and kimili committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    1783b4c View commit details
    Browse the repository at this point in the history
  11. update rollup bundles

    t47io authored and kimili committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    7e6986e View commit details
    Browse the repository at this point in the history
  12. fix wrong set DEFAULT_AXIS_CHART_TYPE

    t47io authored and kimili committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    0d4b614 View commit details
    Browse the repository at this point in the history
  13. [Heatmap] Adjusting grid calcualtion for consistent grid layout

    Date math is hard!
    
    This addresses a problem in how the heatmap lays calculates days to lay out 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.
    kimili committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    6672121 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'develop' into feature/heatmap-customize-month-names

    # Conflicts:
    #	dist/frappe-charts.min.cjs.js
    #	dist/frappe-charts.min.cjs.js.map
    #	dist/frappe-charts.min.esm.js
    #	dist/frappe-charts.min.esm.js.map
    #	dist/frappe-charts.min.iife.js
    #	dist/frappe-charts.min.iife.js.map
    #	docs/assets/js/frappe-charts.min.js
    #	docs/assets/js/frappe-charts.min.js.map
    #	docs/assets/js/index.min.js
    #	docs/assets/js/index.min.js.map
    #	package-lock.json
    kimili committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    a77e1fa View commit details
    Browse the repository at this point in the history