chartjs-chart-error-bars
Advanced tools
Comparing version 3.5.0 to 3.6.0
@@ -12,3 +12,3 @@ /** | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.ChartErrorBars = {}, global.Chart, global.Chart.helpers)); | ||
}(this, (function (exports, chart_js, helpers) { 'use strict'; | ||
})(this, (function (exports, chart_js, helpers) { 'use strict'; | ||
@@ -606,3 +606,3 @@ const allModelKeys = ['xMin', 'xMax', 'yMin', 'yMax']; | ||
}))); | ||
})); | ||
//# sourceMappingURL=index.umd.js.map |
{ | ||
"name": "chartjs-chart-error-bars", | ||
"description": "Chart.js module for charting error bars", | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"author": { | ||
@@ -36,3 +36,3 @@ "name": "Samuel Gratzl", | ||
"peerDependencies": { | ||
"chart.js": "^3.5.0" | ||
"chart.js": "^3.6.0" | ||
}, | ||
@@ -45,37 +45,37 @@ "browserslist": [ | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^20.0.0", | ||
"@rollup/plugin-node-resolve": "^13.0.4", | ||
"@rollup/plugin-commonjs": "^21.0.1", | ||
"@rollup/plugin-node-resolve": "^13.0.6", | ||
"@rollup/plugin-replace": "^3.0.0", | ||
"@rollup/plugin-typescript": "^8.2.5", | ||
"@types/jest": "^26.0.24", | ||
"@rollup/plugin-typescript": "^8.3.0", | ||
"@types/jest": "^27.0.2", | ||
"@types/jest-image-snapshot": "^4.3.1", | ||
"@types/node": "^16.4.13", | ||
"@typescript-eslint/eslint-plugin": "^4.29.0", | ||
"@typescript-eslint/parser": "^4.29.0", | ||
"@yarnpkg/pnpify": "^2.4.0", | ||
"@types/node": "^16.11.6", | ||
"@typescript-eslint/eslint-plugin": "^5.3.0", | ||
"@typescript-eslint/parser": "^5.3.0", | ||
"@yarnpkg/sdks": "^2.5.0", | ||
"canvas": "^2.8.0", | ||
"canvas-5-polyfill": "^0.1.5", | ||
"chart.js": "^3.5.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-airbnb-typescript": "^12.3.1", | ||
"chart.js": "^3.6.0", | ||
"eslint": "^8.1.0", | ||
"eslint-config-airbnb-typescript": "^14.0.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-config-react-app": "^6.0.0", | ||
"eslint-plugin-flowtype": "^5.9.0", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-flowtype": "^8.0.3", | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"eslint-plugin-react": "^7.24.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-react": "^7.26.1", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"jest": "^27.0.6", | ||
"jest": "^27.3.1", | ||
"jest-image-snapshot": "^4.5.1", | ||
"prettier": "^2.3.2", | ||
"prettier": "^2.4.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.56.0", | ||
"rollup": "^2.59.0", | ||
"rollup-plugin-cleanup": "^3.2.1", | ||
"rollup-plugin-dts": "^3.0.2", | ||
"rollup-plugin-dts": "^4.0.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"ts-jest": "^27.0.4", | ||
"tslib": "^2.3.0", | ||
"typedoc": "^0.21.5", | ||
"typescript": "^4.3.5" | ||
"ts-jest": "^27.0.7", | ||
"tslib": "^2.3.1", | ||
"typedoc": "^0.22.7", | ||
"typescript": "^4.4.4" | ||
}, | ||
@@ -101,3 +101,3 @@ "scripts": { | ||
}, | ||
"packageManager": "yarn@3.0.0" | ||
"packageManager": "yarn@3.1.0" | ||
} |
@@ -167,5 +167,4 @@ # Chart.js Error Bars | ||
npm i -g yarn | ||
yarn set version 2 | ||
yarn | ||
yarn pnpify --sdk vscode | ||
yarn install | ||
yarn sdks vscode | ||
``` | ||
@@ -172,0 +171,0 @@ |
@@ -41,3 +41,3 @@ /// <reference types="jest" /> | ||
canvas.height = height; | ||
defaults.font.family = 'Courier New'; | ||
Object.assign(defaults.font, { family: 'Courier New' }); | ||
// defaults.color = 'transparent'; | ||
@@ -44,0 +44,0 @@ // eslint-disable-next-line no-param-reassign |
230161
185