* [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>
68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"name": "frappe-charts",
|
|
"version": "1.6.2",
|
|
"description": "https://frappe.github.io/charts",
|
|
"main": "dist/frappe-charts.min.cjs.js",
|
|
"module": "dist/frappe-charts.min.esm.js",
|
|
"src": "dist/frappe-charts.esm.js",
|
|
"browser": "dist/frappe-charts.min.umd.js",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"watch": "rollup -c --watch",
|
|
"dev": "npm-run-all --parallel watch",
|
|
"build": "rollup -c"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/frappe/charts.git"
|
|
},
|
|
"keywords": [
|
|
"js",
|
|
"charts"
|
|
],
|
|
"author": "Prateeksha Singh",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/frappe/charts/issues"
|
|
},
|
|
"homepage": "https://github.com/frappe/charts#readme",
|
|
"devDependencies": {
|
|
"autoprefixer": "^8.1.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
|
"babel-plugin-istanbul": "^5.1.4",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-preset-latest": "^6.24.1",
|
|
"babel-register": "^6.26.0",
|
|
"clean-css": "^4.1.11",
|
|
"coveralls": "^3.0.0",
|
|
"cross-env": "^5.1.4",
|
|
"cssnano": "^4.1.10",
|
|
"eslint": "^8.9.0",
|
|
"mocha": "^9.2.0",
|
|
"node-sass": "^7.0.1",
|
|
"npm-run-all": "^4.1.2",
|
|
"nyc": "^15.1.0",
|
|
"postcss": "^6.0.21",
|
|
"postcss-cssnext": "^3.1.0",
|
|
"postcss-nested": "^3.0.0",
|
|
"precss": "^3.1.2",
|
|
"rollup": "^0.56.5",
|
|
"rollup-plugin-babel": "^3.0.3",
|
|
"rollup-plugin-eslint": "^6.0.0",
|
|
"rollup-plugin-node-resolve": "^3.3.0",
|
|
"rollup-plugin-postcss": "^2.0.3",
|
|
"rollup-plugin-replace": "^2.0.0",
|
|
"rollup-plugin-uglify": "^2.0.1",
|
|
"rollup-plugin-uglify-es": "0.0.1",
|
|
"rollup-watch": "^4.3.1"
|
|
}
|
|
}
|