UNPKG

@coreui/coreui-plugin-chartjs-custom-tooltips

Version:

Chart.js custom tooltips designed for CoreUI Templates

42 lines (36 loc) 1.44 kB
## [CoreUI](https:/coreui.io) Chart.js CustomTooltips plugin ### v1.3.1 - fix: tooltip position out of view area ##### dependencies update - update `@babel/core` to `^7.4.5` - update `@babel/plugin-proposal-object-rest-spread` to `^7.4.4` - update `@babel/cli` to `^7.4.4` - update `@babel/preset-env` to `^7.4.5` - update `babel-eslint` to `^10.0.1` - update `babel-plugin-istanbul` to `^5.1.4` - update `babel-preset-minify` to `^0.5.0` - update `eslint` to `^5.16.0` - update `eslint-plugin-compat` to `^3.1.0` - update `nodemon` to `^1.19.1` - update `rollup` to `^1.12.5` - update `rollup-plugin-babel-minify` to `^8.0.0` - update `rollup-plugin-commonjs` to `^10.0.0` - update `rollup-plugin-node-resolve` to `^5.0.0` - update `rollup-plugin-uglify` to `^6.0.2` - update `uglify-js` to `^3.5.1` - chore(rollup.config): update `uglify` plugin call ### v1.3.0 - fix: named exports ##### dependencies update - update `@babel/cli` to `^7.4.3` - update `@babel/core` to `^7.4.3` - update `@babel/plugin-proposal-object-rest-spread` to `^7.4.3` - update `@babel/preset-env` to `^7.4.3` - update `babel-eslint` to `^10.0.1` - update `rollup-plugin-babel` to `^4.3.2` ### v1.2.0 - chore: add `rollup.js` module bundler - chore: adjust linebreak-style eslint rule - refactor: extract _setCanvasId function - refactor: generate and set random _chart.canvas.id if none - chore: dependencies update