UNPKG

chartjs-plugin-piechart-outlabels

Version:

Chart.js plugin to display float data labels on pie/doughnut chart outside the border.

35 lines (34 loc) 996 B
{ "name": "chartjs-plugin-piechart-outlabels", "homepage": "http://www.chartjs.org", "description": "Chart.js plugin to display float data labels on pie/doughnut chart outside the border.", "version": "0.1.4", "license": "MIT", "main": "dist/chartjs-plugin-piechart-outlabels.js", "repository": { "type": "git", "url": "https://github.com/Neckster/chartjs-plugin-piechart-outlabels" }, "devDependencies": { "gitbook-cli": "^2.3.2", "gulp": "^3.9.1", "gulp-eslint": "^3.0.0", "gulp-file": "^0.3.0", "gulp-rename": "^1.2.2", "gulp-replace": "^0.5.4", "gulp-streamify": "^1.0.2", "gulp-uglify": "^1.5.3", "gulp-util": "^3.0.7", "gulp-zip": "^3.2.0", "merge2": "^1.0.2", "mz": "^2.6.0", "path": "^0.12.7", "rollup": "^0.41.6", "rollup-stream": "^1.19.0", "vinyl-source-stream": "^1.1.0", "yargs": "^4.7.1" }, "peerDependencies": { "chart.js": ">= 2.7.0 < 3" } }